HomeSort by relevance Sort by last modified time
    Searched defs:P5 (Results 1 - 14 of 14) 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/src/
e_exp.c 38 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
39 * (where z=r*r, and the values of P1 to P5 are listed below)
42 * | 2.0+P1*z+...+P5*z - R(z) | <= 2
53 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
99 P5 = 4.13813679705723846039e-08; /* 0x3E663769, 0x72BEA4D0 */
145 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_expf.c 39 P5 = 4.1381369442e-08; /* 0x3331bb4c */
81 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2.c 44 P5 = 0x1.5d88003875c74p-10;
375 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
e_pow.c 85 P5 = 4.13813679705723846039e-08, /* 0x3E663769, 0x72BEA4D0 */
296 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_powf.c 44 P5 = 4.1381369442e-08, /* 0x3331bb4c */
239 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))));
  /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))));
  /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/openssl/crypto/modes/
gcm128.c     [all...]
  /external/svox/pico/lib/
picopam.c 272 #define P5 4
    [all...]

Completed in 431 milliseconds