| /src/sys/arch/ia64/unwind/ |
| stackframe.c | 152 strc[rec_cnt].type = P7; 376 case P7: 378 switch(rchain->udesc.P7.r) { 381 printf("t = %ld, ", rchain->udesc.P7.t); 382 printf("size = %ld) \n", rchain->udesc.P7.size); 386 printf("t = %ld) \n", rchain->udesc.P7.t); 390 printf("pspoff = %ld) \n", rchain->udesc.P7.t); 394 printf("spoff = %ld) \n", rchain->udesc.P7.t); 398 printf("t = %ld) \n", rchain->udesc.P7.t); 402 printf("pspoff = %ld) \n", rchain->udesc.P7.t) [all...] |
| decode.c | 159 uwd->P7.r = (buf[0] & 0x0f); 163 buf = unwind_decode_ule128(buf, &uwd->P7.t); 164 if (uwd->P7.r == 0) /* memstack_f */ 165 buf = unwind_decode_ule128(buf, &uwd->P7.size);
|
| decode.h | 173 struct unwind_desc_P7 P7; 191 P1, P2, P3, P4, P5, P6, P7, P8, P9, P10,
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| expm1q.c | 68 P7 = -4.888737542888633647784737721812546636240E-1Q, 139 px = (((((((P7 * x
|
| log1pq.c | 68 P7 = 2.128857716871515081352991964243375186031E4Q, 226 + P7) * x
|
| acosq.c | 106 P7 = -1.578651828337585944715290382181219741813E1Q, 210 + P7) * t
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| unwind-ia64.c | 1270 UNW_DEC_MEM_STACK_F(P7, t, size, arg); 1273 case 1: UNW_DEC_MEM_STACK_V(P7, t, arg); break; 1274 case 2: UNW_DEC_SPILL_BASE(P7, t, arg); break; 1275 case 3: UNW_DEC_REG_SPREL(P7, UNW_REG_PSP, t, arg); break; 1276 case 4: UNW_DEC_REG_WHEN(P7, UNW_REG_RP, t, arg); break; 1277 case 5: UNW_DEC_REG_PSPREL(P7, UNW_REG_RP, t, arg); break; 1278 case 6: UNW_DEC_REG_WHEN(P7, UNW_REG_PFS, t, arg); break; 1279 case 7: UNW_DEC_REG_PSPREL(P7, UNW_REG_PFS, t, arg); break; 1280 case 8: UNW_DEC_REG_WHEN(P7, UNW_REG_PR, t, arg); break; 1281 case 9: UNW_DEC_REG_PSPREL(P7, UNW_REG_PR, t, arg); break [all...] |
| /src/lib/libm/ld128/ |
| s_exp2l.c | 55 P7 = 0x1.ffcbfc588b041p-17, 417 + z * (P7 + z * (P8 + z * (P9 + z * P10)))))))));
|
| s_logl.c | 101 P7 = 1.42857142857142857119522943477166120e-1L, /* 0x1249249249249248ed79a0ae434de.0p-115L */ 549 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 + 657 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
|
| /src/lib/libm/ld80/ |
| b_tgammal.c | 187 #define P7 (P7u.extu_ld) 207 z * (P6 + z * (P7 + z * P8)))))));
|
| s_logl.c | 105 P7 = 1.4286227413310518e-1, /* 0x12494f9d9def91.0p-55 */ 538 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) + 648 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Disassembler/ |
| AArch64Disassembler.cpp | 647 AArch64::P4, AArch64::P5, AArch64::P6, AArch64::P7,
|
| /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
| gmock-generated-actions.h | 453 p6, p7) , typename p0##_type, typename p1##_type, typename p2##_type, \ 455 typename p6##_type, typename p7##_type 457 p6, p7, p8) , typename p0##_type, typename p1##_type, typename p2##_type, \ 459 typename p6##_type, typename p7##_type, typename p8##_type 461 p6, p7, p8, p9) , typename p0##_type, typename p1##_type, \ 463 typename p5##_type, typename p6##_type, typename p7##_type, \ 502 #define GMOCK_INTERNAL_INIT_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, p6, p7)\ 505 p6##_type gmock_p6, p7##_type gmock_p7) : p0(::std::move(gmock_p0)), \ 509 p7(::std::move(gmock_p7)) 511 p7, p8) [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| AArch64AsmParser.cpp | 2301 .Case("p7", AArch64::P7) 4719 return Error(Loc, "invalid restricted predicate register, expected p0..p7 (without element suffix)"); 4721 return Error(Loc, "invalid restricted predicate register, expected p0.b..p7.b"); 4723 return Error(Loc, "invalid restricted predicate register, expected p0.h..p7.h"); 4725 return Error(Loc, "invalid restricted predicate register, expected p0.s..p7.s"); 4727 return Error(Loc, "invalid restricted predicate register, expected p0.d..p7.d");
|
| /src/share/terminfo/ |
| terminfo | 376 sgr=\E[0%?%p3%t;7%;%?%p4%t;5%;%?%p7%t;8%;m, 385 %;%?%p7%t8;%;m, 390 %;%?%p7%t8;%;m, 436 %t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 447 %t;1%;%?%p7%t;8%;%?%p9%t;12%;m, 1209 %t;2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 1333 2%;%?%p6%t;1%;%?%p7%t;8%;m, 1392 2%;%?%p6%t;1%;%?%p7%t;8%;%?%p9%t;11%;m, 1542 %|%t;7%;%?%p7%t;9%;m%?%p9%t\016%e\017%;, 1631 %p7%t;8%;%?%p9%t;12%e;10%;m [all...] |