Searched refs:fix (Results 1 – 2 of 2) sorted by relevance
70 int64_t fix; in __ieee754_cosh() local71 EXTRACT_WORDS64(fix, x); in __ieee754_cosh()72 fix &= UINT64_C(0x7fffffffffffffff); in __ieee754_cosh()73 if (fix <= UINT64_C(0x408633ce8fb9f87d)) { in __ieee754_cosh()
10 To ease importing, fix some bugs, and simplify integration into libc,
Completed in 4 milliseconds