Home
last modified time | relevance | path

Searched defs:DP2 (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/musl/src/complex/
H A Dcatan.c66 static const double DP2 = 1.98418714791870343106E-9; variable
H A Dcatanf.c61 static const double DP2 = 9.67502593994140625E-4; variable
H A Dcatanl.c72 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L; variable
/aosp_15_r20/external/trusty/musl/src/complex/
Dcatan.c66 static const double DP2 = 1.98418714791870343106E-9; variable
Dcatanf.c61 static const double DP2 = 9.67502593994140625E-4; variable
Dcatanl.c72 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L; variable
/aosp_15_r20/bionic/libm/upstream-netbsd/lib/libm/complex/
H A Dcephes_subrl.c60 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L; variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_datapipe.py2594 class DP2(IterDataPipe[T_co]): class
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2911 LLVMValueRef DP2 = lp_build_const_vec(gallivm, bld->type, -2.4187564849853515625e-4); in lp_build_sin_or_cos() local