Home
last modified time | relevance | path

Searched defs:P2 (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/libffi/src/bfin/
Dsysv.S116 P2 = [FP-20]; define
125 P2 = R0; define
128 P2 = [FP+-20]; define
131 P2 = R0; define
/third_party/boost/boost/math/special_functions/detail/
Dbessel_k0.hpp120 static const T P2[] = { in bessel_k0_imp() local
194 static const T P2[] = in bessel_k0_imp() local
287 static const T P2[] = in bessel_k0_imp() local
390 static const T P2[] = in bessel_k0_imp() local
Dbessel_k1.hpp121 static const T P2[] = in bessel_k1_imp() local
196 static const T P2[] = in bessel_k1_imp() local
290 static const T P2[] = in bessel_k1_imp() local
394 static const T P2[] = in bessel_k1_imp() local
/third_party/boost/libs/math/test/
Dtest_policy_4.cpp15 bool check_same(const P1&, const P2&) in check_same()
Dtest_policy_7.cpp16 bool check_same(const P1&, const P2&) in check_same()
Dtest_policy_3.cpp16 bool check_same(const P1&, const P2&) in check_same()
Dtest_policy_2.cpp15 bool check_same(const P1&, const P2&) in check_same()
Dtest_policy.cpp16 bool check_same(const P1&, const P2&) in check_same()
Dtest_policy_6.cpp15 bool check_same(const P1&, const P2&) in check_same()
Dtest_policy_5.cpp16 bool check_same(const P1&, const P2&) in check_same()
Dtest_policy_8.cpp15 bool check_same(const P1&, const P2&) in check_same()
/third_party/flutter/skia/src/gpu/ccpr/
DGrCCCoverageProcessor.h255 Sk2f P2 = Sk2f::Load(&p2); in set() local
260 const Sk2f& P0, const Sk2f& P1, const Sk2f& P2, const Sk2f& translate, Ordering ordering) { in set()
287 Sk2f P2 = Sk2f::Load(&p2); in setW() local
292 const Sk2f& P2, const Sk2f& trans, in setW()
/third_party/typescript/tests/cases/compiler/
DvarianceRepeatedlyPropegatesWithUnreliableFlag.ts5 type P2<T> = { data: X<T> }; alias
/third_party/ltp/testcases/kernel/syscalls/mallinfo/
Dmallinfo_common.h39 #define P2(f) tst_res(TINFO, "%s: %ld", #f, m->f) in print_mallinfo2() macro
/third_party/boost/boost/interprocess/
Doffset_ptr.hpp315 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::static_… in offset_ptr() argument
322 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::const_c… in offset_ptr() argument
329 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::dynamic… in offset_ptr() argument
336 …BOOST_INTERPROCESS_FORCEINLINE offset_ptr(const offset_ptr<T2, P2, O2, A2> & r, ipcdetail::reinter… in offset_ptr() argument
610 static_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in static_pointer_cast() argument
619 const_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in const_pointer_cast() argument
628 dynamic_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in dynamic_pointer_cast() argument
637 … reinterpret_pointer_cast(const boost::interprocess::offset_ptr<T2, P2, O2, A2> & r) BOOST_NOEXCEPT in reinterpret_pointer_cast() argument
/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp2l.c42 P2 = 0x1.ebfbdff82c58fp-3, variable
260 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable
Dcbrt.c29 P2 = 1.621429720105354466140, /* 0x3ff9f160, 0x4a49d6c2 */ variable
/third_party/musl/src/math/
Dexp2l.c42 P2 = 0x1.ebfbdff82c58fp-3, variable
260 P2 = 0x1.ebfbdff82c58ea86f16b06ec9736p-3L, variable
/third_party/node/deps/brotli/c/common/
Dcontext.h111 #define BROTLI_CONTEXT(P1, P2, LUT) ((LUT)[P1] | ((LUT) + 256)[P2]) argument
/third_party/skia/third_party/externals/brotli/c/common/
Dcontext.h111 #define BROTLI_CONTEXT(P1, P2, LUT) ((LUT)[P1] | ((LUT) + 256)[P2]) argument
/third_party/python/Lib/lib2to3/fixes/
Dfix_dict.py85 P2 = """for_stmt< 'for' any 'in' node=any ':' any* > variable in FixDict
/third_party/boost/libs/core/test/
Dpointer_traits_element_type_test.cpp16 struct P2 { }; struct
Dto_address_test.cpp24 class P2 { class
26 explicit P2(T* p) in P2() function in P2
Dpointer_traits_rebind_test.cpp16 struct P2 { }; struct
/third_party/typescript/tests/baselines/reference/
DcrashIntypeCheckObjectCreationExpression.js3 public injectRequestService<P0, P1, P2>(service: P0) { field in BuildWorkspaceService

1234