Searched refs:p0 (Results 51 - 75 of 426) sorted by relevance

1234567891011>>

/external/libcxx/test/numerics/rand/rand.dis/rand.dist.norm/rand.dist.norm.normal/
H A Dparam_copy.pass.cpp26 param_type p0(10, .125);
27 param_type p = p0;
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.extreme/
H A Dparam_assign.pass.cpp26 param_type p0(.75, 6);
28 p = p0;
H A Dparam_copy.pass.cpp26 param_type p0(10, .125);
27 param_type p = p0;
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.gamma/
H A Dparam_assign.pass.cpp26 param_type p0(.75, 6);
28 p = p0;
H A Dparam_copy.pass.cpp26 param_type p0(10, .125);
27 param_type p = p0;
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.pois/rand.dist.pois.weibull/
H A Dparam_assign.pass.cpp26 param_type p0(.75, 6);
28 p = p0;
H A Dparam_copy.pass.cpp26 param_type p0(10, .125);
27 param_type p = p0;
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.int/
H A Dparam_assign.pass.cpp26 param_type p0(5, 10);
28 p = p0;
H A Dparam_copy.pass.cpp26 param_type p0(5, 10);
27 param_type p = p0;
/external/libcxx/test/numerics/rand/rand.dis/rand.dist.uni/rand.dist.uni.real/
H A Dparam_assign.pass.cpp26 param_type p0(5, 10);
28 p = p0;
H A Dparam_copy.pass.cpp26 param_type p0(5, 10);
27 param_type p = p0;
/external/libcxx/test/thread/futures/futures.promise/
H A Dcopy_assign.fail.cpp25 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
28 p = p0;
35 f = p0.get_future();
46 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
49 p = p0;
56 f = p0.get_future();
67 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
70 p = p0;
77 f = p0.get_future();
H A Dcopy_ctor.fail.cpp25 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
26 std::promise<int> p(p0);
33 f = p0.get_future();
44 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
45 std::promise<int&> p(p0);
52 f = p0.get_future();
63 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
64 std::promise<void> p(p0);
71 f = p0.get_future();
H A Dmove_assign.pass.cpp26 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
29 p = std::move(p0);
36 f = p0.get_future();
47 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
50 p = std::move(p0);
57 f = p0.get_future();
68 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
71 p = std::move(p0);
78 f = p0.get_future();
H A Dmove_ctor.pass.cpp26 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
27 std::promise<int> p(std::move(p0));
34 f = p0.get_future();
45 std::promise<int&> p0(std::allocator_arg, test_allocator<int>());
46 std::promise<int&> p(std::move(p0));
53 f = p0.get_future();
64 std::promise<void> p0(std::allocator_arg, test_allocator<void>());
65 std::promise<void> p(std::move(p0));
72 f = p0.get_future();
H A Dswap.pass.cpp27 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
30 p.swap(p0);
35 f = p0.get_future();
41 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
44 swap(p, p0);
49 f = p0.get_future();
55 std::promise<int> p0(std::allocator_arg, test_allocator<int>());
58 p.swap(p0);
63 f = p0.get_future();
69 std::promise<int> p0(st
[all...]
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dsyscall.h53 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) { argument
55 (intptr_t)p0,
73 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { argument
75 (intptr_t)p0,
87 Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { argument
89 (intptr_t)p0,
100 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3, T4 p4) { argument
101 return Call(nr, p0, p1, p2, p3, p4, 0, 0, 0);
105 static inline intptr_t Call(int nr, T0 p0, T1 p1, T2 p2, T3 p3) { argument
106 return Call(nr, p0, p
110 Call(int nr, T0 p0, T1 p1, T2 p2) argument
115 Call(int nr, T0 p0, T1 p1) argument
120 Call(int nr, T0 p0) argument
[all...]
/external/deqp/framework/opengl/simplereference/
H A DsglrContextUtil.cpp31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) argument
36 drawQuadWithVaoBuffers(ctx, program, p0, p1);
40 drawQuadWithClientPointers(ctx, program, p0, p1);
44 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) argument
47 float hz = (p0.z() + p1.z()) * 0.5f;
50 p0.x(), p0.y(), p0.z(), 1.0f,
51 p0.x(), p1.y(), hz, 1.0f,
52 p1.x(), p0
114 drawQuadWithClientPointers(sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasGradient.cpp37 CanvasGradient::CanvasGradient(const FloatPoint& p0, const FloatPoint& p1) argument
38 : m_gradient(Gradient::create(p0, p1))
42 CanvasGradient::CanvasGradient(const FloatPoint& p0, float r0, const FloatPoint& p1, float r1) argument
43 : m_gradient(Gradient::create(p0, r0, p1, r1))
/external/chromium_org/v8/src/ia32/
H A Dsimulator-ia32.h15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/chromium_org/v8/src/x64/
H A Dsimulator-x64.h15 // TODO(X64): Don't pass p0, since it isn't used?
16 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
17 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/chromium_org/v8/src/x87/
H A Dsimulator-x87.h15 #define CALL_GENERATED_CODE(entry, p0, p1, p2, p3, p4) \
16 (entry(p0, p1, p2, p3, p4))
24 #define CALL_GENERATED_REGEXP_CODE(entry, p0, p1, p2, p3, p4, p5, p6, p7, p8) \
25 (FUNCTION_CAST<regexp_matcher>(entry)(p0, p1, p2, p3, p4, p5, p6, p7, p8))
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconst_pair.pass.cpp34 constexpr P0 p0(2.5, 'a');
35 constexpr T1 t1 = p0;
36 static_assert(std::get<0>(t1) != std::get<0>(p0), "");
37 static_assert(std::get<1>(t1) == std::get<1>(p0), "");
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_masks_dspr2.h28 uint32_t p1, uint32_t p0,
54 /* mask |= (abs(p1 - p0) > limit)
55 * hev |= (abs(p1 - p0) > thresh)
57 "subu_s.qb %[c], %[p1], %[p0] \n\t"
58 "subu_s.qb %[r_k], %[p0], %[p1] \n\t"
94 [p1] "r" (p1), [p0] "r" (p0), [q1] "r" (q1), [q0] "r" (q0),
99 /* abs(p0 - q0) */
100 "subu_s.qb %[c], %[p0], %[q0] \n\t"
101 "subu_s.qb %[r_k], %[q0], %[p0] \
27 vp9_filter_hev_mask_dspr2(uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
132 vp9_filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
282 vp9_flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]
/external/libvpx/libvpx/vp9/common/mips/dspr2/
H A Dvp9_loopfilter_masks_dspr2.h28 uint32_t p1, uint32_t p0,
54 /* mask |= (abs(p1 - p0) > limit)
55 * hev |= (abs(p1 - p0) > thresh)
57 "subu_s.qb %[c], %[p1], %[p0] \n\t"
58 "subu_s.qb %[r_k], %[p0], %[p1] \n\t"
94 [p1] "r" (p1), [p0] "r" (p0), [q1] "r" (q1), [q0] "r" (q0),
99 /* abs(p0 - q0) */
100 "subu_s.qb %[c], %[p0], %[q0] \n\t"
101 "subu_s.qb %[r_k], %[q0], %[p0] \
27 vp9_filter_hev_mask_dspr2(uint32_t limit, uint32_t flimit, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t thresh, uint32_t *hev, uint32_t *mask) argument
132 vp9_filter_hev_mask_flatmask4_dspr2(uint32_t limit, uint32_t flimit, uint32_t thresh, uint32_t p1, uint32_t p0, uint32_t p3, uint32_t p2, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t *hev, uint32_t *mask, uint32_t *flat) argument
282 vp9_flatmask5(uint32_t p4, uint32_t p3, uint32_t p2, uint32_t p1, uint32_t p0, uint32_t q0, uint32_t q1, uint32_t q2, uint32_t q3, uint32_t q4, uint32_t *flat2) argument
[all...]

Completed in 815 milliseconds

1234567891011>>