Searched refs:xrf (Results 1 – 2 of 2) sorted by relevance
59 float xrf = (float) xr; in __llroundf() local63 if (x - xrf >= 0.5) in __llroundf()68 if (xrf - x >= 0.5) in __llroundf()
114 double xrf = (double) xr; in __llround()118 if (x - xrf >= 0.5) in __llround()123 if (xrf - x >= 0.5) in __llround()
Completed in 4 milliseconds