/third_party/elfutils/tests/ |
H A D | dwfl-addr-sect.c | 36 Dwarf_Addr adjusted = address; in handle_address() local 38 Elf_Scn *scn = dwfl_module_address_section (mod, &adjusted, &bias); in handle_address() 48 elf_ndxscn (scn), adjusted); in handle_address()
|
/third_party/python/Lib/ |
H A D | _pydecimal.py | 346 operation is subnormal (that is, its adjusted exponent is less than 356 This occurs and signals overflow if the adjusted exponent of a result 395 adjusted exponent of the result would be smaller (more negative) than 858 self_adjusted = self.adjusted() 859 other_adjusted = other.adjusted() 1405 expdiff = self.adjusted() - other.adjusted() 1549 expdiff = self.adjusted() - other.adjusted() 1703 # equal to max(self.adjusted() 2917 def adjusted(self): global() member in Decimal [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | utf8tst.c | 998 int32_t adjusted = length; in TestTruncateIfIncomplete() local 999 U8_TRUNCATE_IF_INCOMPLETE(s, 0, adjusted); in TestTruncateIfIncomplete() 1000 if (adjusted != expected) { in TestTruncateIfIncomplete() 1002 (int)i, (int)length, (int)expected, (int)adjusted); in TestTruncateIfIncomplete()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_mesh.cpp | 190 bool adjusted = false; in brw_nir_adjust_payload() local 191 NIR_PASS(adjusted, shader, brw_nir_adjust_task_payload_offsets); in brw_nir_adjust_payload() 192 if (adjusted) /* clean up the mess created by offset adjustments */ in brw_nir_adjust_payload()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 651 add $inp,$inp,x6 // $inp is adjusted in such way that 790 add $inp,$inp,x6 // $inp is adjusted in such way that 971 add $inp,$inp,x6 // $inp is adjusted in such way that 1110 add $inp,$inp,x6 // $inp is adjusted in such way that 1477 add $inp,$inp,x6 // $inp is adjusted in such way that 1628 add $inp,$inp,x6 // $inp is adjusted in such way that 2518 add $inp,$inp,$xoffset // x0 is adjusted in such way that 3200 add $inp,$inp,$xoffset // x0 is adjusted in such way that 3423 add $inp,$inp,$xoffset // $inp is adjusted to the last data
|
H A D | bsaes-armv7.pl | 1452 sub sp, #0x10 @ place for adjusted round0 key 1461 vstmia $keysched, {@XMM[4]} @ save adjusted round0 key
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 667 add $inp,$inp,x6 // $inp is adjusted in such way that 806 add $inp,$inp,x6 // $inp is adjusted in such way that 987 add $inp,$inp,x6 // $inp is adjusted in such way that 1126 add $inp,$inp,x6 // $inp is adjusted in such way that 1493 add $inp,$inp,x6 // $inp is adjusted in such way that 1644 add $inp,$inp,x6 // $inp is adjusted in such way that 2534 add $inp,$inp,$xoffset // x0 is adjusted in such way that 3216 add $inp,$inp,$xoffset // x0 is adjusted in such way that 3439 add $inp,$inp,$xoffset // $inp is adjusted to the last data
|
H A D | bsaes-armv7.pl | 1452 sub sp, #0x10 @ place for adjusted round0 key 1461 vstmia $keysched, {@XMM[4]} @ save adjusted round0 key
|
/third_party/vixl/src/ |
H A D | utils-vixl.h | 1314 // | halfbit(frac) halfbit(adjusted) 1333 // adjusted = frac - (halfbit(mantissa) & ~onebit(frac)); / | 1335 // mantissa = (mantissa >> shift) + halfbit(adjusted); 1381 // For subnormal outputs, the shift must be adjusted by the exponent. The +1 1423 uint64_t adjusted = mantissa - adjustment; 1424 T halfbit_adjusted = (adjusted >> (shift - 1)) & 1;
|
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.h | 88 // | halfbit(frac) halfbit(adjusted) in FPRound() 107 // adjusted = frac - (halfbit(mantissa) & ~onebit(frac)); / | in FPRound() 109 // mantissa = (mantissa >> shift) + halfbit(adjusted); in FPRound() 155 // For subnormal outputs, the shift must be adjusted by the exponent. The +1 in FPRound() 193 uint64_t adjusted = mantissa - adjustment; in FPRound() local 194 T halfbit_adjusted = (adjusted >> (shift - 1)) & 1; in FPRound()
|
/third_party/python/Lib/test/ |
H A D | test_decimal.py | 2817 self.assertRaises(TypeError, D(1).adjusted, context=xc) 4381 self.assertEqual(Decimal('1234e9999').adjusted(), 10002) 4383 self.assertEqual(Decimal('nan').adjusted(), 0) 4384 self.assertEqual(Decimal('inf').adjusted(), 0) 4767 checkSameDec("adjusted")
|
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |