/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 224 double P0[2],P1[2],P2[2],P3[2]; 250 P2[0]=A[10];P2[1]= -1.0; 261 db_MultiplyPoly1_1( neg_three0,P2,two13); 265 db_MultiplyPoly1_1( neg_three1,P2,two03); 273 db_MultiplyPoly1_2( three3,P2,two01);
|
/external/llvm/test/Bindings/Ocaml/ |
vmcore.ml | 489 let p2 = param fn 1 in var 490 let v1 = build_add p1 p2 "v1" b in 516 let p2 = param fn 1 in var 519 let i = build_add p1 p2 "sum" b in 523 insist ((operand i 1) = p2); 526 insist ((operand i 1) != p2); 654 let p2 = param f 1 in var 656 set_value_name "Two" p2; 658 add_param_attr p2 Attribute.Noalias; 659 remove_param_attr p2 Attribute.Noalias 831 let p2 = param fn 1 ++ set_value_name "P2" in var [all...] |
/external/libgsm/src/ |
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),
|
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 235 static inline int array_pod_sort_comparator(const void *P1, const void *P2) { 236 if (*reinterpret_cast<const T*>(P1) < *reinterpret_cast<const T*>(P2)) 238 if (*reinterpret_cast<const T*>(P2) < *reinterpret_cast<const T*>(P1))
|
/external/chromium/base/ |
bind_internal.h | [all...] |
/external/libpng/contrib/pngminus/ |
makevms.com | 57 $! P2 = Command to make it 87 $ write sys$output P2 88 $ 'P2
|
/libcore/luni/src/test/java/libcore/java/lang/ |
ClassCastExceptionTest.java | 159 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2, 164 A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2, Z2,
|
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 476 template <class T, class P1, class P2> 477 Closure *NewCallback(void (*f)(P1, P2), P1 p1, P2 p2) { 483 res->param2 = (void*)p2;
|
/ndk/ |
ndk-gdb | 121 local P P2 123 P2=${P#/} # remove / prefix, if any 124 [ "$P" != "$P2" ]
|
/external/clang/test/CodeGen/ |
x86_64-arguments.c | 147 struct f23S f24(struct f23S *X, struct f24s *P2) { 150 // CHECK: define { i64, i32 } @f24(%struct.f23S* %X, %struct.f24s* %P2)
|
/external/llvm/lib/Transforms/Scalar/ |
DeadStoreElimination.cpp | 289 const Value *P2 = Later.Ptr->stripPointerCasts(); 293 if (P1 == P2) { 325 *UO2 = GetUnderlyingObject(P2, &TD); 345 const Value *BP2 = GetPointerBaseWithConstantOffset(P2, LaterOff, TD);
|
/bionic/libm/bsdsrc/ |
b_tgamma.c | 99 #define P2 5.53859446429917461063308081748e-03 256 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
|
/bionic/libm/src/ |
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))));
|
/external/fdlibm/ |
e_pow.c | 85 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ 301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
/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/opencv/cvaux/src/ |
cvmorphcontours.cpp | 75 CvPoint2D32f* P2); 84 CvPoint2D32f* P2) 89 L2 = sqrt( (double)P2->x*P2->x + P2->y*P2->y);
|
/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/pcre/ |
pcregexp.pas | 324 function Compare(P1, P2: Pointer): Integer; virtual;
701 function TRegExpCollection.Compare(P1, P2: Pointer): Integer;
709 // l2:=length(PpcRegExp(P2)^.RegExp);
713 // if PpcRegExp(P1).RegExp[i] <> PpcRegExp(P2).RegExp[i] then break;
715 // Compare:=ord(PpcRegExp(P1).RegExp[i])-ord(PpcRegExp(P2).RegExp[i]) else
717 Compare := stringsx.PasStrCmp(PpcRegExp(P1).RegExp, PpcRegExp(P2).RegExp, False);
|
/frameworks/base/core/java/android/widget/ |
OverScroller.java | 592 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION); 613 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x; 630 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y; [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
wizard_controller_browsertest.cc | 32 template <class P1, class P2> MockOutShowHide(P1 p1, P2 p2) : T(p1, p2) {}
|
/external/clang/include/clang/Analysis/ |
ProgramPoint.h | 68 ProgramPoint(const void* P1, const void* P2, Kind k, const LocationContext *l, 70 : Data(P1, P2), K(k), L(l), Tag(tag) {} 155 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, 157 : ProgramPoint(S, p2, k, L, tag) {}
|
/external/libpng/scripts/ |
makevms.com | 107 $! P2 = Command to make it 137 $ write sys$output P2 138 $ 'P2
|