Home
last modified time | relevance | path

Searched refs:double_t (Results 1 – 4 of 4) sorted by relevance

/external/libcxx/include/support/win32/
Dmath_win32.h25 typedef double double_t; typedef
/external/lldb/include/lldb/Core/
DScalar.h265 typedef double double_t; typedef
/external/lldb/source/Core/
DScalar.cpp552 if (byte_size == sizeof(double_t)) in GetValueTypeForFloatWithByteSize()
707 case e_double: m_data.dbl = (double_t)m_data.ldbl; success = true; break; in Cast()
/external/libcxx/include/
Dcmath44 double_t // C99
653 using ::double_t;