Home
last modified time | relevance | path

Searched defs:P4 (Results 1 – 20 of 20) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/math/
Dexp2l.c44 P4 = 0x1.3b2ab6fba4da5p-7, variable
262 P4 = 0x1.3b2ab6fba4e7729ccbbe0b4f3fc2p-7L, variable
Dcbrt.c31 P4 = 0.145996192886612446982; /* 0x3fc2b000, 0xd4e4edd7 */ variable
Dexpm1l.c67 P4 = -5.238523121205561042771939008061958820811E-1L, variable
/third_party/musl/src/math/
Dexp2l.c44 P4 = 0x1.3b2ab6fba4da5p-7, variable
262 P4 = 0x1.3b2ab6fba4e7729ccbbe0b4f3fc2p-7L, variable
Dcbrt.c31 P4 = 0.145996192886612446982; /* 0x3fc2b000, 0xd4e4edd7 */ variable
Dexpm1l.c67 P4 = -5.238523121205561042771939008061958820811E-1L, variable
/third_party/boost/libs/core/test/
Dto_address_test.cpp58 class P4 { class
60 explicit P4(T* p) in P4() function in P4
/third_party/jerryscript/jerry-libm/
Dexp.c117 #define P4 -1.65339022054652515390e-06 /* 0xBEBBBD41, 0xC5D26BF1 */ macro
Dpow.c107 #define P4 -1.65339022054652515390e-06 /* 0xBEBBBD41, 0xC5D26BF1 */ macro
/third_party/optimized-routines/math/
Dv_logf.c20 #define P4 v_f32 (Poly[3]) macro
/third_party/boost/libs/math/test/
Dtest_poisson.cpp455 typedef policy<discrete_quantile<integer_round_outwards> > P4; in test_spots() typedef
Dtest_binomial.cpp686 typedef policy<discrete_quantile<integer_round_outwards> > P4; in test_spots() typedef
Dtest_negative_binomial.cpp744 typedef policy<discrete_quantile<integer_round_outwards> > P4; in test_spots() typedef
/third_party/jerryscript/tests/jerry/
Dfunction-prototype-bind.js92 var P4 = P.bind(); variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DScaledNumber.cpp30 uint64_t P1 = UL * UR, P2 = UL * LR, P3 = LL * UR, P4 = LL * LR; in multiply64() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java301 P4(4), enumConstant
/third_party/openssl/test/
Dmodes_internal_test.c329 static const u8 P4[] = { variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUCallLowering.cpp412 const LLT P4 = LLT::pointer(AMDGPUAS::CONSTANT_ADDRESS, 64); in allocateHSAUserSGPRs() local
/third_party/protobuf/src/google/protobuf/stubs/
Dcallback.h562 T* object, R (T::*function)(P1, P2, P3, P4, P5, P6, A1, A2), in NewPermanentCallback() argument
/third_party/python/Lib/test/
Dtest_inspect.py3165 class P4(P2, metaclass=MetaP): class