Home
last modified time | relevance | path

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

/third_party/musl/src/complex/
Dcatan.c66 static const double DP2 = 1.98418714791870343106E-9; variable
Dcatanl.c72 static const long double DP2 = 1.6667485837041756656403424829301998703007e-19L; variable
Dcatanf.c61 static const double DP2 = 9.67502593994140625E-4; variable
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_arit.c2911 LLVMValueRef DP2 = lp_build_const_vec(gallivm, bld->type, -2.4187564849853515625e-4); in lp_build_sin_or_cos() local