Home
last modified time | relevance | path

Searched refs:xr (Results 1 – 5 of 5) sorted by relevance

/sysdeps/powerpc/powerpc32/fpu/
A Ds_llroundf.c32 long long xr; in __llroundf() local
34 xr = (long long) x; in __llroundf()
41 xr = (long long int) (long int) x; in __llroundf()
43 xr = (long long int) (long int) (x * 0x1p-32f) << 32; in __llroundf()
51 xr = (long long int) ((i0 & 0x80000000) != 0 ? -mant : mant); in __llroundf()
58 return xr; in __llroundf()
59 float xrf = (float) xr; in __llroundf()
64 xr += (long long) ((unsigned long long) xr + 1) > 0; in __llroundf()
69 xr -= (long long) ((unsigned long long) xr - 1) < 0; in __llroundf()
71 return xr; in __llroundf()
A Ds_llround.c41 long long xr; in __llround()
86 xr = (long long int) (long int) x; in __llround()
101 xr = (long long int) ((i0 & (1ULL << 63)) != 0 ? -mant : mant); in __llround()
104 xr = LLONG_MIN; in __llround()
106 xr = (long long int) (long int) x << 32; in __llround()
113 return xr; in __llround()
114 double xrf = (double) xr; in __llround()
119 xr += (long long) ((unsigned long long) xr + 1) > 0; in __llround()
124 xr -= (long long) ((unsigned long long) xr - 1) < 0; in __llround()
126 return xr; in __llround()
/sysdeps/ieee754/flt-32/
A De_j0f.c212 float xr = (float) h; in j0f_asympt() local
217 return t * __cosf (xr); in j0f_asympt()
219 return -t * __cosf (xr); in j0f_asympt()
221 return -t * __sinf (xr); in j0f_asympt()
223 return t * __sinf (xr); in j0f_asympt()
493 float xr = (float) h; in y0f_asympt() local
498 return t * __sinf (xr); in y0f_asympt()
500 return -t * __sinf (xr); in y0f_asympt()
502 return t * __cosf (xr); in y0f_asympt()
504 return -t * __cosf (xr); in y0f_asympt()
A De_j1f.c218 float xr = (float) h; in j1f_asympt() local
222 return t * __cosf (xr); in j1f_asympt()
224 return -t * __cosf (xr); in j1f_asympt()
226 return -t * __sinf (xr); in j1f_asympt()
228 return t * __sinf (xr); in j1f_asympt()
505 float xr = (float) h; in y1f_asympt() local
509 return t * __sinf (xr); in y1f_asympt()
511 return -t * __sinf (xr); in y1f_asympt()
513 return t * __cosf (xr); in y1f_asympt()
515 return -t * __cosf (xr); in y1f_asympt()
/sysdeps/s390/
A Dmemset-z900.S52 xr %r3,%r3
107 xr %r3,%r3
148 xr %r3,%r3

Completed in 7 milliseconds