Home
last modified time | relevance | path

Searched refs:two500 (Results 1 – 2 of 2) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Datnat2.h92 /**/ two500 = {{0x5f300000, 0x00000000} }, /* 2**500 */ variable
154 /**/ two500 = {{0x00000000, 0x5f300000} }, /* 2**500 */ variable
A De_atan2.c211 ax *= two500.d; in __ieee754_atan2()
212 ay *= two500.d; in __ieee754_atan2()
216 if (ax > two500.d || ay > two500.d) in __ieee754_atan2()

Completed in 4 milliseconds