HomeSort by relevance Sort by last modified time
    Searched defs:P5 (Results 1 - 20 of 20) sorted by null

  /external/libgsm/inc/
proto.h 30 #undef P5
44 # define P5(x, a, b, c, d, e) (a, b, c, d, e)
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e;
unproto.h 18 #undef P5
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_exp.c 37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
38 * (where z=r*r, and the values of P1 to P5 are listed below)
41 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
52 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2.c 44 P5 = 0x1.5d88003875c74p-10;
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
e_pow.c 84 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_powf.c 43 P5 = 4.1381369442e-08, /* 0x3331bb4c */
241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/fdlibm/
e_exp.c 34 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
35 * (where z=r*r, and the values of P1 to P5 are listed below)
38 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
98 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_pow.c 88 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /bionic/libm/upstream-freebsd/lib/msun/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 101 P5 = 2.00000000000000000000000085468039943e-1L, /* 0x19999999999999999999a6d3567f4.0p-115L */
550 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
659 d * (P4 + d * (P5 + d * (P6 + d * (P7 + d * (P8 +
  /external/llvm/unittests/IR/
ConstantsTest.cpp 184 Constant *P5 = ConstantExpr::getUIToFP(P4, FloatTy);
241 CHECK(ConstantExpr::getFCmp(CmpInst::FCMP_ULT, P1, P5), "fcmp ult float "
  /external/qemu/distrib/sdl-1.2.15/src/video/
e_pow.h 84 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */
294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
254 P5[0]=A[13];
280 db_SubtractPolyProduct0_2(p,P5,neg_three1);
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
254 P5[0]=A[13];
280 db_SubtractPolyProduct0_2(p,P5,neg_three1);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 225 double P4[2],P5[2],P6[2],P7[2];
254 P5[0]=A[13];
280 db_SubtractPolyProduct0_2(p,P5,neg_three1);
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
gcm128.c     [all...]
  /external/openssl/crypto/modes/
gcm128.c     [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_VC1.c 671 #define P5(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->mv_fields.bits.x)
672 P5(mv_mode);
673 P5(mv_mode2);
675 P5(mv_table);
676 P5(two_mv_block_pattern_table);
677 P5(four_mv_switch);
678 P5(four_mv_block_pattern_table);
679 P5(extended_mv_flag);
680 P5(extended_mv_range);
681 P5(extended_dmv_flag)
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_VC1.c 677 #define P5(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->mv_fields.bits.x)
678 P5(mv_mode);
679 P5(mv_mode2);
681 P5(mv_table);
682 P5(two_mv_block_pattern_table);
683 P5(four_mv_switch);
684 P5(four_mv_block_pattern_table);
685 P5(extended_mv_flag);
686 P5(extended_mv_range);
687 P5(extended_dmv_flag)
    [all...]
  /external/svox/pico/lib/
picopam.c 272 #define P5 4
    [all...]

Completed in 852 milliseconds