HomeSort by relevance Sort by last modified time
    Searched defs:P3 (Results 1 - 25 of 32) sorted by null

1 2

  /external/clang/test/Modules/Inputs/
category_top.h 22 @protocol P3, P4;
redecl-merge-left.h 46 @protocol P3, P4;
48 @protocol P3;
redecl-merge-right.h 51 @protocol P4, P3;
52 @protocol P3;
53 @protocol P3;
54 @protocol P3;
  /external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 28 typedef std::pair<P1, P2> P3;
29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
31 assert(p3.first == P1(3, nullptr));
32 assert(p3.second == P2(nullptr, 4));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
piecewise.pass.cpp 28 typedef std::pair<P1, P2> P3;
29 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
31 assert(p3.first == P1(3, nullptr));
32 assert(p3.second == P2(nullptr, 4));
  /external/libgsm/inc/
proto.h 28 #undef P3
42 # define P3(x, a, b, c) (a, b, c)
56 # define P3(x, a, b, c) x a; b; c;
unproto.h 16 #undef P3
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_cbrt.c 33 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */
89 t=t*((P0+r*(P1+r*P2))+((r*r)*r)*(P3+r*P4));
s_exp2f.c 42 P3 = 0x1.c6b348p-5f,
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
e_exp.c 37 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
96 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */
151 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
s_exp2.c 42 P3 = 0x1.c6b08d704a0a6p-5,
383 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * P5))));
e_pow.c 82 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */
298 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_powf.c 41 P3 = 6.6137559770e-05, /* 0x388ab355 */
241 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
96 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
e_pow.c 86 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/llvm/lib/Support/
ScaledNumber.cpp 30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
40 addWithCarry(P3);
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
s_exp2l.c 49 P3 = 0x1.c6b08d704a0bf8b33a762bad3459p-5L,
416 r = t + t * z * (P1 + z * (P2 + z * (P3 + z * (P4 + z * (P5 + z * (P6
s_logl.c 99 P3 = 3.33333333333333333333333333333233795e-1L, /* 0x15555555555555555555555554d42.0p-114L */
549 val_lo = d * d * d * (P3 +
596 f_lo = 0; /* avoid underflow of the P3 term */
650 * another underflow problem for the P3 term; this is also ruled
658 val_lo = d * d * d * (P3 +
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 213 P3: ADD r3, pc
316 .word (armVCM4P10_CAVLCRunBeforeTables - 4)-(P3+8)
  /bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
b_tgamma.c 100 #define P3 1.38456698304096573887145282811e-03
255 p = P0 + z*(P1 + z*(P2 + z*(P3 + z*P4)));
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.h 224 double P0[2],P1[2],P2[2],P3[2];
251 P3[0]=A[11];
263 db_SubtractPolyProduct0_1(neg_three0,P3,two12);
266 db_SubtractPolyProduct0_1(neg_three1,P3,two02);
269 db_MultiplyPoly0_2( three2,P3,two01);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 184 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty);
239 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 224 double P0[2],P1[2],P2[2],P3[2];
251 P3[0]=A[11];
263 db_SubtractPolyProduct0_1(neg_three0,P3,two12);
266 db_SubtractPolyProduct0_1(neg_three1,P3,two02);
269 db_MultiplyPoly0_2( three2,P3,two01);
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.h 224 double P0[2],P1[2],P2[2],P3[2];
251 P3[0]=A[11];
263 db_SubtractPolyProduct0_1(neg_three0,P3,two12);
266 db_SubtractPolyProduct0_1(neg_three1,P3,two02);
269 db_MultiplyPoly0_2( three2,P3,two01);
  /external/freetype/src/cff/
cf2hints.c     [all...]

Completed in 393 milliseconds

1 2