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

  /external/libgsm/inc/
unproto.h 18 #undef P5
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;
  /external/webkit/WebCore/workers/
GenericWorkerTask.h 200 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5>
204 typedef GenericWorkerTask5<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5> GenericWorkerTask;
209 typedef typename GenericWorkerTaskTraits<P5>::ParamType Param5;
238 P5 m_parameter5;
241 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6>
245 typedef GenericWorkerTask6<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6> GenericWorkerTask;
250 typedef typename GenericWorkerTaskTraits<P5>::ParamType Param5;
281 P5 m_parameter5;
285 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4, typename P5, typename MP5, typename P6, typename MP6, typename P7, typename MP7>
289 typedef GenericWorkerTask7<P1, MP1, P2, MP2, P3, MP3, P4, MP4, P5, MP5, P6, MP6, P7, MP7> GenericWorkerTask
    [all...]
  /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))));
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))));
s_exp2.c 44 P5 = 0x1.5d88003875c74p-10;
375 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * 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/libgsm/src/
rpe.c 256 static void APCM_quantization P5((xM,xMc,mant_out,exp_out,xmaxc_out),
449 void Gsm_RPE_Encoding P5((S,e,xmaxc,Mc,xMc),
472 void Gsm_RPE_Decoding P5((S, xmaxcr, Mcr, xMcr, erp),
short_term.c 265 static void Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
309 static void Fast_Short_term_synthesis_filtering P5((S,rrp,k,wt,sr),
long_term.c 49 static void Cut_Calculation_of_the_LTP_parameters P5((st, d,dp,bc_out,Nc_out),
293 static void Cut_Calculation_of_the_LTP_parameters P5((st, d,dp,bc_out,Nc_out),
637 static void Cut_Fast_Calculation_of_the_LTP_parameters P5((st,
905 void Gsm_Long_Term_Synthesis_Filtering P5((S,Ncr,bcr,erp,drp),
  /external/qemu/distrib/sdl-1.2.12/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))));
  /external/libvpx/vp8/common/ppc/
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
73 Msum v16, v17, \P5, v5, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
95 Msum v21, v22, \P5, v18, v25
111 .macro Vinterp P0 P1 P2 P3 P4 P5
112 vinterp_no_store \P0, \P1, \P2, \P3, \P4, \P5
118 .macro luma_v P0, P1, P2, P3, P4, P5
119 addi r9, r9, 16 ;# P5 = newest input row
120 lvx \P5, 0, r9
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
    [all...]
  /external/svox/pico/lib/
picopam.c 272 #define P5 4
    [all...]
  /external/openssl/apps/
makeapps.com 40 $! P5, if defined, sets a choice of programs to compile.
954 $ IF P5 .NES. ""
956 $ PROGRAMS = P5
  /external/sqlite/dist/
sqlite3.c 7118 u8 p5; \/* Fifth parameter is an unsigned character *\/ member in struct:VdbeOp
9391 u8 op, p5; \/* Opcode and P5 of the opcode that ends the loop *\/ member in struct:WhereLevel
60755 int p5; local
    [all...]
sqlite3.c.orig     [all...]

Completed in 1894 milliseconds