Home
last modified time | relevance | path

Searched refs:LDBL_LEAST_SIGNIF_U (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dsinpil.c79 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0) macro
86 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof(long double) / sizeof(int) - 1) macro
108 lx = LDBL_LEAST_SIGNIF_U(x); in sinpil()
132 n = LDBL_LEAST_SIGNIF_U(z) & 7; /* 3 LSb of z */ in sinpil()
145 n = LDBL_LEAST_SIGNIF_U(y) & 7; /* 3 LSb of z */ in sinpil()
170 #undef LDBL_LEAST_SIGNIF_U
H A Dsincospil.c80 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0) macro
87 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof(long double) / sizeof(int) - 1) macro
109 lx = LDBL_LEAST_SIGNIF_U(x); in sincospil()
153 n = LDBL_LEAST_SIGNIF_U(z) & 7; /* 3 LSb of z */ in sincospil()
166 n = LDBL_LEAST_SIGNIF_U(y) & 7; /* 3 LSb of z */ in sincospil()
203 #undef LDBL_LEAST_SIGNIF_U
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsinpil.c78 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0) macro
85 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof (long double) / sizeof (int) - 1) macro
107 lx = LDBL_LEAST_SIGNIF_U(x); in sinpil()
130 n = LDBL_LEAST_SIGNIF_U(z) & 7; /* 3 LSb of z */ in sinpil()
141 n = LDBL_LEAST_SIGNIF_U(y) & 7; /* 3 LSb of z */ in sinpil()
165 #undef LDBL_LEAST_SIGNIF_U
H A Dsincospil.c78 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, 0) macro
85 #define LDBL_LEAST_SIGNIF_U(ld) U(ld, sizeof (long double) / sizeof (int) - 1) macro
107 lx = LDBL_LEAST_SIGNIF_U(x); in sincospil()
145 n = LDBL_LEAST_SIGNIF_U(z) & 7; /* 3 LSb of z */ in sincospil()
156 n = LDBL_LEAST_SIGNIF_U(y) & 7; /* 3 LSb of z */ in sincospil()
191 #undef LDBL_LEAST_SIGNIF_U