Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/msan/
H A Dvararg_shadow.cpp97 struct DoubleDouble { struct
98 double a;
99 double b;
/llvm-project/libc/src/math/generic/
H A Dcos.cpp53 using DoubleDouble = fputil::DoubleDouble; global() typedef
[all...]
H A Dsin.cpp54 using DoubleDouble = fputil::DoubleDouble; global() typedef
[all...]
H A Dsincos.cpp55 using DoubleDouble = fputil::DoubleDouble; global() typedef
[all...]
H A Dtan.cpp57 using DoubleDouble = fputil::DoubleDouble; global() typedef
[all...]
/llvm-project/libc/src/__support/FPUtil/
H A Ddouble_double.h19 using DoubleDouble = LIBC_NAMESPACE::NumberPair<double>; global() variable
[all...]