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

  /src/lib/libm/ld80/
s_logl.c 675 #define invln2_hi 1.4426950408887933e0 /* 0x171547652b8000.0p-52 */ macro
679 static const double invln2_lo_plus_hi = invln2_lo + invln2_hi;
711 RETURNI(invln2_hi * hi +
  /src/lib/libm/ld128/
s_logl.c 691 invln2_hi = 1.4426950402557850e0; /* 0x17154765000000.0p-52 */ variable in typeref:typename:const double
696 invln2_lo_plus_hi = invln2_lo + invln2_hi;
727 RETURNI(invln2_hi * hi + (invln2_lo_plus_hi * lo + invln2_lo * hi));

Completed in 39 milliseconds