/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_pow.c | 81 P2 = -2.77777777770155933842e-03, /* 0xBF66C16C, 0x16BEBD93 */ 298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
e_powf.c | 40 P2 = -2.7777778450e-03, /* 0xbb360b61 */ 241 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
|
s_exp2.c | 41 P2 = 0x1.ebfbdff82c575p-3, 383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * 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/libgsm/src/ |
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/lib/Support/ |
ScaledNumber.cpp | 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; 39 addWithCarry(P2);
|
/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/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
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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/dist/ |
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...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/ |
OverScrollerSGV.java | 595 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION); 616 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x; 633 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y; [all...] |
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
OverScroller.java | 593 private static final float P2 = 1.0f - END_TENSION * (1.0f - INFLEXION); 614 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x; 631 SPLINE_TIME[i] = coef * ((1.0f - y) * P1 + y * P2) + y * y * y; [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
s_exp2l.c | 48 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, 416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
|
/external/llvm/unittests/Analysis/ |
ScalarEvolutionTest.cpp | 62 const SCEV *P2 = SE.getAddExpr(S2, S2); 66 const SCEVMulExpr *M2 = cast<SCEVMulExpr>(P2);
|
/external/clang/test/CodeGen/ |
x86_64-arguments.c | 148 struct f23S f24(struct f23S *X, struct f24s *P2) { 151 // CHECK: define { i64, i32 } @f24(%struct.f23S* %X, %struct.f24s* %P2)
|
/external/llvm/lib/Target/Hexagon/Disassembler/ |
HexagonDisassembler.cpp | 67 Hexagon::P2, Hexagon::P3 };
|
/external/clang/include/clang/ASTMatchers/ |
ASTMatchersInternal.h | [all...] |
/external/clang/include/clang/Analysis/ |
ProgramPoint.h | 91 const void *P2, 96 Data2(P2, (((unsigned) k) >> 0) & 0x3), 241 StmtPoint(const Stmt *S, const void *p2, Kind k, const LocationContext *L, 243 : ProgramPoint(S, p2, k, L, tag) {
|
/external/clang/test/CodeGenCXX/ |
mangle.cpp | 483 template <char P2> void f(struct S<false ? 'a' : P2> ) {}
|
/external/libpng/scripts/ |
makevms.com | 107 $! P2 = Command to make it 137 $ write sys$output P2 138 $ 'P2
|
/external/llvm/unittests/IR/ |
ConstantsTest.cpp | 183 Constant *P2 = ConstantExpr::getUIToFP(P0, DoubleTy); 232 CHECK(ConstantExpr::getFPTrunc(P2, FloatTy), "fptrunc double " P2STR
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
UiccCarrierPrivilegeRules.java | 78 private static final int P2 = 0x40; 384 mUiccCard.iccTransmitApduLogicalChannel(mChannelId, CLA, COMMAND, P1, P2, P3, DATA,
|