Home
last modified time | relevance | path

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

/sysdeps/powerpc/powerpc32/fpu/
A Ds_llroundf.c59 float xrf = (float) xr; in __llroundf() local
63 if (x - xrf >= 0.5) in __llroundf()
68 if (xrf - x >= 0.5) in __llroundf()
A Ds_llround.c114 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