Home
last modified time | relevance | path

Searched refs:L6 (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/whrlpool/
H A Dwp_block.c538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block()
579 L6 = C0(K, 6) ^ C1(K, 5) ^ C2(K, 4) ^ C3(K, 3) ^ in whirlpool_block()
590 K.q[6] = L6; in whirlpool_block()
605 L6 ^= C0(S, 6) ^ C1(S, 5) ^ C2(S, 4) ^ C3(S, 3) ^ in whirlpool_block()
616 S.q[6] = L6; in whirlpool_block()
625 L6 = C6(K, 0); in whirlpool_block()
634 L6 ^= C5(K, 1); in whirlpool_block()
642 L6 ^= C4(K, 2); in whirlpool_block()
650 L6 ^= C3(K, 3); in whirlpool_block()
658 L6 in whirlpool_block()
[all...]
/third_party/openssl/crypto/whrlpool/
H A Dwp_block.c538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block()
579 L6 = C0(K, 6) ^ C1(K, 5) ^ C2(K, 4) ^ C3(K, 3) ^ in whirlpool_block()
590 K.q[6] = L6; in whirlpool_block()
605 L6 ^= C0(S, 6) ^ C1(S, 5) ^ C2(S, 4) ^ C3(S, 3) ^ in whirlpool_block()
616 S.q[6] = L6; in whirlpool_block()
625 L6 = C6(K, 0); in whirlpool_block()
634 L6 ^= C5(K, 1); in whirlpool_block()
642 L6 ^= C4(K, 2); in whirlpool_block()
650 L6 ^= C3(K, 3); in whirlpool_block()
658 L6 in whirlpool_block()
[all...]
/third_party/jerryscript/jerry-libm/
H A Dpow.c103 #define L6 2.06975017800338417784e-01 /* 0x3FCA7E28, 0x4A454EEF */ macro
350 r = s2 * s2 * (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in pow()
461 #undef L6 macro
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs47 const L6: f32 = 2.0697501302e-01; /* 0x3e53f142 */ in powf() consts
282 r = s2 * s2 * (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in powf()
602 const L6: f64 = 2.06975017800338417784e-01; /* 0x3fca7e28_4a454eef */ 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 Ddec_neon.c1449 const uint8x8_t L6 = vld1_u8(dst + 6 * BPS - 1); in DC8_NEON() local
1454 const uint16x8_t s3 = vaddl_u8(L6, L7); in DC8_NEON()
1536 const uint8x8_t L6 = vld1_u8(dst + (i + 6) * BPS - 1); in DC16_NEON() local
1541 const uint16x8_t s3 = vaddl_u8(L6, L7); in DC16_NEON()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/Disassembler/
H A DSparcDisassembler.cpp66 SP::L4, SP::L5, SP::L6, SP::L7,
/third_party/node/deps/v8/src/base/
H A Dieee754.cc2651 L6 = 2.06975017800338417784e-01, // 0x3FCA7E28, 0x4A454EEF 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 DSparcAsmParser.cpp134 Sparc::L4, Sparc::L5, Sparc::L6, Sparc::L7,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp1027 .Case("l4", SP::L4).Case("l5", SP::L5).Case("l6", SP::L6).Case("l7", SP::L7) in getRegisterByName()

Completed in 24 milliseconds