/third_party/libunwind/libunwind/src/ia64/ |
H A D | unwind_decoder.h | 303 UNW_DEC_MEM_STACK_F(P7, t, size, arg); in unw_decode_p7_p10() 306 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break; in unw_decode_p7_p10() 307 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break; in unw_decode_p7_p10() 308 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; in unw_decode_p7_p10() 309 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 310 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; in unw_decode_p7_p10() 311 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 312 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; in unw_decode_p7_p10() 313 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; in unw_decode_p7_p10() 314 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_P in unw_decode_p7_p10() [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 318 %define P7 dstq + 4*mstrideq + %1 346 %define P7 rsp + 8*mmsize + %1 414 movx m0, [P7] 436 mova [P7], m0 477 movh [P7], m0 501 movh [P7], m0 711 mova m8, [P7] 716 %define rp7 [P7] 920 mova m2, [P7] 969 mova m0, [P7] [all...] |
/third_party/optimized-routines/math/ |
H A D | v_logf.c | 17 #define P7 v_f32 (Poly[0]) macro 58 /* n*ln2 + r + r2*(P1 + r*P2 + r2*(P3 + r*P4 + r2*(P5 + r*P6 + r2*P7))). */ in logf() 62 p = v_fma_f32 (P7, r2, p); in logf()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | MeasureUnitImpl.java | 337 P7(7), enum constant 461 trieBuilder.add("pow7-", PowerPart.P7.getTrieIndex());
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_logl.c | 103 P7 = 1.42857142857142857119522943477166120e-1L, /* 0x1249249249249248ed79a0ae434de.0p-115L */ variable 551 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in k_logl() 660 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in log1pl()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghash-armv4.S | 441 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32 479 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32 516 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghash-armv4.S | 441 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32 479 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32 516 veor d22, d22, d23 @ t3 = (K) (P6 + P7) << 32
|
/third_party/musl/src/math/ |
H A D | exp2l.c | 267 P7 = 0x1.ffcbfc588b041p-17, variable 615 + z * (P7 + z * (P8 + z * (P9 + z * P10))))))))); in exp2l()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | exp2l.c | 267 P7 = 0x1.ffcbfc588b041p-17, variable 615 + z * (P7 + z * (P8 + z * (P9 + z * P10))))))))); in exp2l()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
H A D | armv4-gf2m.S | 204 veor d16, d16, d17 @ t3 = (K) (P6 + P7) << 32
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/bn/ |
H A D | armv4-gf2m.S | 204 veor d16, d16, d17 @ t3 = (K) (P6 + P7) << 32
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvenc.c | 179 PRESET(P7), in nvenc_map_preset() 180 PRESET_ALIAS(SLOW, P7, NVENC_TWO_PASSES), in nvenc_map_preset() 186 PRESET_ALIAS(HQ, P7, NVENC_DEPRECATED_PRESET), in nvenc_map_preset() 190 PRESET_ALIAS(LOW_LATENCY_HQ, P7, NVENC_DEPRECATED_PRESET | NVENC_LOWLATENCY), in nvenc_map_preset() 1404 * P6 & P7 presets may enable lookahead for better quality. in nvenc_setup_encoder()
|
/third_party/googletest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 500 #define GMOCK_INTERNAL_COUNT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) P7
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 424 static const u8 K7[24], P7[] = { 0 }, A7[] = { 0 }, IV7[12], C7[] = { 0 }; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
H A D | AArch64Disassembler.cpp | 603 AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
H A D | AArch64AsmParser.cpp | 2232 .Case("p7", AArch64::P7) in matchSVEPredicateVectorRegName()
|