Home
last modified time | relevance | path

Searched refs:adjusted (Results 1 - 12 of 12) sorted by relevance

/third_party/elfutils/tests/
H A Ddwfl-addr-sect.c36 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.py346 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 Dutf8tst.c998 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 Dbrw_mesh.cpp190 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 Daesv8-armx.pl651 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 Dbsaes-armv7.pl1452 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 Daesv8-armx.pl667 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 Dbsaes-armv7.pl1452 sub sp, #0x10 @ place for adjusted round0 key
1461 vstmia $keysched, {@XMM[4]} @ save adjusted round0 key
/third_party/vixl/src/
H A Dutils-vixl.h1314 // | 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 Dsimulator-arm64.h88 // | 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 Dtest_decimal.py2817 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 Dapi.js[all...]

Completed in 40 milliseconds