/third_party/libunwind/src/ia64/ |
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_PR, t, arg); break; in unw_decode_p7_p10() [all …]
|
/third_party/optimized-routines/math/ |
D | v_logf.c | 17 #define P7 v_f32 (Poly[0]) macro 62 p = v_fma_f32 (P7, r2, p); in V_NAME()
|
/third_party/musl/src/math/ |
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/ |
D | exp2l.c | 267 P7 = 0x1.ffcbfc588b041p-17, variable 615 + z * (P7 + z * (P8 + z * (P9 + z * P10))))))))); in exp2l()
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | s_logl.c | 105 P7 = 1.42857142857142857119522943477166120e-1L, /* 0x1249249249249248ed79a0ae434de.0p-115L */ variable 553 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in k_logl() 662 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + in log1pl()
|
/third_party/openssl/test/ |
D | insta.priv.pem | 18 +NwPBowPy0CP/yBeHaw7d/P7/SYIoPXLGraGl6ANAoGBAMmmce7LUjgw0mjjl+8f
|
D | modes_internal_test.c | 424 static const u8 K7[24], P7[] = { 0 }, A7[] = { 0 }, IV7[12], C7[] = { 0 }; variable
|
/third_party/openssl/test/recipes/65-test_cmp_vfy_data/ |
D | insta.priv.pem | 18 +NwPBowPy0CP/yBeHaw7d/P7/SYIoPXLGraGl6ANAoGBAMmmce7LUjgw0mjjl+8f
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP7.td | 1 //===-- PPCScheduleP7.td - PPC P7 Scheduling Definitions ---*- tablegen -*-===// 18 // Scheduling for the P7 involves tracking two types of resources: 384 // P7 machine model for scheduling and other instruction cost heuristics.
|
D | PPCScheduleP8.td | 42 // are combined on P7 and newer into a Vector Scalar Unit (VSU). 45 // In contrast to the P7, the VMX units on P8 are symmetric, so no need to
|
D | README_ALTIVEC.txt | 288 should be fixed for P7/P8.
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | MeasureUnitImpl.java | 337 P7(7), enumConstant 461 trieBuilder.add("pow7-", PowerPart.P7.getTrieIndex());
|
/third_party/ffmpeg/libavcodec/x86/ |
D | vp9lpf.asm | 318 %define P7 dstq + 4*mstrideq + %1 346 %define P7 rsp + 8*mmsize + %1
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
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/crypto/modes/ |
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/crypto/bn/ |
D | armv4-gf2m.S | 204 veor d16, d16, d17 @ t3 = (K) (P6 + P7) << 32
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/bn/ |
D | armv4-gf2m.S | 204 veor d16, d16, d17 @ t3 = (K) (P6 + P7) << 32
|
/third_party/ffmpeg/libavcodec/ |
D | nvenc.c | 167 PRESET(P7), in nvenc_map_preset() 168 PRESET_ALIAS(SLOW, P7, NVENC_TWO_PASSES), in nvenc_map_preset() 174 PRESET_ALIAS(HQ, P7, NVENC_DEPRECATED_PRESET), in nvenc_map_preset() 178 PRESET_ALIAS(LOW_LATENCY_HQ, P7, NVENC_DEPRECATED_PRESET | NVENC_LOWLATENCY), in nvenc_map_preset()
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 500 #define GMOCK_INTERNAL_COUNT_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6) P7
|
/third_party/cups-filters/cupsfilters/ |
D | image.ppm | 298 < ;:::89!:&:) NAG=D?!@B0;*"%%%%%?2.P7&R. Q$ T&N% Q1J57.''#(&+'&… 355 …WHVC*_O:l`Alc4\T*JE*E@0E@%4-# " 439:6<6@;I%<P-1L)>1&N3$P7$Q<'SB%QBG;9/-"#I:… 537 …`&Y.]8aBb!BZ9K.9$.DQ CV=U 7W?iL�8L�FB�F9~G:�N<V5uR!\@E.D4$SAP7S7U> YF"_P)f^.oi3uq… 731 …9:;?AFJJ'O-)O8'R?&VH!YNZS[W[V"e^%dY!ZIP7*S1<_7Gb5F\-6G$4* 2$:8585Z/… 830 …a*8a57`83`91`</c?.gD.jH-mK2rO/oJ,mC.m@/m<.j7)b-&['IC=869> A&P7\E-lW7vc9xe7ve4sb6q_… 1871 1 &%6H0N9S>ZE[E YAT<P7L5N6Q:S=),% 2205 …{�v���u�rT_Q&' %+>B4>?/.+82?9JARGXMbVqc"|n'{io[hShQaH P7C*?(hR=xdK~lHn`1cX… 3611 -.1460K*L+H'[:'bA.]<)eD3qK>d>3Z4)X2'R-$H&H' N/*S74R8;P7=L2?I1AO6K[C[bQdb]dvxw�����… 3830 FECDAS-,R31P>:`\SeldGWMGXPt�~hrqpx{sz�itzRgl@_b8ac:fi+O[,LY3QY;YY:UL2M:6P7>[=5T4 B! 4091 …G E#B)>+5(+!/+0,1-3-5,8 ->".C%/>(88A!E#E!I"M'&P;*K;"L8 P7!V7#X3!U*S#J GD… [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenRegisterInfo.inc | 132 P7 = 112, 2205 { AArch64::P7 }, 2300 … AArch64::P2, AArch64::P3, AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7, AArch64::P8, AArch6… 2310 …64::P0, AArch64::P1, AArch64::P2, AArch64::P3, AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7, 3589 { 55U, AArch64::P7 }, 3706 { 55U, AArch64::P7 }, 3893 { AArch64::P7, 55U }, 4172 { AArch64::P7, 55U }, 20442 …Arch64::Z22, AArch64::Z23, AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7, AArch64::P8, AArch6… 20444 …Arch64::Z22, AArch64::Z23, AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7, AArch64::P8, AArch6…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 603 AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7,
|
/third_party/ffmpeg/tests/ |
D | reference.pnm | 825 RUt-+�RJ�aY�bWʈ{�R?Ʉo߮��P7�w`�mPċl��iu.n&Xe^ [Z_r3+�qf�Q:�?/|,(�NA�rU�U;�6"gn… 943 …ɫkǧm��K�e&�]$��>үh�Ғ�۞���ߠ�ޠ�ߤ�ؘ˲i��S��v�̄��y�t/^8Y5T2T6Q2W6tWqQfLP7�q9r]'lZ+m[*m]/ra5|p… 980 …:_6K'91+(+P?f4l[(iW'lZ*o`/ub7��f�ֻ�־�����������������������ʞP7�<1�M<�`N�6#�7,�9'e!… 1162 8![; lHjDmB [9[8U4R5P7Q:B'A'@(G-V>`M!aO#gX-jZ.hX.jZ1qc=��d�Ͳ�շ�ս�ֽ�����ؿ����������… 1330 Q7P5P7U9P5C+@(=#?#@&A(?%D*B(A'?%?#C&D%E(F&S/X.Z/[/^1g7l:vAwAyA 1336 pA{IxC�O�R!�V#�S!�Y&�X �X �^$�^�f/�a+|T"nKnMlIc;T6K1P7UDXHWK [N)]P-^P+`T,g]7����ɪ�ϸ�и…
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64RegisterInfo.td | 702 def P7 : AArch64Reg<7, "p7">, DwarfRegNum<[55]>;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 2232 .Case("p7", AArch64::P7) in matchSVEPredicateVectorRegName()
|