Searched refs:ux (Results 1 – 11 of 11) sorted by relevance
/sysdeps/ieee754/dbl-64/ |
A D | s_roundeven.c | 36 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 D | e_atan2.c | 61 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 D | s_atan.c | 56 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 D | s_tan.c | 54 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 D | s_roundevenf.c | 37 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 D | strncmp.S | 152 ble cr1, L(ux) 192 L(ux):
|
/sysdeps/powerpc/powerpc32/power7/ |
A D | strncmp.S | 155 ble cr1,L(ux) 195 L(ux):
|
/sysdeps/powerpc/powerpc64/power4/ |
A D | strncmp.S | 181 ble cr1, L(ux) 221 L(ux):
|
/sysdeps/powerpc/powerpc64/power7/ |
A D | strncmp.S | 184 ble cr1,L(ux) 224 L(ux):
|
/sysdeps/powerpc/powerpc32/ |
A D | strncmp.S | 151 L(ux):
|
/sysdeps/powerpc/powerpc64/ |
A D | strncmp.S | 180 L(ux):
|
Completed in 10 milliseconds