Home
last modified time | relevance | path

Searched defs:DoubleDouble (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/llvm-libc/src/math/generic/
H A Dcos.cpp31 using DoubleDouble = fputil::DoubleDouble; typedef
H A Dsin.cpp32 using DoubleDouble = fputil::DoubleDouble; typedef
H A Dsincos.cpp33 using DoubleDouble = fputil::DoubleDouble; typedef
H A Datan2.cpp24 using DoubleDouble = fputil::DoubleDouble; typedef
H A Dtan.cpp33 using DoubleDouble = fputil::DoubleDouble; typedef
H A Dcbrt.cpp28 using DoubleDouble = fputil::DoubleDouble; typedef
/aosp_15_r20/external/llvm-libc/src/__support/FPUtil/
H A Ddouble_double.h23 using DoubleDouble = LIBC_NAMESPACE::NumberPair<double>; variable