Searched defs:lr (Results 1 - 1 of 1) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_fmaf.c46 uint32_t hr, lr; local
50 EXTRACT_WORDS(hr, lr, result);
52 if ((lr & 0x1fffffff) != 0x10000000 || /* not a halfway case */
67 SET_LOW_WORD(adjusted_result, lr + 1);

Completed in 951 milliseconds