/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | callback.h | 376 typename P4, typename P5, typename P6, typename A1, typename A2> 379 typedef R (T::*MethodType)(P1, P2, P3, P4, P5, P6, A1, A2); 381 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6) in MethodResultCallback_6_2() 409 typename std::remove_reference<P6>::type p6_; 560 typename P4, typename P5, typename P6, typename A1, typename A2> 562 T* object, R (T::*function)(P1, P2, P3, P4, P5, P6, A1, A2), in NewPermanentCallback() 568 typename internal::InternalConstRef<P6>::type p6) { in NewPermanentCallback() 569 return new internal::MethodResultCallback_6_2<R, T, P1, P2, P3, P4, P5, P6, in NewPermanentCallback()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9lpf.asm | 319 %define P6 dstq + mstride3q + %1 347 %define P6 rsp + 9*mmsize + %1 415 movx m1, [P6] 437 mova [P6], m1 484 movhps [P6], m0 508 movhps [P6], m0 712 mova m9, [P6] 717 %define rp6 [P6] 921 mova m3, [P6] 951 FILTER_INIT m4, m5, m6, m7, [P6], [all...] |
/third_party/optimized-routines/math/ |
H A D | v_logf.c | 18 #define P6 v_f32 (Poly[1]) macro 58 /* n*ln2 + r + r2*(P1 + r*P2 + r2*(P3 + r*P4 + r2*(P5 + r*P6 + r2*P7))). */ in logf() 59 p = v_fma_f32 (P6, r, P5); in logf()
|
/third_party/musl/src/math/ |
H A D | exp2l.c | 46 P6 = 0x1.430918835e33dp-13; variable 250 + z * (P5 + z * P6))))) + t_hi; in exp2l() 264 P6 = 0x1.430912f86c7876f4b663b23c5fe5p-13L; variable 614 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | exp2l.c | 46 P6 = 0x1.430918835e33dp-13; variable 250 + z * (P5 + z * P6))))) + t_hi; in exp2l() 264 P6 = 0x1.430912f86c7876f4b663b23c5fe5p-13L; variable 614 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6 in exp2l()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
H A D | MeasureUnitImpl.java | 336 P6(6), enum constant 460 trieBuilder.add("pow6-", PowerPart.P6.getTrieIndex());
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | unwind_decoder.h | 283 UNW_DEC_GR_MEM(P6, mask, arg); in unw_decode_p6() 285 UNW_DEC_FR_MEM(P6, mask, arg); in unw_decode_p6()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | s_logl.c | 102 P6 = -1.66666666666666666666696142372698408e-1L, /* -0x15555555555555555567267a58e13.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/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/googletest/googlemock/include/gmock/ |
H A D | gmock-more-actions.h | 499 #define GMOCK_INTERNAL_COUNT_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) P6
|
/third_party/openssl/test/ |
H A D | modes_internal_test.c | 394 # define P6 P5 macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | nvenc.c | 178 PRESET(P6), in nvenc_map_preset() 1404 * P6 & P7 presets may enable lookahead for better quality. in nvenc_setup_encoder()
|
/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 | 2231 .Case("p6", AArch64::P6) in matchSVEPredicateVectorRegName()
|