Home
last modified time | relevance | path

Searched refs:ux (Results 1 – 11 of 11) sorted by relevance

/sysdeps/ieee754/dbl-64/
A Ds_roundeven.c36 uint64_t ix, ux; in __roundeven()
38 ux = ix & 0x7fffffffffffffffULL; in __roundeven()
39 int exponent = ux >> (MANT_DIG - 1); in __roundeven()
65 else if (exponent == BIAS - 1 && ux > 0x3fe0000000000000ULL) in __roundeven()
A De_atan2.c61 int i, de, ux, dx, uy, dy; in __ieee754_atan2() local
71 ux = num.i[HIGH_HALF]; in __ieee754_atan2()
73 if ((ux & 0x7ff00000) == 0x7ff00000) in __ieee754_atan2()
75 if (((ux & 0x000fffff) | dx) != 0x00000000) in __ieee754_atan2()
92 if ((ux & 0x80000000) == 0x00000000) in __ieee754_atan2()
102 if ((ux & 0x80000000) == 0x00000000) in __ieee754_atan2()
119 if (ux == 0x7ff00000) in __ieee754_atan2()
142 else if (ux == 0xfff00000) in __ieee754_atan2()
182 de = (uy & 0x7ff00000) - (ux & 0x7ff00000); in __ieee754_atan2()
A Ds_atan.c56 int i, ux, dx; in __atan() local
60 ux = num.i[HIGH_HALF]; in __atan()
64 if (((ux & 0x7ff00000) == 0x7ff00000) in __atan()
65 && (((ux & 0x000fffff) | dx) != 0x00000000)) in __atan()
A Ds_tan.c54 int ux, i, n; in __tan() local
68 ux = num.i[HIGH_HALF]; in __tan()
69 if ((ux & 0x7ff00000) == 0x7ff00000) in __tan()
71 if ((ux & 0x7fffffff) == 0x7ff00000) in __tan()
/sysdeps/ieee754/flt-32/
A Ds_roundevenf.c37 uint32_t ix, ux; in __roundevenf()
39 ux = ix & 0x7fffffff; in __roundevenf()
40 int exponent = ux >> (MANT_DIG - 1); in __roundevenf()
66 else if (exponent == BIAS - 1 && ux > 0x3f000000) in __roundevenf()
/sysdeps/powerpc/powerpc32/power4/
A Dstrncmp.S152 ble cr1, L(ux)
192 L(ux):
/sysdeps/powerpc/powerpc32/power7/
A Dstrncmp.S155 ble cr1,L(ux)
195 L(ux):
/sysdeps/powerpc/powerpc64/power4/
A Dstrncmp.S181 ble cr1, L(ux)
221 L(ux):
/sysdeps/powerpc/powerpc64/power7/
A Dstrncmp.S184 ble cr1,L(ux)
224 L(ux):
/sysdeps/powerpc/powerpc32/
A Dstrncmp.S151 L(ux):
/sysdeps/powerpc/powerpc64/
A Dstrncmp.S180 L(ux):

Completed in 10 milliseconds