Searched refs:sign (Results 1 – 11 of 11) sorted by relevance
| /external/lib/libm/ |
| A D | e_sqrt.c | 112 int32_t sign = (int)0x80000000; in __ieee754_sqrt() local 125 if (((ix0&(~sign))|ix1)==0) return x; /* sqrt(+-0) = +-0 */ in __ieee754_sqrt() 145 ix0 += ix0 + ((ix1&sign)>>31); in __ieee754_sqrt() 151 ix0 += ix0 + ((ix1&sign)>>31); in __ieee754_sqrt() 163 ix0 += ix0 + ((ix1&sign)>>31); in __ieee754_sqrt() 168 r = sign; in __ieee754_sqrt() 174 if (((t1&sign)==sign)&&(s1&sign)==0) s0 += 1; in __ieee754_sqrt() 180 ix0 += ix0 + ((ix1&sign)>>31); in __ieee754_sqrt() 200 if ((q&1)==1) ix1 |= sign; in __ieee754_sqrt()
|
| A D | e_sqrtf.c | 43 int32_t sign = (int)0x80000000; in __ieee754_sqrtf() local 56 if ((ix&(~sign))==0) return x; /* sqrt(+-0) = +-0 */ in __ieee754_sqrtf()
|
| A D | rules.mk | 5 MODULE_CFLAGS += -Wno-unused-variable -Wno-sign-compare -Wno-parentheses -Wno-double-promotion
|
| /external/lib/lwip/core/snmp/ |
| A D | asn1_dec.c | 343 u8_t sign; in snmp_asn1_dec_s32t() local 360 sign = 1; in snmp_asn1_dec_s32t() 366 sign = 0; in snmp_asn1_dec_s32t() 372 if (sign) in snmp_asn1_dec_s32t() 398 if (sign) in snmp_asn1_dec_s32t()
|
| /external/platform/pico/rp2_common/pico_double/ |
| A D | double_v1_rom_shim.S | 105 @ sign in rs 108 lsrs \re,\rb,#20 @ extract sign and exponent 112 lsrs \rs,\re,#11 @ sign 137 lsrs \re,\rb,#20 @ extract sign and exponent 138 lsrs \rt1,\rb,#31 @ sign only 179 eors r3,r4 @ flip sign on second argument 214 lsrs r3,r1,#31 @ get sign bit 255 lsls r2,#20 @ pack exponent and sign 311 asrs r3,r2,#31 @ propagate sign bit 346 asrs r1,r0,#31 @ propagate sign bit [all …]
|
| A D | double_aeabi.S | 318 bmi 4f @ opposite signs? then can proceed on basis of sign of x 339 mvns r1, r1 @ carry inverse of r1 sign
|
| /external/platform/pico/rp2_common/pico_float/ |
| A D | float_v1_rom_shim.S | 87 asrs r5,r1,#31 @ sign bits 264 @ r3 mantissa sign extension bits 306 movs r0,r3 @ result very near zero: use sign extension bits 312 bne 1f @ sign extension bits fail to match sign of result? 323 lsrs r3,r0,#31 @ sign bit
|
| A D | float_aeabi.S | 270 bmi 2f @ opposite signs? then can proceed on basis of sign of x 282 mvns r0, r0 @ carry inverse of r0 sign 406 orrs r0,r1 @ apply sign
|
| /external/lib/fdt/ |
| A D | rules.mk | 17 MODULE_COMPILEFLAGS += -Wno-sign-compare
|
| /external/platform/pico/rp2_common/pico_divider/ |
| A D | divider.S | 306 lsls r1,#31 @ get sign bit
|
| /external/platform/nrfx/doc/ |
| A D | nrfx.doxyfile | 315 # be prevented in individual cases by putting a % sign in front of the word or
|
Completed in 19 milliseconds