HomeSort by relevance Sort by last modified time
    Searched refs:P2 (Results 1 - 25 of 36) sorted by null

1 2

  /external/libgsm/inc/
unproto.h 15 #undef P2
proto.h 27 #undef P2
41 # define P2(x, a, b) (a, b)
55 # define P2(x, a, b) x a; b;
  /external/webkit/WebCore/workers/
GenericWorkerTask.h 95 template<typename P1, typename MP1, typename P2, typename MP2>
99 typedef GenericWorkerTask2<P1, MP1, P2, MP2> GenericWorkerTask;
101 typedef typename GenericWorkerTaskTraits<P2>::ParamType Param2;
124 P2 m_parameter2;
127 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3>
131 typedef GenericWorkerTask3<P1, MP1, P2, MP2, P3, MP3> GenericWorkerTask;
133 typedef typename GenericWorkerTaskTraits<P2>::ParamType Param2;
158 P2 m_parameter2;
162 template<typename P1, typename MP1, typename P2, typename MP2, typename P3, typename MP3, typename P4, typename MP4>
166 typedef GenericWorkerTask4<P1, MP1, P2, MP2, P3, MP3, P4, MP4> GenericWorkerTask
    [all...]
  /external/libgsm/src/
add.c 23 word gsm_add P2((a,b), word a, word b)
29 word gsm_sub P2((a,b), word a, word b)
35 word gsm_mult P2((a,b), word a, word b)
41 word gsm_mult_r P2((a,b), word a, word b)
56 longword gsm_L_mult P2((a,b),word a, word b)
62 longword gsm_L_add P2((a,b), longword a, longword b)
78 longword gsm_L_sub P2((a,b), longword a, longword b)
153 longword gsm_L_asl P2((a,n), longword a, int n)
161 word gsm_asl P2((a,n), word a, int n)
169 longword gsm_L_asr P2((a,n), longword a, int n
    [all...]
debug.c 62 void gsm_debug_longword P2( (name, value),
69 void gsm_debug_word P2( (name, value),
decode.c 19 static void Postprocessing P2((S,s),
lpc.c 26 static void Autocorrelation P2((s, L_ACF),
149 static void Fast_Autocorrelation P2((s, L_ACF),
177 static void Reflection_coefficients P2( (L_ACF, r),
short_term.c 23 static void Decoding_of_the_coded_Log_Area_Ratios P2((LARc,LARpp),
132 static void Coefficients_40_159 P2((LARpp_j, LARp),
  /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
53 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
96 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
145 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_expf.c 36 P2 = -2.7777778450e-03, /* 0xbb360b61 */
81 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2f.c 41 P2 = 0x1.ebfbe0p-3f,
127 r = tv + tv * (z * (P1 + z * (P2 + z * (P3 + z * P4))));
e_pow.c 82 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
296 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_powf.c 41 P2 = -2.7777778450e-03, /* 0xbb360b61 */
239 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2.c 41 P2 = 0x1.ebfbdff82c575p-3,
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
49 * R1(r) = r - (P1*r + P2*r + ... + P5*r ).
95 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_pow.c 85 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/openssl/apps/
makeapps.com 22 $! Specify which compiler at P2 to try to compile under.
566 $! Check To See If P2 Is Blank.
568 $ IF (P2.EQS."")
581 $ P2 = "GNUC"
594 $ P2 = "DECC"
602 $ P2 = "VAXC"
672 $ IF (P2.EQS."VAXC").OR.(P2.EQS."DECC").OR.(P2.EQS."GNUC")
677 $ IF (P2.EQS."DECC"
    [all...]
  /external/libpng/contrib/gregbook/
makevms.com 97 $! P2 = Command to make it
127 $ write sys$output P2
128 $ 'P2
  /external/libpng/contrib/pngminus/
makevms.com 57 $! P2 = Command to make it
87 $ write sys$output P2
88 $ 'P2
  /bionic/libm/bsdsrc/
b_tgamma.c 99 #define P2 5.53859446429917461063308081748e-03
256 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
  /external/qemu/distrib/sdl-1.2.12/src/video/
e_pow.h 81 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */
294 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 382 max_abs v14, v13, v0, v1 ;# |P3 - P2|
383 max_abs v14, v13, v1, v2 ;# |P2 - P1|
419 lvx v1, r7, r6 ;# P2
601 stvx v1, r7, r6 ;# P2
728 .macro Fil P3, P2, P1, P0, Q0, Q1, Q2, Q3
737 max_abs v14, v13, \P1, \P2 ;# M = max( M, |P1-P2|)
738 max_abs v14, v13, \P2, \P3 ;# M = max( M, |P2-P3|)
917 hwrite_uv v1, v16, v17, r6, v11, v12 ;# v1 == P2
    [all...]
filter_altivec.asm 66 .macro vinterp_no_store P0 P1 P2 P3 P4 P5
71 Msum v16, v17, \P2, v2, v8
88 .macro vinterp_no_store_8x8 P0 P1 P2 P3 P4 P5
93 Msum v21, v22, \P2, v15, 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
121 Vinterp \P0, \P1, \P2, \P3, \P4, \P5
  /external/libpng/scripts/
makevms.com 107 $! P2 = Command to make it
137 $ write sys$output P2
138 $ 'P2
  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
pred_intra.cpp 970 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
1003 P2 = (x1 + 2 * x2 + x0 + 2) >> 2;
1010 temp |= (R0 << 16); //[P2 P0 Q0 R0]
1021 temp = P2 | (P0 << 8);
1041 int P0, Q0, R0, S0, P1, Q1, R1, P2, Q2, D;
1052 P2 = (x2 + 2 * x0 + x1 + 2) >> 2;
1081 temp = P0 | (D << 8); //[P0 D P2 Q2]
1083 temp |= (P2 << 16); //[R0 Q1 Q0 P1]
    [all...]

Completed in 399 milliseconds

1 2