HomeSort by: relevance | last modified time | path
    Searched defs:invpio2 (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libm/src/
e_rem_pio2f.h 35 * invpio2: 53 bits of 2/pi
41 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable in typeref:typename:const double
60 fn = rnint((float_t)x*invpio2);
e_rem_pio2.c 37 * invpio2: 53 bits of 2/pi
50 invpio2 = 6.36619772367581382433e-01, /* 0x3FE45F30, 0x6DC9C883 */ variable in typeref:typename:const double
98 n = (int32_t) (t*invpio2+half);
e_rem_pio2f.c 70 * invpio2: 24 bits of 2/pi
83 invpio2 = 6.3661980629e-01, /* 0x3f22f984 */ variable in typeref:typename:const float
129 n = (int32_t) (t*invpio2+half);
e_rem_pio2l.h 39 * invpio2: 113 bits of 2/pi
53 invpio2 = 6.3661977236758134307553505349005747e-01L, /* 0x145f306dc9c882a53f84eafa3ea6a.0p-113 */ variable in typeref:typename:const long double
78 fn = rnintl(x * invpio2);
  /src/lib/libm/ld128/
e_rem_pio2l.h 41 * invpio2: 113 bits of 2/pi
55 invpio2 = 6.3661977236758134307553505349005747e-01L, /* 0x145f306dc9c882a53f84eafa3ea6a.0p-113 */ variable in typeref:typename:const long double
80 fn = rnintl(x * invpio2);
  /src/lib/libm/ld80/
e_rem_pio2l.h 36 * invpio2: 64 bits of 2/pi
63 #define invpio2 ((long double)invpio2hi + invpio2lo) macro
69 invpio2 = 6.36619772367581343076e-01L, /* 0xa2f9836e4e44152a.0p-64 */ variable in typeref:typename:const long double
89 fn = rnintl(x*invpio2);

Completed in 14 milliseconds