| /src/external/gpl3/gcc.old/dist/libgcc/config/bfin/ |
| crtn.S | 39 P3 = [SP++]; 48 P3 = [SP++];
|
| crti.S | 41 [--SP] = P3; 54 [--SP] = P3;
|
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| runtime.def | 33 #define P3(T1, T2, T3) \ 44 DEF_D_RUNTIME (ASSERT_MSG, "_d_assert_msg", RT(VOID), P3(STRING, STRING, UINT), 51 P3(STRING, STRING, UINT), ECF_NORETURN) 101 P3(ARRAY_VOID, ARRAY_VOID, CONST_TYPEINFO), 0) 106 P3(CONST_TYPEINFO, SIZE_T, ARRAYPTR_VOID), 0) 108 P3(CONST_TYPEINFO, SIZE_T, ARRAYPTR_VOID), 0) 117 P3(SIZE_T, ARRAY_VOID, ARRAY_VOID), 0) 122 P3(CONST_TYPEINFO, ARRAY_VOID, ARRAY_VOID), 0) 133 P3(CONST_TYPEINFO, ARRAY_BYTE, ARRAY_BYTE), 0) 139 P3(CONST_TYPEINFO, ARRAYPTR_BYTE, SIZE_T), 0 [all...] |
| /src/lib/libm/noieee_src/ |
| n_exp2f.c | 47 P3 = 0x1.c6b348p-5f, 132 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
|
| n_gamma.c | 96 #define P3 1.38456698304096573887145282811e-03 270 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
|
| /src/lib/libm/src/ |
| e_expf.c | 39 P3 = 6.6137559770e-05, /* 0x388ab355 */ 85 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
| s_exp2f.c | 45 P3 = 0x1.c6b348p-5f, 156 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
|
| e_exp.c | 39 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5 98 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ 148 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
| b_tgamma.c | 106 #define P3 1.38456698304096573887145282811e-03 256 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
|
| e_pow.c | 85 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ 301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
| e_powf.c | 44 P3 = 6.6137559770e-05, /* 0x388ab355 */ 244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
| /src/external/gpl3/gcc.old/dist/libquadmath/math/ |
| expm1q.c | 64 P3 = -7.212432713558031519943281748462837065308E5Q, 141 + P5) * x + P4) * x + P3) * x + P2) * x + P1) * x + P0) * x;
|
| expq.c | 118 #define P3 C[14] 189 x22 = x + x*x*(P1+x*(P2+x*(P3+x*(P4+x*(P5+x*P6)))));
|
| log1pq.c | 72 P3 = 3.007007295140399532324943111654767187848E5Q, 230 + P3) * x
|
| acosq.c | 102 P3 = -1.400087608918906358323551402881238180553E2Q, 214 + P3) * t
|
| /src/external/bsd/am-utils/dist/m4/ |
| GNUmakefile | 100 P3=/misc/mirror/gnu/prep/config 121 config.guess:: $(P3)/config.guess 128 config.sub:: $(P3)/config.sub
|
| /src/sys/arch/ia64/unwind/ |
| stackframe.c | 119 strc[rec_cnt].type = P3; 310 case P3: 312 switch(rchain->udesc.P3.r) { 350 printf("unknown desc: %d", rchain->udesc.P3.r); 353 printf("(gr/br = %d) \n", rchain->udesc.P3.grbr); 705 case P3: 706 switch (rchain->udesc.P3.r) { 710 srec->psp.offset = rchain->udesc.P3.grbr; 717 srec->rp.offset = rchain->udesc.P3.grbr; 724 srec->pfs.offset = rchain->udesc.P3.grbr [all...] |
| decode.h | 169 struct unwind_desc_P3 P3; 191 P1, P2, P3, P4, P5, P6, P7, P8, P9, P10,
|
| decode.c | 107 uwd->P3.r = (((0x07 & buf[0]) << 1) | ((0x80 & buf[1]) >> 7)); 108 uwd->P3.grbr = (buf[1] & 0x7f);
|
| /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
| HexagonMCChecker.h | 107 Hexagon::P3 == R);
|
| /src/sys/arch/luna68k/dev/ |
| omrasops.c | 141 #define P3(addr) ((uint32_t *)((uint8_t *)(addr) + OMFB_PLANEOFFS * 4)) 890 " move.l (%[src0]),(%[dst3])+ ;\n" /* P3 */ 894 " move.l (%[src0]),(%[dst3])+ ;\n" /* P3 */ 1449 GETBITS(P3(sp), sb, w, tmp); 1450 PUTBITS(tmp, db, w, P3(dp)); 1494 GETBITS(P3(sp), sb, lnum, tmp); 1495 PUTBITS(tmp, db, lnum, P3(dp)); 1508 GETBITS(P3(sp), sboff, 32, tmp); 1509 *P3(dp) = tmp; 1521 GETBITS(P3(sp), sboff, rnum, tmp) [all...] |
| /src/external/gpl2/gmake/dist/ |
| makefile.com | 7 $! P3 = WALL will enable all warning messages (some are suppressed since 65 $ if (p3.nes."WALL")
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_internal.h | 554 UINT512 P0,P1,P2,P3; \ 559 __mul_64x256_to_320(P3, (A).w[3], B); \ 571 __add_carry_out((P).w[3],CY,P3.w[0],(P).w[3]); \ 572 __add_carry_in_out((P).w[4],CY,P3.w[1],(P).w[4],CY); \ 573 __add_carry_in_out((P).w[5],CY,P3.w[2],(P).w[5],CY); \ 574 __add_carry_in_out((P).w[6],CY,P3.w[3],(P).w[6],CY); \ 575 (P).w[7] = P3.w[4] + CY; \ 598 UINT512 P0,P1,P2,P3; \ 603 __mul_64x64_to_128(P3, (A).w[4], (B).w[4]); \ 609 P3.w[1] += CY; [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/ |
| unwind-ia64.c | 1212 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break; 1213 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break; 1214 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break; 1215 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break; 1216 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break; 1217 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break; 1218 case 6: UNW_DEC_RP_BR(P3, dst, arg); break; 1219 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break; 1220 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break; 1221 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break [all...] |
| /src/external/apache2/llvm/dist/llvm/lib/Support/ |
| ScaledNumber.cpp | 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; 40 addWithCarry(P3);
|