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

1 2 3

  /external/llvm/test/MC/Hexagon/
dcfetch.s 10 P3 = SP1LOOP0(#8,R18)
  /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));
  /prebuilts/ndk/r11/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));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/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));
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
android_power_monitor_controller_unittest.py 37 class P3(power_monitor.PowerMonitor):
39 super(P3, self).__init__()
40 self._value = {'P3': value}
50 [P1(), P2(1), P3(2)], battery)
55 self.assertEqual(controller_returns['P3'], 2)
  /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
  /external/llvm/unittests/Transforms/Utils/
Local.cpp 81 AssertingVH<PHINode> P3 = B.CreatePHI(Type::getInt32Ty(C), 2);
82 P3->addIncoming(B.getInt32(42), Entry);
83 P3->addIncoming(B.getInt32(23), BB);
89 P1->addIncoming(P3, BB);
  /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))));
  /device/google/contexthub/firmware/lib/libm/
ef_exp.c 38 P3 = 6.6137559770e-05, /* 0x388ab355 */
85 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
e_exp.c 44 * R(z) ~ 2.0 + P1*z + P2*z**2 + P3*z**3 + P4*z**4 + P5*z**5
103 P3 = 6.61375632143793436117e-05, /* 0x3F11566A, 0xAF25DE2C */
153 c = x - t*(P1+t*(P2+t*(P3+t*(P4+t*P5))));
  /external/clang/test/CodeGen/
partial-reinitialization1.c 33 struct P3 {
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/
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))));
  /external/llvm/lib/Support/
ScaledNumber.cpp 31 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR;
41 addWithCarry(P3);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/bfin/
loop_temps.s 9 [--SP] = P3;
260 P3 = R0;
269 LOOP filter_mid_inner256 LC1=P3;
307 P3 = [SP++];
shift.s 46 P3 = P1 << 1;
  /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
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DecodeCoeffsToPair_s.S 212 P3: ADD r3, pc
314 .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)));

Completed in 696 milliseconds

1 2 3