/third_party/node/deps/openssl/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block() 577 L5 = C0(K, 5) ^ C1(K, 4) ^ C2(K, 3) ^ C3(K, 2) ^ in whirlpool_block() 589 K.q[5] = L5; in whirlpool_block() 603 L5 ^= C0(S, 5) ^ C1(S, 4) ^ C2(S, 3) ^ C3(S, 2) ^ in whirlpool_block() 615 S.q[5] = L5; in whirlpool_block() 624 L5 = C5(K, 0); in whirlpool_block() 633 L5 ^= C4(K, 1); in whirlpool_block() 641 L5 ^= C3(K, 2); in whirlpool_block() 649 L5 ^= C2(K, 3); in whirlpool_block() 657 L5 in whirlpool_block() [all...] |
/third_party/openssl/crypto/whrlpool/ |
H A D | wp_block.c | 538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block() 577 L5 = C0(K, 5) ^ C1(K, 4) ^ C2(K, 3) ^ C3(K, 2) ^ in whirlpool_block() 589 K.q[5] = L5; in whirlpool_block() 603 L5 ^= C0(S, 5) ^ C1(S, 4) ^ C2(S, 3) ^ C3(S, 2) ^ in whirlpool_block() 615 S.q[5] = L5; in whirlpool_block() 624 L5 = C5(K, 0); in whirlpool_block() 633 L5 ^= C4(K, 1); in whirlpool_block() 641 L5 ^= C3(K, 2); in whirlpool_block() 649 L5 ^= C2(K, 3); in whirlpool_block() 657 L5 in whirlpool_block() [all...] |
/third_party/jerryscript/jerry-libm/ |
H A D | pow.c | 102 #define L5 2.30660745775561754067e-01 /* 0x3FCD864A, 0x93C9DB65 */ macro 350 r = s2 * s2 * (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in pow() 460 #undef L5 macro
|
/third_party/python/Lib/test/ |
H A D | test_genericalias.py | 260 L5 = list[Callable[[K, V], K]] 261 self.assertEqual(L5.__args__, (Callable[[K, V], K],)) 262 self.assertEqual(L5.__parameters__, (K, V))
|
/third_party/rust/crates/minimal-lexical/src/ |
H A D | libm.rs | 46 const L5: f32 = 2.3066075146e-01; /* 0x3e6c3255 */ in powf() consts 282 r = s2 * s2 * (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in powf() 601 const L5: f64 = 2.30660745775561754067e-01; /* 0x3fcd864a_93c9db65 */ in powd() consts 854 let mut r: f64 = s2 * s2 * (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in powd()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_neon.c | 1448 const uint8x8_t L5 = vld1_u8(dst + 5 * BPS - 1); in DC8_NEON() local 1453 const uint16x8_t s2 = vaddl_u8(L4, L5); in DC8_NEON() 1535 const uint8x8_t L5 = vld1_u8(dst + (i + 5) * BPS - 1); in DC16_NEON() local 1540 const uint16x8_t s2 = vaddl_u8(L4, L5); in DC16_NEON()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/ |
H A D | SparcDisassembler.cpp | 66 SP::L4, SP::L5, SP::L6, SP::L7,
|
/third_party/node/deps/v8/src/base/ |
H A D | ieee754.cc | 2650 L5 = 2.30660745775561754067e-01, // 0x3FCD864A, 0x93C9DB65 in pow() local 2821 (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in pow()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 134 Sparc::L4, Sparc::L5, Sparc::L6, Sparc::L7,
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.cc | 2585 Label L0, L1, L2, L3, L4, L5; in Clz64() local 2621 BranchShort(&L5, eq, y, Operand(zero_reg)); in Clz64() 2623 bind(&L5); in Clz64()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 1027 .Case("l4", SP::L4).Case("l5", SP::L5).Case("l6", SP::L6).Case("l7", SP::L7) in getRegisterByName()
|