Searched defs:P3 (Results 1 - 25 of 27) sorted by relevance

12

/external/llvm/test/MC/Hexagon/
H A Ddcfetch.s10 P3 = SP1LOOP0(#8,R18) define
/external/clang/test/Modules/Inputs/
H A Dcategory_top.h22 @protocol P3, P4; variable
H A Dredecl-merge-left.h46 @protocol P3, P4; variable
48 @protocol P3; variable
H A Dredecl-merge-right.h51 @protocol P4, P3; variable
52 @protocol P3; variable
53 @protocol P3; variable
54 @protocol P3; variable
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Dpiecewise.pass.cpp29 typedef std::pair<P1, P2> P3; typedef
30 P3 p3(std::piecewise_construct, std::tuple<int, int*>(3, nullptr),
/external/python/cpython3/Modules/_decimal/libmpdec/
H A Dconstants.h71 enum {P1, P2, P3}; enumerator in enum:__anon19968
/external/libcxx/test/std/utilities/memory/pointer.conversion/
H A Dto_address.pass.cpp51 class P3 class
54 explicit P3(int* p) function in class:P3
67 struct pointer_traits<::P3>
69 static int* to_address(const ::P3& p) noexcept
114 P3 p3(&i);
/external/libffi/src/bfin/
H A Dsysv.S59 FP-20 = P3
69 [FP-20] = P3;
87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4];
89 P3 = [P0+4]; define
105 P3 = [P0+4]; define
174 P3 = [FP-20]; define
/external/libgsm/inc/
H A Dproto.h28 #undef P3 macro
42 # define P3(x, a, b, c) (a, b, c) macro
56 # define P3(x, a, b, c) x a; b; c; macro
H A Dunproto.h16 #undef P3 macro
/external/llvm/unittests/Transforms/Utils/
H A DLocal.cpp81 AssertingVH<PHINode> P3 = B.CreatePHI(Type::getInt32Ty(C), 2); local
82 P3->addIncoming(B.getInt32(42), Entry);
83 P3->addIncoming(B.getInt32(23), BB);
89 P1->addIncoming(P3, BB);
/external/python/cpython2/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S59 FP-20 = P3
69 [FP-20] = P3;
87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4];
89 P3 = [P0+4]; define
105 P3 = [P0+4]; define
174 P3 = [FP-20]; define
/external/python/cpython3/Modules/_ctypes/libffi/src/bfin/
H A Dsysv.S59 FP-20 = P3
69 [FP-20] = P3;
87 P0 = [P3 + _ffi_prep_args@FUNCDESC_GOT17M4];
89 P3 = [P0+4]; define
105 P3 = [P0+4]; define
174 P3 = [FP-20]; define
/external/clang/test/CodeGen/
H A Dpartial-reinitialization1.c33 struct P3 { struct
45 // CHECK: @l3 = global %struct.P3 { %struct.Q3 { %struct.R1 { i32 1, i32 2, i32 3 }, %struct.R2 { i32 0, i32 10, i32 0 } } }
46 struct P3 l3 = {
/external/fdlibm/
H A De_exp.c34 * 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 */ variable
146 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
H A De_pow.c86 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ variable
301 t1 = z - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
/external/llvm/lib/Support/
H A DScaledNumber.cpp31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; local
41 addWithCarry(P3);
/external/skia/src/core/
H A DSkGeometry.h380 Sk2s P3 = from_point(src[3]); local
382 fA = P3 + three * (P1 - P2) - P0;
/external/skqp/src/core/
H A DSkGeometry.h380 Sk2s P3 = from_point(src[3]); local
382 fA = P3 + three * (P1 - P2) - P0;
/external/eigen/Eigen/src/Core/arch/AVX/
H A DComplex.h439 __m256d P3 = _mm256_castps_pd(kernel.packet[3].v); local
443 __m256d T2 = _mm256_shuffle_pd(P2, P3, 15);
444 __m256d T3 = _mm256_shuffle_pd(P2, P3, 0);
/external/llvm/unittests/IR/
H A DConstantsTest.cpp210 Constant *P3 = ConstantExpr::getTrunc(P0, Int1Ty); local
271 CHECK(ConstantExpr::getSelect(P3, P0, P4), "select i1 " P3STR ", i32 " P0STR
/external/freetype/src/psaux/
H A Dpshints.c1826 FT_Vector P0, P1, P2, P3; local
1858 P3.x = ADD_INT32( x3, xOffset3 );
1859 P3.y = ADD_INT32( y3, yOffset3 );
1890 glyphpath->prevElemP3 = P3;
/external/v8/src/base/
H A Dieee754.cc1454 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
1508 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */ local
1571 c = x - t * (P1 + t * (P2 + t * (P3 + t * (P4 + t * P5))));
2378 P3 = -0.758397934778766047437, /* 0xbfe844cb, 0xbee751d9 */ local
2431 t = t * ((P0 + r * (P1 + r * P2)) + ((r * r) * r) * (P3 + r * P4));
/external/python/cpython3/Lib/test/
H A Dtest_inspect.py2649 class P3(P2): class in function:TestSignatureObject.test_signature_on_builtin_class
2652 self.assertEqual(str(inspect.signature(P3)), '(spam)')
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 719 milliseconds

12