Home
last modified time | relevance | path

Searched defs:p0 (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
Dctor_iterator.pass.cpp25 double p0[] = {1}; in main() local
33 double p0[] = {10}; in main() local
41 double p0[] = {10, 30}; in main() local
50 double p0[] = {30, 10}; in main() local
59 double p0[] = {30, 0, 10}; in main() local
69 double p0[] = {0, 30, 10}; in main() local
79 double p0[] = {0, 0, 10}; in main() local
Dparam_ctor_iterator.pass.cpp26 double p0[] = {1}; in main() local
35 double p0[] = {10}; in main() local
44 double p0[] = {10, 30}; in main() local
54 double p0[] = {30, 10}; in main() local
64 double p0[] = {30, 0, 10}; in main() local
75 double p0[] = {0, 30, 10}; in main() local
86 double p0[] = {0, 0, 10}; in main() local
Deval.pass.cpp46 double p0[] = {.3}; in main() local
64 double p0[] = {.75, .25}; in main() local
82 double p0[] = {0, 1}; in main() local
100 double p0[] = {1, 0}; in main() local
118 double p0[] = {.3, .1, .6}; in main() local
136 double p0[] = {0, 25, 75}; in main() local
157 double p0[] = {25, 0, 75}; in main() local
178 double p0[] = {25, 75, 0}; in main() local
199 double p0[] = {0, 0, 1}; in main() local
220 double p0[] = {0, 1, 0}; in main() local
[all …]
Dmax.pass.cpp24 double p0[] = {.3, .1, .6}; in main() local
30 double p0[] = {.3, .1, .6, .2}; in main() local
Dparam_eq.pass.cpp26 double p0[] = {30, 10}; in main() local
34 double p0[] = {30, 10}; in main() local
Deq.pass.cpp33 double p0[] = {1}; in main() local
40 double p0[] = {10, 30}; in main() local
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dmake_shared.volatile.pass.cpp24 std::shared_ptr<T> p0 = std::make_shared<T>(t0); in test() local
32 std::shared_ptr<const T> p0 = std::make_shared<const T>(t0); in test() local
40 std::shared_ptr<volatile T> p0 = std::make_shared<volatile T>(t0); in test() local
48 std::shared_ptr<const volatile T> p0 = std::make_shared<const volatile T>(t0); in test() local
/external/libcxx/test/std/thread/futures/futures.promise/
Dcopy_ctor.fail.cpp26 std::promise<int> p0; in main() local
30 std::promise<int &> p0; in main() local
34 std::promise<void> p0; in main() local
Dcopy_assign.fail.cpp26 std::promise<int> p0, p; in main() local
30 std::promise<int&> p0, p; in main() local
34 std::promise<void> p0, p; in main() local
/external/v8/testing/gmock/include/gmock/
Dgmock-generated-actions.h1040 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type argument
1041 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ argument
1043 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument
1045 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument
1048 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
1051 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
1054 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1058 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1062 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1066 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-generated-actions.h1178 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type argument
1179 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ argument
1181 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument
1183 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument
1186 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
1189 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
1192 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1196 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1200 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1204 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
[all …]
/external/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h1040 #define GMOCK_INTERNAL_DECL_TYPE_AND_1_VALUE_PARAMS(p0) , typename p0##_type argument
1041 #define GMOCK_INTERNAL_DECL_TYPE_AND_2_VALUE_PARAMS(p0, p1) , \ argument
1043 #define GMOCK_INTERNAL_DECL_TYPE_AND_3_VALUE_PARAMS(p0, p1, p2) , \ argument
1045 #define GMOCK_INTERNAL_DECL_TYPE_AND_4_VALUE_PARAMS(p0, p1, p2, p3) , \ argument
1048 #define GMOCK_INTERNAL_DECL_TYPE_AND_5_VALUE_PARAMS(p0, p1, p2, p3, p4) , \ argument
1051 #define GMOCK_INTERNAL_DECL_TYPE_AND_6_VALUE_PARAMS(p0, p1, p2, p3, p4, p5) , \ argument
1054 #define GMOCK_INTERNAL_DECL_TYPE_AND_7_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1058 #define GMOCK_INTERNAL_DECL_TYPE_AND_8_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1062 #define GMOCK_INTERNAL_DECL_TYPE_AND_9_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
1066 #define GMOCK_INTERNAL_DECL_TYPE_AND_10_VALUE_PARAMS(p0, p1, p2, p3, p4, p5, \ argument
[all …]
/external/llvm/test/MC/Hexagon/
Dout_of_range.s6 p0 = cmpb.eq(r0, #-257) define
9 p0 = cmpb.eq(r0, #256) define
Dendloop.s8 p0 = cmp.eq (r1, r2) define
15 p0 = cmp.eq (r1, r2) define
/external/deqp/framework/opengl/simplereference/
DsglrContextUtil.cpp31 void drawQuad (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::Vec3& p1) in drawQuad()
44 void drawQuadWithVaoBuffers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const tcu::… in drawQuadWithVaoBuffers()
114 void drawQuadWithClientPointers (sglr::Context& ctx, deUint32 program, const tcu::Vec3& p0, const t… in drawQuadWithClientPointers()
/external/webp/src/dsp/
Ddec_neon.c48 uint8x16_t* const p0, in Load4x16_NEON()
70 uint8x16_t* const p0, in Load4x16_NEON()
116 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x16_NEON()
124 uint8x16_t* const p0, in Load16x4_NEON()
136 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load16x8_NEON()
145 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x8x2_NEON()
167 uint8x16_t* const p0, uint8x16_t* const q0, uint8x16_t* const q1, in Load8x8x2T_NEON()
235 static WEBP_INLINE void Store2x16_NEON(const uint8x16_t p0, const uint8x16_t q0, in Store2x16_NEON()
259 static WEBP_INLINE void Store4x16_NEON(const uint8x16_t p1, const uint8x16_t p0, in Store4x16_NEON()
274 static WEBP_INLINE void Store16x2_NEON(const uint8x16_t p0, const uint8x16_t q0, in Store16x2_NEON()
[all …]
/external/vulkan-validation-layers/libs/glm/gtx/
Dnorm.inl51 T const & p0,
61 detail::tvec2<T, P> const & p0,
71 detail::tvec3<T, P> const & p0,
81 detail::tvec4<T, P> const & p0,
/external/skia/src/gpu/ccpr/
DGrCCGeometry.cpp60 static inline bool are_collinear(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2) { in are_collinear()
97 Sk2f p0 = Sk2f::Load(&fCurrFanPoint); in quadraticTo() local
105 inline void GrCCGeometry::appendMonotonicQuadratics(const Sk2f& p0, const Sk2f& p1, in appendMonotonicQuadratics()
144 inline void GrCCGeometry::appendSingleMonotonicQuadratic(const Sk2f& p0, const Sk2f& p1, in appendSingleMonotonicQuadratic()
276 static inline bool is_cubic_nearly_quadratic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in is_cubic_nearly_quadratic()
294 Sk2f p0 = Sk2f::Load(&fCurrFanPoint); in cubicTo() local
461 inline void GrCCGeometry::chopCubicAtMidTangent(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in chopCubicAtMidTangent()
486 inline void GrCCGeometry::chopCubic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in chopCubic()
509 void GrCCGeometry::appendMonotonicCubics(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in appendMonotonicCubics()
545 void GrCCGeometry::appendCubicApproximation(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in appendCubicApproximation()
/external/skqp/src/gpu/ccpr/
DGrCCGeometry.cpp60 static inline bool are_collinear(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2) { in are_collinear()
97 Sk2f p0 = Sk2f::Load(&fCurrFanPoint); in quadraticTo() local
105 inline void GrCCGeometry::appendMonotonicQuadratics(const Sk2f& p0, const Sk2f& p1, in appendMonotonicQuadratics()
144 inline void GrCCGeometry::appendSingleMonotonicQuadratic(const Sk2f& p0, const Sk2f& p1, in appendSingleMonotonicQuadratic()
276 static inline bool is_cubic_nearly_quadratic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in is_cubic_nearly_quadratic()
294 Sk2f p0 = Sk2f::Load(&fCurrFanPoint); in cubicTo() local
461 inline void GrCCGeometry::chopCubicAtMidTangent(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in chopCubicAtMidTangent()
486 inline void GrCCGeometry::chopCubic(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in chopCubic()
509 void GrCCGeometry::appendMonotonicCubics(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in appendMonotonicCubics()
545 void GrCCGeometry::appendCubicApproximation(const Sk2f& p0, const Sk2f& p1, const Sk2f& p2, in appendCubicApproximation()
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c35 uint8_t p2, uint8_t p1, uint8_t p0, uint8_t q0, in filter_mask()
49 uint8_t p1, uint8_t p0, uint8_t q0, uint8_t q1, in flat_mask4()
62 uint8_t p2, uint8_t p1, uint8_t p0, uint8_t q0, in flat_mask5()
72 static INLINE int8_t hev_mask(uint8_t thresh, uint8_t p1, uint8_t p0, in hev_mask()
120 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; in vpx_lpf_horizontal_4_c() local
144 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; in vpx_lpf_vertical_4_c() local
166 const uint8_t p3 = *op3, p2 = *op2, p1 = *op1, p0 = *op0; in filter8() local
188 const uint8_t p3 = s[-4 * p], p2 = s[-3 * p], p1 = s[-2 * p], p0 = s[-p]; in vpx_lpf_horizontal_8_c() local
213 const uint8_t p3 = s[-4], p2 = s[-3], p1 = s[-2], p0 = s[-1]; in vpx_lpf_vertical_8_c() local
241 p2 = *op2, p1 = *op1, p0 = *op0; in filter16() local
[all …]
/external/libcxx/test/std/thread/futures/futures.task/futures.task.members/
Dctor_move.pass.cpp35 std::packaged_task<double(int, char)> p0(A(5)); in main() local
44 std::packaged_task<double(int, char)> p0; in main() local
Dswap.pass.cpp35 std::packaged_task<double(int, char)> p0(A(5)); in main() local
45 std::packaged_task<double(int, char)> p0; in main() local
Dassign_move.pass.cpp35 std::packaged_task<double(int, char)> p0(A(5)); in main() local
45 std::packaged_task<double(int, char)> p0; in main() local
/external/libcxx/test/std/thread/futures/futures.task/futures.task.nonmembers/
Dswap.pass.cpp37 std::packaged_task<double(int, char)> p0(A(5)); in main() local
47 std::packaged_task<double(int, char)> p0; in main() local
/external/clang/test/CodeGenObjC/
Dproperty-complex.m9 @property(assign) _Complex float p0; property
32 -(_Complex float) p0 { method

12345678910>>...16