HomeSort by: relevance | last modified time | path
    Searched refs:P5 (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/libgcc/config/bfin/
crti.S 39 [--SP] = P5;
45 P5 = [P5 + _current_shared_library_p5_offset_]
52 [--SP] = P5;
58 P5 = [P5 + _current_shared_library_p5_offset_]
crtn.S 37 P5 = [SP++];
46 P5 = [SP++];
  /src/lib/libm/src/
e_expf.c 41 P5 = 4.1381369442e-08; /* 0x3331bb4c */
85 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_exp.c 39 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
40 * (where z=r*r, and the values of P1 to P5 are listed below)
43 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
54 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
100 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
148 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_pow.c 87 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_powf.c 46 P5 = 4.1381369442e-08, /* 0x3331bb4c */
244 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2.c 47 P5 = 0x1.5d88003875c74p-10;
392 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
expm1q.c 66 P5 = -1.716772506388927649032068540558788106762E3Q,
141 + P5) * x + P4) * x + P3) * x + P2) * x + P1) * x + P0) * x;
expq.c 120 #define P5 C[16]
189 x22 = x + x*x*(P1+x*(P2+x*(P3+x*(P4+x*(P5+x*P6)))));
log1pq.c 70 P5 = 1.797628303815655343403735250238293741397E5Q,
228 + P5) * x
acosq.c 104 P5 = 9.643714856395587663736110523917499638702E1Q,
212 + P5) * t
  /src/external/gpl3/gcc.old/dist/gcc/d/
runtime.def 37 #define P5(T1, T2, T3, T4, T5) \
57 P5(IMMUTABLE_CHARPTR, UINT, SIZE_T, SIZE_T, SIZE_T),
195 #undef P5
  /src/sys/arch/ia64/unwind/
decode.h 171 struct unwind_desc_P5 P5;
191 P1, P2, P3, P4, P5, P6, P7, P8, P9, P10,
decode.c 134 uwd->P5.grmask = (buf[1] >> 4);
135 uwd->P5.frmask = ((buf[1] & 0x0f << 16) | (buf[2] << 8) | buf[3]);
stackframe.c 136 strc[rec_cnt].type = P5;
361 case P5:
364 rchain->udesc.P5.grmask, rchain->udesc.P5.frmask);
855 case P5:
1063 case P5:
  /src/lib/libm/ld128/
s_exp2l.c 51 P5 = 0x1.5d87fe78a67311071dee13fd11d9p-10L,
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
s_logl.c 99 P5 = 2.00000000000000000000000085468039943e-1L, /* 0x19999999999999999999a6d3567f4.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 185 #define P5 (P5u.extu_ld)
206 p = P0 + z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 +
s_exp2l.c 60 P5 = 1.3333563089183052e-3, /* 0x15d8806f67f251.0p-62 */
276 + z * (P5 + z * P6))))) + t_hi;
s_logl.c 103 P5 = 1.9999999992970016e-1, /* 0x1999999972f3c7.0p-55 */
538 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
584 f_lo = 0; /* avoid underflow of the P5 term */
648 val_lo = z * d * z * (z * (d * P8 + P7) + (d * P6 + P5)) +
  /src/lib/libm/noieee_src/
n_exp2.c 49 P5 = 0x1.5d88003875c74p-10;
386 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
  /src/external/gpl3/gcc.old/dist/libgcc/config/ia64/
unwind-ia64.c 1236 UNW_DEC_FRGR_MEM(P5, grmask, frmask, arg);
  /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 445 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \
447 typename p3##_type, typename p4##_type, typename p5##_type
448 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
450 typename p3##_type, typename p4##_type, typename p5##_type, \
452 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
454 typename p3##_type, typename p4##_type, typename p5##_type, \
456 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
458 typename p3##_type, typename p4##_type, typename p5##_type, \
460 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \
463 typename p5##_type, typename p6##_type, typename p7##_type,
    [all...]
  /src/external/bsd/zstd/dist/tests/
playTests.sh 1099 datagen -g12M -P5 > tmpCorpusLowCompress

Completed in 68 milliseconds

1 2