Home
last modified time | relevance | path

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

/aosp_15_r20/bionic/libm/upstream-netbsd/lib/libm/complex/
H A Dcephes_subrl.c62 static const long double DP3 = 1.8830410776607851167459095484560349402753e-39L; variable
65 static const long double DP3 = 0L; variable
/aosp_15_r20/external/musl/src/complex/
H A Dcatan.c67 static const double DP3 = 1.14423774522196636802E-17; variable
H A Dcatanf.c62 static const double DP3 = 1.509957990978376432E-7; variable
H A Dcatanl.c73 static const long double DP3 = 1.8830410776607851167459095484560349402753e-39L; variable
/aosp_15_r20/external/trusty/musl/src/complex/
Dcatan.c67 static const double DP3 = 1.14423774522196636802E-17; variable
Dcatanf.c62 static const double DP3 = 1.509957990978376432E-7; variable
Dcatanl.c73 static const long double DP3 = 1.8830410776607851167459095484560349402753e-39L; variable
/aosp_15_r20/external/pytorch/test/
H A Dtest_datapipe.py2604 class DP3(IterDataPipe[Tuple[T_co, str]]): class
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_arit.c2912 LLVMValueRef DP3 = lp_build_const_vec(gallivm, bld->type, -3.77489497744594108e-8); in lp_build_sin_or_cos() local