Searched defs:twoPRECM2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dsincospil.c84 static const long double twoPRECM2 = 9.223372036854775808000000000000000e+18L; variable
91 static const long double twoPRECM2 = 5.192296858534827628530496329220096e+33L; variable
152 z = y + twoPRECM2;
154 t = z - twoPRECM2;
H A Dsinpil.c83 static const long double twoPRECM2 = 9.223372036854775808000000000000000e+18L; variable
90 static const long double twoPRECM2 = 5.192296858534827628530496329220096e+33L; variable
131 z = y + twoPRECM2;
133 t = z - twoPRECM2;
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dsincospil.c82 static const long double twoPRECM2 = 9.223372036854775808000000000000000e+18L; variable
89 static const long double twoPRECM2 = 5.192296858534827628530496329220096e+33L; variable
144 z = y + twoPRECM2;
146 t = z - twoPRECM2;
H A Dsinpil.c82 static const long double twoPRECM2 = 9.223372036854775808000000000000000e+18L; variable
89 static const long double twoPRECM2 = 5.192296858534827628530496329220096e+33L; variable
129 z = y + twoPRECM2;
131 t = z - twoPRECM2;

Completed in 58 milliseconds