Home
last modified time | relevance | path

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

/external/ImageMagick/MagickCore/
Dmagick-type.h40 typedef double double_t; typedef
/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/ImageMagick/config/
Dconfig.h.in164 /* Define to 1 if the system has the type `double_t'. */
875 /* The size of `double_t', as computed by sizeof. */
/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;
/external/ImageMagick/
Dconfigure.ac1002 # Float_t and double_t are intended to be the the most efficient type.
1004 AC_CHECK_TYPES([double_t], [], [], [[#include <math.h>]])
1006 AC_CHECK_SIZEOF([double_t], [], [[#include <math.h>]])