Home
last modified time | relevance | path

Searched defs:P (Results 1 – 25 of 1929) sorted by relevance

12345678910>>...78

/third_party/boost/libs/move/test/
Dunique_ptr_types.cpp53 typedef bml::unique_ptr<int> P; in test() typedef
57 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
62 typedef bml::unique_ptr<int[]> P; in test() typedef
66 typedef bml::unique_ptr<int[], Deleter> P; in test() typedef
71 typedef bml::unique_ptr<int[5]> P; in test() typedef
75 typedef bml::unique_ptr<int[5], Deleter> P; in test() typedef
81 typedef bml::unique_ptr<int_5_t[]> P; in test() typedef
86 typedef bml::unique_ptr<int_5_t[], Deleter> P; in test() typedef
106 typedef bml::unique_ptr<int> P; in test() typedef
110 typedef bml::unique_ptr<int, Deleter> P; in test() typedef
[all …]
/third_party/ltp/tools/sparse/sparse-src/validation/
Drepeat.h1 #define R0(P, S) P(S) argument
2 #define R1(P, S) R0(P,S##0) R0(P,S##1) argument
3 #define R2(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) argument
4 #define R3(P, S) R0(P,S##0) R0(P,S##1) R0(P,S##2) R0(P,S##3) R0(P,S##4) R0(P,S##5) R0(P,S##… argument
5 #define R4(P, S) R3(P,S##0) R3(P,S##1) argument
6 #define R5(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) argument
7 #define R6(P, S) R3(P,S##0) R3(P,S##1) R3(P,S##2) R3(P,S##3) R3(P,S##4) R3(P,S##5) R3(P,S##… argument
8 #define R7(P, S) R6(P,S##0) R6(P,S##1) argument
9 #define R8(P, S) R6(P,S##0) R6(P,S##1) R6(P,S##2) R6(P,S##3) argument
10 #define R9(P, S) R6(P,S##0) R6(P,S##1) R6(P,S##2) R6(P,S##3) R6(P,S##4) R6(P,S##5) R6(P,S##… argument
[all …]
Dmulti_typedef.c1 typedef int T, *P; typedef
4 unsigned P = 0; in f() local
9 int P = 0; in g() local
/third_party/boost/boost/math/special_functions/detail/
Dbessel_i0.hpp94 static const float P[] = { in bessel_i0_imp() local
112 static const float P[] = { in bessel_i0_imp() local
125 static const float P[] = { in bessel_i0_imp() local
146 static const double P[] = { in bessel_i0_imp() local
170 static const double P[] = { in bessel_i0_imp() local
200 static const double P[] = { in bessel_i0_imp() local
223 static const T P[] = { in bessel_i0_imp() local
251 static const T P[] = { in bessel_i0_imp() local
275 static const T P[] = { in bessel_i0_imp() local
298 static const T P[] = { in bessel_i0_imp() local
[all …]
Dbessel_i1.hpp98 static const float P[] = { in bessel_i1_imp() local
117 static const float P[] = { in bessel_i1_imp() local
141 static const double P[] = { in bessel_i1_imp() local
165 static const double P[] = { in bessel_i1_imp() local
195 static const double P[] = { in bessel_i1_imp() local
218 static const T P[] = { in bessel_i1_imp() local
246 static const T P[] = { in bessel_i1_imp() local
279 static const T P[] = { in bessel_i1_imp() local
301 static const T P[] = { in bessel_i1_imp() local
328 static const T P[] = { in bessel_i1_imp() local
[all …]
Dpolygamma.hpp306 int P[] = { -2, -4 }; in poly_cot_pi() local
311 int P[] = { 16, 8 }; in poly_cot_pi() local
316 int P[] = { -16, -88, -16 }; in poly_cot_pi() local
321 int P[] = { 272, 416, 32 }; in poly_cot_pi() local
326 int P[] = { -272, -2880, -1824, -64 }; in poly_cot_pi() local
331 int P[] = { 7936, 24576, 7680, 128 }; in poly_cot_pi() local
336 int P[] = { -7936, -137216, -185856, -31616, -256 }; in poly_cot_pi() local
341 int P[] = { 353792, 1841152, 1304832, 128512, 512 }; in poly_cot_pi() local
346 int P[] = { -353792, -9061376, -21253376, -8728576, -518656, -1024}; in poly_cot_pi() local
351 int P[] = { 22368256, 175627264, 222398464, 56520704, 2084864, 2048 }; in poly_cot_pi() local
[all …]
Dbessel_k1.hpp102 static const T P[] = in bessel_k1_imp() local
138 static const T P[] = in bessel_k1_imp() local
173 static const T P[] = in bessel_k1_imp() local
221 static const T P[] = in bessel_k1_imp() local
266 static const T P[] = in bessel_k1_imp() local
316 static const T P[] = in bessel_k1_imp() local
366 static const T P[] = in bessel_k1_imp() local
422 static const T P[] = in bessel_k1_imp() local
469 static const T P[] = in bessel_k1_imp() local
Dlgamma_small.hpp90 static const T P[] = { in lgamma_small_imp() local
157 static const T P[] = { in lgamma_small_imp() local
202 static const T P[] = { in lgamma_small_imp() local
277 static const T P[] = { in lgamma_small_imp() local
355 static const T P[] = { in lgamma_small_imp() local
408 static const T P[] = { in lgamma_small_imp() local
449 static const T P[] = { in lgamma_small_imp() local
/third_party/typescript/tests/cases/conformance/types/mapped/
DmappedTypeModifiers.ts16 var v01: { [P in keyof T]: T[P] }; variable
21 var v02: { [P in keyof T]?: T[P] }; variable
23 var v02: { [P in keyof TP]: TP[P] } variable
27 var v03: { readonly [P in keyof T]: T[P] }; variable
29 var v03: { [P in keyof TR]: TR[P] } variable
33 var v04: { readonly [P in keyof T]?: T[P] }; variable
38 var v04: { [P in keyof TPR]: TPR[P] } variable
55 var b01: { [P in keyof B]: B[P] }; variable
60 var b02: { [P in keyof B]?: B[P] }; variable
62 var b02: { [P in keyof BP]: BP[P] } variable
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPoint.cpp39 Point operator+(const Point &P, const Vector &v) in operator +()
44 Point operator-(const Point &P, const Vector &v) in operator -()
49 Vector operator-(const Point &P, const Point &Q) in operator -()
54 Point operator*(const Matrix &M, const Point &P) in operator *()
61 Point operator*(const Point &P, const Matrix &M) in operator *()
68 Point &operator*=(Point &P, const Matrix &M) in operator *=()
83 float Point::d(const Point &P, const Point &Q) in d()
88 float Point::d2(const Point &P, const Point &Q) in d2()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DEndian.h354 template <typename T> inline T read(const void *P, endianness E) { in read()
358 template <typename T, endianness E> inline T read(const void *P) { in read()
362 inline uint16_t read16(const void *P, endianness E) { in read16()
365 inline uint32_t read32(const void *P, endianness E) { in read32()
368 inline uint64_t read64(const void *P, endianness E) { in read64()
372 template <endianness E> inline uint16_t read16(const void *P) { in read16()
375 template <endianness E> inline uint32_t read32(const void *P) { in read32()
378 template <endianness E> inline uint64_t read64(const void *P) { in read64()
382 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le()
383 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DEndian.h303 template <typename T, endianness E> inline T read(const void *P) { in read()
307 template <endianness E> inline uint16_t read16(const void *P) { in read16()
310 template <endianness E> inline uint32_t read32(const void *P) { in read32()
313 template <endianness E> inline uint64_t read64(const void *P) { in read64()
317 inline uint16_t read16le(const void *P) { return read16<little>(P); } in read16le()
318 inline uint32_t read32le(const void *P) { return read32<little>(P); } in read32le()
319 inline uint64_t read64le(const void *P) { return read64<little>(P); } in read64le()
320 inline uint16_t read16be(const void *P) { return read16<big>(P); } in read16be()
321 inline uint32_t read32be(const void *P) { return read32<big>(P); } in read32be()
322 inline uint64_t read64be(const void *P) { return read64<big>(P); } in read64be()
[all …]
/third_party/boost/boost/math/special_functions/
Dzeta.hpp212 static const T P[6] = { in zeta_imp_prec() local
237 static const T P[6] = { in zeta_imp_prec() local
261 static const T P[6] = { in zeta_imp_prec() local
287 static const T P[6] = { in zeta_imp_prec() local
314 static const T P[7] = { in zeta_imp_prec() local
341 static const T P[8] = { in zeta_imp_prec() local
386 static const T P[6] = { in zeta_imp_prec() local
414 static const T P[6] = { in zeta_imp_prec() local
439 static const T P[7] = { in zeta_imp_prec() local
464 static const T P[8] = { in zeta_imp_prec() local
[all …]
Dexpint.hpp62 static const T P[6] = { in expint_1_rational() local
86 static const T P[11] = { in expint_1_rational() local
137 static const T P[6] = { in expint_1_rational() local
162 static const T P[14] = { in expint_1_rational() local
218 static const T P[10] = { in expint_1_rational() local
253 static const T P[16] = { in expint_1_rational() local
299 static const T P[19] = { in expint_1_rational() local
544 static const T P[10] = { in expint_i_imp() local
592 static const T P[8] = { in expint_i_imp() local
625 static const T P[9] = { in expint_i_imp() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DLegacyPassNameParser.h57 virtual bool ignorablePassImpl(const PassInfo *P) const { return false; } in ignorablePassImpl()
59 inline bool ignorablePass(const PassInfo *P) const { in ignorablePass()
68 void passRegistered(const PassInfo *P) override { in passRegistered()
77 void passEnumerate(const PassInfo *P) override { passRegistered(P); } in passEnumerate()
107 bool ignorablePassImpl(const PassInfo *P) const override { in ignorablePassImpl()
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-atomic.hh65 #define hb_atomic_ptr_impl_set_relaxed(P, V) __atomic_store_n ((P), (V), __ATOMIC_RELAXED) argument
66 #define hb_atomic_ptr_impl_get_relaxed(P) __atomic_load_n ((P), __ATOMIC_RELAXED) argument
67 #define hb_atomic_ptr_impl_get(P) __atomic_load_n ((P), __ATOMIC_ACQUIRE) argument
69 _hb_atomic_ptr_impl_cmplexch (const void **P, const void *O_, const void *N) in _hb_atomic_ptr_impl_cmplexch()
74 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_atomic_ptr_impl_cmplexch ((const void **) (P), (O), (… argument
92 #define hb_atomic_ptr_impl_set_relaxed(P, V) (reinterpret_cast<std::atomic<void*> *> (P)->store ((V… argument
93 #define hb_atomic_ptr_impl_get_relaxed(P) (reinterpret_cast<std::atomic<void*> const *> (P)->load (… argument
94 #define hb_atomic_ptr_impl_get(P) (reinterpret_cast<std::atomic<void*> *> (P)->load (std::memory_o… argument
96 _hb_atomic_ptr_impl_cmplexch (const void **P, const void *O_, const void *N) in _hb_atomic_ptr_impl_cmplexch()
101 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_atomic_ptr_impl_cmplexch ((const void **) (P), (O), (… argument
[all …]
/third_party/python/Modules/_blake2/impl/
Dblake2b-ref.c85 static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length ) in blake2b_param_set_digest_length()
91 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout()
97 static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth()
103 static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length ) in blake2b_param_set_leaf_length()
109 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
115 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
121 static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length ) in blake2b_param_set_inner_length()
127 static inline int blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES] ) in blake2b_param_set_salt()
133 static inline int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERS… in blake2b_param_set_personal()
162 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
[all …]
Dblake2s-ref.c78 static inline int blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_length ) in blake2s_param_set_digest_length()
84 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout()
90 static inline int blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth()
96 static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length ) in blake2s_param_set_leaf_length()
102 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
108 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
114 static inline int blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_length ) in blake2s_param_set_inner_length()
120 static inline int blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTBYTES] ) in blake2s_param_set_salt()
126 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERS… in blake2s_param_set_personal()
155 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
[all …]
Dblake2s.c115 static inline int blake2s_param_set_digest_length( blake2s_param *P, const uint8_t digest_length ) in blake2s_param_set_digest_length()
121 static inline int blake2s_param_set_fanout( blake2s_param *P, const uint8_t fanout ) in blake2s_param_set_fanout()
127 static inline int blake2s_param_set_max_depth( blake2s_param *P, const uint8_t depth ) in blake2s_param_set_max_depth()
133 static inline int blake2s_param_set_leaf_length( blake2s_param *P, const uint32_t leaf_length ) in blake2s_param_set_leaf_length()
139 static inline int blake2s_param_set_node_offset( blake2s_param *P, const uint64_t node_offset ) in blake2s_param_set_node_offset()
145 static inline int blake2s_param_set_node_depth( blake2s_param *P, const uint8_t node_depth ) in blake2s_param_set_node_depth()
151 static inline int blake2s_param_set_inner_length( blake2s_param *P, const uint8_t inner_length ) in blake2s_param_set_inner_length()
157 static inline int blake2s_param_set_salt( blake2s_param *P, const uint8_t salt[BLAKE2S_SALTBYTES] ) in blake2s_param_set_salt()
163 static inline int blake2s_param_set_personal( blake2s_param *P, const uint8_t personal[BLAKE2S_PERS… in blake2s_param_set_personal()
193 int blake2s_init_param( blake2s_state *S, const blake2s_param *P ) in blake2s_init_param()
[all …]
Dblake2b.c127 static inline int blake2b_param_set_digest_length( blake2b_param *P, const uint8_t digest_length ) in blake2b_param_set_digest_length()
133 static inline int blake2b_param_set_fanout( blake2b_param *P, const uint8_t fanout ) in blake2b_param_set_fanout()
139 static inline int blake2b_param_set_max_depth( blake2b_param *P, const uint8_t depth ) in blake2b_param_set_max_depth()
145 static inline int blake2b_param_set_leaf_length( blake2b_param *P, const uint32_t leaf_length ) in blake2b_param_set_leaf_length()
151 static inline int blake2b_param_set_node_offset( blake2b_param *P, const uint64_t node_offset ) in blake2b_param_set_node_offset()
157 static inline int blake2b_param_set_node_depth( blake2b_param *P, const uint8_t node_depth ) in blake2b_param_set_node_depth()
163 static inline int blake2b_param_set_inner_length( blake2b_param *P, const uint8_t inner_length ) in blake2b_param_set_inner_length()
169 static inline int blake2b_param_set_salt( blake2b_param *P, const uint8_t salt[BLAKE2B_SALTBYTES] ) in blake2b_param_set_salt()
175 static inline int blake2b_param_set_personal( blake2b_param *P, const uint8_t personal[BLAKE2B_PERS… in blake2b_param_set_personal()
206 int blake2b_init_param( blake2b_state *S, const blake2b_param *P ) in blake2b_init_param()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-atomic.hh65 #define hb_atomic_ptr_impl_set_relaxed(P, V) __atomic_store_n ((P), (V), __ATOMIC_RELAXED) argument
66 #define hb_atomic_ptr_impl_get_relaxed(P) __atomic_load_n ((P), __ATOMIC_RELAXED) argument
67 #define hb_atomic_ptr_impl_get(P) __atomic_load_n ((P), __ATOMIC_ACQUIRE) argument
69 _hb_atomic_ptr_impl_cmplexch (const void **P, const void *O_, const void *N) in _hb_atomic_ptr_impl_cmplexch()
74 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_atomic_ptr_impl_cmplexch ((const void **) (P), (O), (… argument
93 #define hb_atomic_ptr_impl_set_relaxed(P, V) (reinterpret_cast<std::atomic<void*> *> (P)->store ((V… argument
94 #define hb_atomic_ptr_impl_get_relaxed(P) (reinterpret_cast<std::atomic<void*> const *> (P)->load (… argument
95 #define hb_atomic_ptr_impl_get(P) (reinterpret_cast<std::atomic<void*> *> (P)->load (std::memory_o… argument
97 _hb_atomic_ptr_impl_cmplexch (const void **P, const void *O_, const void *N) in _hb_atomic_ptr_impl_cmplexch()
102 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_atomic_ptr_impl_cmplexch ((const void **) (P), (O), (… argument
[all …]
/third_party/harfbuzz/src/
Dhb-atomic.hh65 #define hb_atomic_ptr_impl_set_relaxed(P, V) __atomic_store_n ((P), (V), __ATOMIC_RELAXED) argument
66 #define hb_atomic_ptr_impl_get_relaxed(P) __atomic_load_n ((P), __ATOMIC_RELAXED) argument
67 #define hb_atomic_ptr_impl_get(P) __atomic_load_n ((P), __ATOMIC_ACQUIRE) argument
69 _hb_atomic_ptr_impl_cmplexch (const void **P, const void *O_, const void *N) in _hb_atomic_ptr_impl_cmplexch()
74 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_atomic_ptr_impl_cmplexch ((const void **) (P), (O), (… argument
93 #define hb_atomic_ptr_impl_set_relaxed(P, V) (reinterpret_cast<std::atomic<void*> *> (P)->store ((V… argument
94 #define hb_atomic_ptr_impl_get_relaxed(P) (reinterpret_cast<std::atomic<void*> const *> (P)->load (… argument
95 #define hb_atomic_ptr_impl_get(P) (reinterpret_cast<std::atomic<void*> *> (P)->load (std::memory_o… argument
97 _hb_atomic_ptr_impl_cmplexch (const void **P, const void *O_, const void *N) in _hb_atomic_ptr_impl_cmplexch()
102 #define hb_atomic_ptr_impl_cmpexch(P,O,N) _hb_atomic_ptr_impl_cmplexch ((const void **) (P), (O), (… argument
[all …]
/third_party/boost/boost/test/tools/old/
Dinterface.hpp49 #define BOOST_TEST_TOOL_PASS_PRED0( P, ARGS ) P argument
50 #define BOOST_TEST_TOOL_PASS_PRED1( P, ARGS ) P BOOST_PP_SEQ_TO_TUPLE(ARGS) argument
51 #define BOOST_TEST_TOOL_PASS_PRED2( P, ARGS ) P argument
63 #define BOOST_TEST_TOOL_IMPL( frwd_type, P, assertion_descr, TL, CT, ARGS ) \ argument
80 #define BOOST_WARN( P ) BOOST_TEST_TOOL_IMPL( 2, \ argument
82 #define BOOST_CHECK( P ) BOOST_TEST_TOOL_IMPL( 2, \ argument
84 #define BOOST_REQUIRE( P ) BOOST_TEST_TOOL_IMPL( 2, \ argument
89 #define BOOST_WARN_MESSAGE( P, M ) BOOST_TEST_TOOL_IMPL( 2, (P), M, WARN, CHECK_MSG, _ ) argument
90 #define BOOST_CHECK_MESSAGE( P, M ) BOOST_TEST_TOOL_IMPL( 2, (P), M, CHECK, CHECK_MSG, _ ) argument
91 #define BOOST_REQUIRE_MESSAGE( P, M ) BOOST_TEST_TOOL_IMPL( 2, (P), M, REQUIRE, CHECK_MSG, _ ) argument
[all …]
/third_party/boost/boost/test/tools/
Dinterface.hpp40 #define BOOST_TEST_BUILD_ASSERTION( P ) \ argument
47 #define BOOST_TEST_TOOL_DIRECT_IMPL( P, level, M ) \ argument
64 #define BOOST_TEST_TOOL_ET_IMPL( P, level ) \ argument
83 #define BOOST_TEST_TOOL_ET_IMPL_EX( P, level, arg ) \ argument
108 #define BOOST_TEST_TOOL_UNIV( level, P ) \ argument
112 #define BOOST_TEST_TOOL_UNIV_EX( level, P, ... ) \ argument
118 #define BOOST_TEST_TOOL_UNIV( level, P ) \ argument
127 #define BOOST_TEST_TOOL_UNIV_EX( level, P, ... ) \ argument
133 #define BOOST_TEST_TOOL_UNIV( level, P ) \ argument
137 #define BOOST_TEST_TOOL_UNIV_EX( level, P, ... ) \ argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DCostAllocator.h61 static unsigned getHashValue(PoolEntry *P) { in getHashValue()
65 static unsigned getHashValue(const PoolEntry *P) { in getHashValue()
75 static bool isEqual(const ValueKeyT &C, PoolEntry *P) { in isEqual()
92 void removeEntry(PoolEntry *P) { EntrySet.erase(P); } in removeEntry()
101 auto P = std::make_shared<PoolEntry>(*this, std::move(ValueKey)); in getValue() local

12345678910>>...78