Home
last modified time | relevance | path

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

/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/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/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/rust/crates/nix/src/mount/
Dlinux.rs70 data: Option<&P4>, in mount()
/third_party/optimized-routines/math/
Dv_logf.c20 #define P4 v_f32 (Poly[3]) macro
/third_party/rust/crates/minimal-lexical/src/
Dlibm.rs51 const P4: f32 = -1.6533901999e-06; /* 0xb5ddea0e */ in powf() constant
606 const P4: f64 = -1.65339022054652515390e-06; /* 0xbebbbd41_c5d26bf1 */ in powd() constant
/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/FreeBSD/lib/msun/ld128/
Ds_logl.c102 P4 = -2.49999999999999999999999999941139296e-1L, /* -0x1ffffffffffffffffffffffdab14e.0p-115L */ variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
DMeasureUnitImpl.java334 P4(4), enumConstant
/third_party/node/deps/v8/src/base/
Dieee754.cc1457 P4 = -1.65339022054652515390e-06, /* 0xBEBBBD41, 0xC5D26BF1 */ in exp() local
2339 P4 = 0.145996192886612446982; /* 0x3FC2B000, 0xD4E4EDD7 */ in cbrt() local
2655 P4 = -1.65339022054652515390e-06, // 0xBEBBBD41, 0xC5D26BF1 in pow() local
/third_party/openssl/test/
Dmodes_internal_test.c335 static const u8 P4[] = { variable
/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/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/python/Lib/test/
Dtest_inspect.py3165 class P4(P2, metaclass=MetaP): class