/third_party/optimized-routines/math/test/traces/ |
D | sincosf.txt | 159 -0x1.d7dbf4p-10 160 0x1.d7dbf4p-10 161 -0x1.3e4a7p-14 163 -0x1.088c36p-9 164 0x1.fd3378p-10 165 -0x1.7f293cp-14 167 -0x1.0c0774p-9 168 0x1.000dfep-9 169 -0x1.88f704p-14 171 -0x1.0c7494p-9 [all …]
|
D | exp.txt | 1 0x1.0bc8e7ca4ae1bp+0 2 0x1.f9a012f44a109p-1 3 -0x1.87a0e64ca4704p-15 4 0x1.d2d48a18a7775p-1 5 0x1.bb1c1c3d91533p-1 6 -0x1.f99f18cd2896bp-16 7 0x1.58bb57317e405p-1 8 0x1.4a09091f7ebeep-1 9 -0x1.44718c44e91cfp-16 10 0x1.45fa2a0b71c2bp-1 [all …]
|
/third_party/musl/libc-test/report_base/ |
D | REPORT | 11 …ecial/acosh.h:9: RN acosh(0x1.001f1c62cf304p+0) want 0x1.f8d125ff71ccp-6 got 0x1.f8d125ff71cc2p-6 … 12 …ial/acosh.h:10: RN acosh(0x1.00788c223616fp+0) want 0x1.f0cb8ee812621p-5 got 0x1.f0cb8ee812623p-5 … 13 …ial/acosh.h:11: RN acosh(0x1.007b7a37c7606p+0) want 0x1.f6cb68859ae3p-5 got 0x1.f6cb68859ae2ep-5 u… 14 …ial/acosh.h:12: RN acosh(0x1.01d173033243cp+0) want 0x1.e7e1b18d99376p-4 got 0x1.e7e1b18d99378p-4 … 15 …ial/acosh.h:13: RN acosh(0x1.01d8f20e90409p+0) want 0x1.ebca3eea5cda5p-4 got 0x1.ebca3eea5cda3p-4 … 16 …ial/acosh.h:14: RN acosh(0x1.01ef6122e68bep+0) want 0x1.f74df150afc94p-4 got 0x1.f74df150afc92p-4 … 17 …ial/acosh.h:15: RN acosh(0x1.06822faf07879p+0) want 0x1.ccd73cbc4af78p-3 got 0x1.ccd73cbc4af7ap-3 … 18 …ial/acosh.h:17: RN acosh(0x1.069d65411ec51p+0) want 0x1.d0928b08facbap-3 got 0x1.d0928b08facbcp-3 … 19 …ial/acosh.h:18: RN acosh(0x1.071d6b2713d08p+0) want 0x1.e1bc6a6c345fdp-3 got 0x1.e1bc6a6c345ffp-3 … 20 …ial/acosh.h:19: RN acosh(0x1.0728405f5140cp+0) want 0x1.e328ebe92b32cp-3 got 0x1.e328ebe92b32ep-3 … [all …]
|
/third_party/boost/libs/container_hash/test/ |
D | hash_float_test.hpp | 73 BOOST_HASH_TEST_NAMESPACE::hash<T> x1; in float_tests() local 79 BOOST_TEST(x1(zero) == x1(minus_zero)); in float_tests() 82 BOOST_TEST(x1(zero) == BOOST_HASH_TEST_NAMESPACE::hash_value(zero)); in float_tests() 83 BOOST_TEST(x1(minus_zero) == BOOST_HASH_TEST_NAMESPACE::hash_value(minus_zero)); in float_tests() 86 BOOST_TEST(x1(zero) != x1(0.5)); in float_tests() 87 BOOST_TEST(x1(minus_zero) != x1(0.5)); in float_tests() 88 BOOST_TEST(x1(0.5) != x1(-0.5)); in float_tests() 89 BOOST_TEST(x1(1) != x1(-1)); in float_tests() 110 BOOST_TEST(x1(infinity) == BOOST_HASH_TEST_NAMESPACE::hash_value(infinity)); in float_tests() 111 BOOST_TEST(x1(minus_infinity) in float_tests() [all …]
|
/third_party/node/deps/zlib/ |
D | crc32_simd.c | 42 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 47 x1 = _mm_loadu_si128((__m128i *)(buf + 0x00)); in crc32_sse42_simd_() 52 x1 = _mm_xor_si128(x1, _mm_cvtsi32_si128(crc)); in crc32_sse42_simd_() 64 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 69 x1 = _mm_clmulepi64_si128(x1, x0, 0x11); in crc32_sse42_simd_() 79 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 84 x1 = _mm_xor_si128(x1, y5); in crc32_sse42_simd_() 98 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 99 x1 = _mm_clmulepi64_si128(x1, x0, 0x11); in crc32_sse42_simd_() 100 x1 = _mm_xor_si128(x1, x2); in crc32_sse42_simd_() [all …]
|
/third_party/skia/third_party/externals/zlib/ |
D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 43 x1 = _mm_loadu_si128((__m128i *)(buf + 0x00)); in crc32_sse42_simd_() 48 x1 = _mm_xor_si128(x1, _mm_cvtsi32_si128(crc)); in crc32_sse42_simd_() 60 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 65 x1 = _mm_clmulepi64_si128(x1, x0, 0x11); in crc32_sse42_simd_() 75 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 80 x1 = _mm_xor_si128(x1, y5); in crc32_sse42_simd_() 94 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 95 x1 = _mm_clmulepi64_si128(x1, x0, 0x11); in crc32_sse42_simd_() 96 x1 = _mm_xor_si128(x1, x2); in crc32_sse42_simd_() [all …]
|
/third_party/flutter/skia/third_party/externals/zlib/ |
D | crc32_simd.c | 38 __m128i x0, x1, x2, x3, x4, x5, x6, x7, x8, y5, y6, y7, y8; in crc32_sse42_simd_() local 43 x1 = _mm_loadu_si128((__m128i *)(buf + 0x00)); in crc32_sse42_simd_() 48 x1 = _mm_xor_si128(x1, _mm_cvtsi32_si128(crc)); in crc32_sse42_simd_() 60 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 65 x1 = _mm_clmulepi64_si128(x1, x0, 0x11); in crc32_sse42_simd_() 75 x1 = _mm_xor_si128(x1, x5); in crc32_sse42_simd_() 80 x1 = _mm_xor_si128(x1, y5); in crc32_sse42_simd_() 94 x5 = _mm_clmulepi64_si128(x1, x0, 0x00); in crc32_sse42_simd_() 95 x1 = _mm_clmulepi64_si128(x1, x0, 0x11); in crc32_sse42_simd_() 96 x1 = _mm_xor_si128(x1, x2); in crc32_sse42_simd_() [all …]
|
/third_party/ffmpeg/libavcodec/aarch64/ |
D | vp9lpf_neon.S | 632 sub x9, x0, x1, lsl #2 633 ld1 {v20.8b}, [x9], x1 // p3 634 ld1 {v24.8b}, [x0], x1 // q0 635 ld1 {v21.8b}, [x9], x1 // p2 636 ld1 {v25.8b}, [x0], x1 // q1 637 ld1 {v22.8b}, [x9], x1 // p1 638 ld1 {v26.8b}, [x0], x1 // q2 639 ld1 {v23.8b}, [x9], x1 // p0 640 ld1 {v27.8b}, [x0], x1 // q3 641 sub x0, x0, x1, lsl #2 [all …]
|
D | h264qpel_neon.S | 145 sub x1, x1, x2, lsl #4 146 add x1, x1, #8 158 sub x1, x1, x2, lsl #4 160 add x1, x1, #8 166 1: ld1 {v28.8B, v29.8B}, [x1], x2 167 ld1 {v16.8B, v17.8B}, [x1], x2 193 sub x1, x1, x2, lsl #4 196 add x1, x1, #8 203 1: ld1 {v26.8B, v27.8B}, [x1], x2 204 ld1 {v16.8B, v17.8B}, [x1], x2 [all …]
|
D | vp9lpf_16bpp_neon.S | 478 add x0, x0, x1, lsl #3 515 add x0, x0, x1, lsl #3 536 sub x9, x0, x1, lsl #2 537 ld1 {v20.8h}, [x9], x1 // p3 538 ld1 {v24.8h}, [x0], x1 // q0 539 ld1 {v21.8h}, [x9], x1 // p2 540 ld1 {v25.8h}, [x0], x1 // q1 541 ld1 {v22.8h}, [x9], x1 // p1 542 ld1 {v26.8h}, [x0], x1 // q2 543 ld1 {v23.8h}, [x9], x1 // p0 [all …]
|
/third_party/boost/libs/bind/test/ |
D | bind_cv_test.cpp | 43 int operator()(int x1) in operator ()() 45 return x1; in operator ()() 48 int operator()(int x1) const in operator ()() 50 return -x1; in operator ()() 53 int operator()(int x1, int x2) in operator ()() 55 return x1+x2; in operator ()() 58 int operator()(int x1, int x2) const in operator ()() 60 return -(x1+x2); in operator ()() 63 int operator()(int x1, int x2, int x3) in operator ()() 65 return x1+x2+x3; in operator ()() [all …]
|
D | bind_stateful_test.cpp | 52 int operator()(int x1) in operator ()() argument 54 return state_ += x1; in operator ()() 57 int operator()(int x1, int x2) in operator ()() argument 59 return state_ += x1+x2; in operator ()() 62 int operator()(int x1, int x2, int x3) in operator ()() argument 64 return state_ += x1+x2+x3; in operator ()() 67 int operator()(int x1, int x2, int x3, int x4) in operator ()() argument 69 return state_ += x1+x2+x3+x4; in operator ()() 72 int operator()(int x1, int x2, int x3, int x4, int x5) in operator ()() argument 74 return state_ += x1+x2+x3+x4+x5; in operator ()() [all …]
|
/third_party/boost/libs/phoenix/test/boost_bind_compatibility/ |
D | bind_cv_test.cpp | 48 int operator()(int x1) in operator ()() 50 return x1; in operator ()() 53 int operator()(int x1) const in operator ()() 55 return -x1; in operator ()() 58 int operator()(int x1, int x2) in operator ()() 60 return x1+x2; in operator ()() 63 int operator()(int x1, int x2) const in operator ()() 65 return -(x1+x2); in operator ()() 68 int operator()(int x1, int x2, int x3) in operator ()() 70 return x1+x2+x3; in operator ()() [all …]
|
D | bind_stateful_test.cpp | 58 int operator()(int x1) const in operator ()() 60 return state_ += x1; in operator ()() 63 int operator()(int x1, int x2) const in operator ()() argument 65 return state_ += x1+x2; in operator ()() 68 int operator()(int x1, int x2, int x3) const in operator ()() argument 70 return state_ += x1+x2+x3; in operator ()() 73 int operator()(int x1, int x2, int x3, int x4) const in operator ()() argument 75 return state_ += x1+x2+x3+x4; in operator ()() 78 int operator()(int x1, int x2, int x3, int x4, int x5) const in operator ()() argument 80 return state_ += x1+x2+x3+x4+x5; in operator ()() [all …]
|
/third_party/boost/boost/icl/concept/ |
D | interval_bounds.hpp | 18 inline interval_bounds left(interval_bounds x1) in left() argument 19 { return interval_bounds(x1._bits & interval_bounds::_left); } in left() 21 inline interval_bounds right(interval_bounds x1) in right() argument 22 { return interval_bounds(x1._bits & interval_bounds::_right); } in right() 24 inline interval_bounds all(interval_bounds x1) in all() argument 25 { return interval_bounds(x1._bits & interval_bounds::_all); } in all() 27 inline bool operator == (const interval_bounds x1, const interval_bounds x2) in operator ==() argument 28 { return x1._bits == x2._bits; } in operator ==() 30 inline bool operator != (const interval_bounds x1, const interval_bounds x2) in operator !=() argument 31 { return x1._bits != x2._bits; } in operator !=() [all …]
|
/third_party/uboot/u-boot-2020.01/arch/arm/cpu/armv8/fsl-layerscape/ |
D | lowlevel.S | 34 ldr x1, =GICC_BASE 53 ldr x1, =GICC_BASE_64K 84 switch_el x1, 1f, 100f, 100f /* skip if not in EL3 */ 92 ldr x1, =0x00000010 108 ldr x1, =0x00000020 111 ldr x1, =0x00000020 118 ldr x1, =CCI_MN_RNF_NODEID_LIST 124 ldr x1, =0x00FF000C 127 ldr x1, =0x00FF000C 130 ldr x1, =0x00FF000C [all …]
|
/third_party/openssl/crypto/seed/ |
D | seed.c | 443 seed_word x1, x2, x3, x4; in SEED_set_key() local 446 char2word(rawkey, x1); in SEED_set_key() 451 t0 = (x1 + x3 - KC0) & 0xffffffff; in SEED_set_key() 454 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC1); in SEED_set_key() 458 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC2); in SEED_set_key() 460 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC3); in SEED_set_key() 462 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC4); in SEED_set_key() 464 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC5); in SEED_set_key() 466 KEYSCHEDULE_UPDATE0(t0, t1, x1, x2, x3, x4, KC6); in SEED_set_key() 468 KEYSCHEDULE_UPDATE1(t0, t1, x1, x2, x3, x4, KC7); in SEED_set_key() [all …]
|
/third_party/boost/libs/numeric/odeint/test/ |
D | range_algebra.cpp | 55 boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 56 algebra.for_each2( x1 , x2 , default_operations::scale_sum1<>( 1.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 57 BOOST_CHECK_CLOSE( x1[0] , 2.0 , 1.0e-10 ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 58 BOOST_CHECK_CLOSE( x1[1] , 2.0 , 1.0e-10 ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 66 boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }}; in BOOST_AUTO_TEST_CASE_TEMPLATE() local 67 algebra.for_each3( x1 , x2 , x3 , default_operations::scale_sum2<>( 1.0 , 2.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 68 BOOST_CHECK_CLOSE( x1[0] , 8.0 , 1.0e-10 ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 69 BOOST_CHECK_CLOSE( x1[1] , 8.0 , 1.0e-10 ); in BOOST_AUTO_TEST_CASE_TEMPLATE() 76 …boost::array< double , 2 > x1 = {{ 1.0 , 1.0 }} , x2 = {{ 2.0 , 2.0 }} , x3 = {{ 3.0 , 3.0 }} , x4… in BOOST_AUTO_TEST_CASE_TEMPLATE() local 77 algebra.for_each4( x1 , x2 , x3 , x4 , default_operations::scale_sum3<>( 1.0 , 2.0 , 3.0 ) ); in BOOST_AUTO_TEST_CASE_TEMPLATE() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | compoundExponentiationAssignmentLHSCannotBeAssigned.js | 7 var x1: boolean; variable 8 x1 **= a; 9 x1 **= b; 10 x1 **= true; 11 x1 **= 0; 12 x1 **= '' 13 x1 **= E.a; 14 x1 **= {}; 15 x1 **= null; 16 x1 **= undefined; [all …]
|
D | es6ImportDefaultBindingFollowedWithNamedImport1WithExport.js | 9 export var x1: number = defaultBinding1; variable 11 export var x1: number = defaultBinding2; 13 export var x1: number = defaultBinding3; 15 export var x1: number = defaultBinding4; 17 export var x1: number = defaultBinding5; 19 export var x1: number = defaultBinding6; 30 exports.x1 = void 0; 32 exports.x1 = server_1.default; 34 exports.x1 = server_2.default; 36 exports.x1 = server_3.default; [all …]
|
D | compoundAdditionAssignmentLHSCanBeAssigned.js | 7 var x1: any; variable 8 x1 += a; 9 x1 += b; 10 x1 += true; 11 x1 += 0; 12 x1 += ''; 13 x1 += E.a; 14 x1 += {}; 15 x1 += null; 16 x1 += undefined; [all …]
|
D | compoundArithmeticAssignmentWithInvalidOperands.js | 7 var x1: boolean; variable 8 x1 *= a; 9 x1 *= b; 10 x1 *= true; 11 x1 *= 0; 12 x1 *= '' 13 x1 *= E.a; 14 x1 *= {}; 15 x1 *= null; 16 x1 *= undefined; [all …]
|
D | overloadOnConstNoAnyImplementation2.symbols | 5 x1(a: number, callback: (x: 'hi') => number); 6 >x1 : Symbol(I.x1, Decl(overloadOnConstNoAnyImplementation2.ts, 0, 13)) 15 x1(a: number, callback: (x: 'hi') => number); 16 >x1 : Symbol(C.x1, Decl(overloadOnConstNoAnyImplementation2.ts, 4, 9), Decl(overloadOnConstNoAnyImp… 21 x1(a: number, callback: (x: string) => number) { 22 >x1 : Symbol(C.x1, Decl(overloadOnConstNoAnyImplementation2.ts, 4, 9), Decl(overloadOnConstNoAnyImp… 49 c.x1(1, (x: 'hi') => { return 1; } ); 50 >c.x1 : Symbol(C.x1, Decl(overloadOnConstNoAnyImplementation2.ts, 4, 9), Decl(overloadOnConstNoAnyI… 52 >x1 : Symbol(C.x1, Decl(overloadOnConstNoAnyImplementation2.ts, 4, 9), Decl(overloadOnConstNoAnyImp… 55 c.x1(1, (x: 'bye') => { return 1; } ); [all …]
|
D | es6ImportDefaultBindingFollowedWithNamedImportWithExport.js | 12 export var x1: number = a; variable 14 export var x1: number = b; 16 export var x1: number = x; 17 export var x1: number = y; 19 export var x1: number = z; 21 export var x1: number = m; 38 exports.x1 = void 0; 39 exports.x1 = server_1.a; 40 exports.x1 = server_2.a; 41 exports.x1 = server_3.x; [all …]
|
/third_party/boost/libs/tuple/test/ |
D | structured_bindings.cpp | 21 auto [x1] = boost::make_tuple( 1 ); in main() 22 BOOST_TEST_EQ( x1, 1 ); in main() 26 auto [x1, x2] = boost::make_tuple( 1, 2 ); in main() 27 BOOST_TEST_EQ( x1, 1 ); in main() 32 auto [x1, x2, x3] = boost::make_tuple( 1, 2, 3 ); in main() 33 BOOST_TEST_EQ( x1, 1 ); in main() 39 auto [x1, x2, x3, x4] = boost::make_tuple( 1, 2, 3, 4 ); in main() 40 BOOST_TEST_EQ( x1, 1 ); in main() 49 auto [x1] = boost::tuple<int>( 1 ); in main() 50 BOOST_TEST_EQ( x1, 1 ); in main() [all …]
|