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

  /src/lib/libm/ld128/
s_cospil.c 35 * pi_hi contains the leading 56 bits of a 169 bit approximation for pi.
38 pi_hi = 3.14159265358979322702026593105983920e+00L, variable in typeref:typename:const long double
s_sinpil.c 35 * pi_hi contains the leading 56 bits of a 169 bit approximation for pi.
38 pi_hi = 3.14159265358979322702026593105983920e+00L, variable in typeref:typename:const long double
61 s = (pi_lo + pi_hi) * lo + pi_lo * lo +
62 pi_hi * hi;
s_tanpil.c 35 * pi_hi contains the leading 56 bits of a 169 bit approximation for pi.
38 pi_hi = 3.14159265358979322702026593105983920e+00L, variable in typeref:typename:const long double
49 lo = lo * (pi_lo + pi_hi) + hi * pi_lo;
50 hi *= pi_hi;
57 lo = lo * (pi_lo + pi_hi) + hi * pi_lo;
58 hi *= pi_hi;
85 t = (pi_lo + pi_hi) * lo + pi_lo * lo +
86 pi_hi * hi;
  /src/lib/libm/ld80/
s_cospil.c 37 pi_hi = 3.1415926814079285e+00, /* 0x400921fb 0x58000000 */ variable in typeref:typename:const double
s_sinpil.c 39 #define pi_hi (pi_hi_u.extu_ld) macro
70 s = (pi_lo + pi_hi) * lo + pi_lo * hi +
71 pi_hi * hi;
s_tanpil.c 37 pi_hi = 3.1415926814079285e+00, /* 0x400921fb 0x58000000 */ variable in typeref:typename:const double
48 lo = lo * (pi_lo + pi_hi) + hi * pi_lo;
49 hi *= pi_hi;
56 lo = lo * (pi_lo + pi_hi) + hi * pi_lo;
57 hi *= pi_hi;
91 t = (pi_lo + pi_hi) * lo + pi_lo * hi +
92 pi_hi * hi;

Completed in 138 milliseconds