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

1 2 3 4

  /external/clang/test/Modules/Inputs/
category_left_sub.h 5 @protocol P3
10 @interface Foo(LeftP3) <P3>
category_top.h 22 @protocol P3, P4;
redecl-merge-right.h 51 @protocol P4, P3;
52 @protocol P3;
53 @protocol P3;
54 @protocol P3;
redecl-merge-left.h 46 @protocol P3, P4;
48 @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/webrtc/src/system_wrappers/interface/
ref_count.h 54 template<typename P1, typename P2, typename P3>
55 RefCountImpl(P1 p1, P2 p2, P3 p3) : T(p1, p2, p3), ref_count_(0) {}
57 template<typename P1, typename P2, typename P3, typename P4>
58 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4) : T(p1, p2, p3, p4), ref_count_(0) {}
60 template<typename P1, typename P2, typename P3, typename P4, typename P5>
61 RefCountImpl(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5
    [all...]
  /external/libgsm/inc/
unproto.h 16 #undef P3
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;
  /external/v8/test/cctest/compiler/
call-tester.h 142 MachineType p3 = kMachNone, MachineType p4 = kMachNone) {
145 MachineType types[] = {p0, p1, p2, p3, p4};
194 template <typename R, typename F, typename P1, typename P2, typename P3>
195 R DoCall(F* f, P1 p1, P2 p2, P3 p3) {
198 Simulator::CallArgument(p3), Simulator::CallArgument::End()};
201 template <typename R, typename F, typename P1, typename P2, typename P3,
203 R DoCall(F* f, P1 p1, P2 p2, P3 p3, P4 p4) {
206 Simulator::CallArgument(p3), Simulator::CallArgument(p4)
    [all...]
c-signature.h 116 template <typename Ret, typename P1, typename P2, typename P3>
122 this->Set(2, MachineTypeForC<P3>());
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/operators/tests/
test_unary.py 14 P3=path_graph(3)
24 P3cc=complement(complement(P3))
25 assert_true(is_isomorphic(P3,P3cc))
test_product.py 14 P3=nx.path_graph(3)
26 G=tensor_product(null,P3)
36 G=tensor_product(P3,null)
120 P3=nx.path_graph(3)
132 G=cartesian_product(null,P3)
142 G=cartesian_product(P3,null)
166 P3 = nx.path_graph(3)
173 G=cartesian_product(P3,P3)
198 P3=nx.path_graph(3
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
quote.hpp 61 template< typename P1, typename P2, typename P3 > class F
78 template< typename P1, typename P2, typename P3, typename P4 > class F
99 typename P1, typename P2, typename P3, typename P4
template_arity.hpp 45 template< typename P1, typename P2, typename P3 > class F
52 template< typename P1, typename P2, typename P3, typename P4 > class F
60 typename P1, typename P2, typename P3, typename P4
71 typename P1, typename P2, typename P3, typename P4
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/centrality/tests/
test_closeness_centrality.py 11 self.P3 = nx.path_graph(3)
37 c=nx.closeness_centrality(self.P3)
41 for n in sorted(self.P3):
test_degree_centrality.py 14 self.P3 = nx.path_graph(3)
58 d = nx.degree_centrality(self.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));
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_exp2f.c 42 P3 = 0x1.c6b348p-5f,
133 tv = tv + u * (P1 + z * P2) + u * (z * z) * (P3 + z * P4);
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/classes/tests/
test_digraph.py 70 G=self.P3
76 G=self.P3
82 G=self.P3
88 G=self.P3
202 self.P3=self.Graph()
203 self.P3.adj={0: {1: ed1}, 1: {2: ed2}, 2: {}}
204 self.P3.succ=self.P3.adj
205 self.P3.pred={0: {}, 1: {0: ed1}, 2: {1: ed2}}
210 self.P3.node={
    [all...]
  /external/libunwind/src/ia64/
unwind_decoder.h 245 case 0: UNW_DEC_REG_GR(P3, UNW_REG_PSP, dst, arg); break;
246 case 1: UNW_DEC_REG_GR(P3, UNW_REG_RP, dst, arg); break;
247 case 2: UNW_DEC_REG_GR(P3, UNW_REG_PFS, dst, arg); break;
248 case 3: UNW_DEC_REG_GR(P3, UNW_REG_PR, dst, arg); break;
249 case 4: UNW_DEC_REG_GR(P3, UNW_REG_UNAT, dst, arg); break;
250 case 5: UNW_DEC_REG_GR(P3, UNW_REG_LC, dst, arg); break;
251 case 6: UNW_DEC_RP_BR(P3, dst, arg); break;
252 case 7: UNW_DEC_REG_GR(P3, UNW_REG_RNAT, dst, arg); break;
253 case 8: UNW_DEC_REG_GR(P3, UNW_REG_BSP, dst, arg); break;
254 case 9: UNW_DEC_REG_GR(P3, UNW_REG_BSPSTORE, dst, arg); break
    [all...]
  /external/libgsm/src/
gsm_option.c 14 int gsm_option P3((r, opt, val), gsm r, int opt, int * val)
preprocess.c 34 void Gsm_Preprocess P3((S, s, so),
  /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))));

Completed in 993 milliseconds

1 2 3 4