Home
last modified time | relevance | path

Searched refs:float_t (Results 1 – 8 of 8) sorted by relevance

/external/vulkan-validation-layers/libs/glm/detail/
Dtype_float.hpp70 typedef mediump_float float_t; typedef
72 typedef highp_float float_t; typedef
74 typedef mediump_float float_t; typedef
76 typedef lowp_float float_t; typedef
/external/ImageMagick/MagickCore/
Dmagick-type.h43 typedef float float_t; typedef
49 typedef float_t MagickRealType;
63 typedef float_t MagickRealType;
77 typedef float_t MagickRealType;
/external/libcxx/include/support/win32/
Dmath_win32.h24 typedef float float_t; typedef
/external/lldb/include/lldb/Core/
DScalar.h264 typedef float float_t; typedef
/external/lldb/source/Core/
DScalar.cpp550 if (byte_size == sizeof(float_t)) in GetValueTypeForFloatWithByteSize()
690 case e_float: m_data.flt = (float_t)m_data.dbl; success = true; break; in Cast()
706 case e_float: m_data.flt = (float_t)m_data.ldbl; success = true; break; in Cast()
/external/ImageMagick/config/
Dconfig.h.in182 /* Define to 1 if the system has the type `float_t'. */
881 /* The size of `float_t', as computed by sizeof. */
/external/libcxx/include/
Dcmath43 float_t // C99
652 using ::float_t;
/external/ImageMagick/
Dconfigure.ac1003 AC_CHECK_TYPES([float_t], [], [], [[#include <math.h>]])
1005 AC_CHECK_SIZEOF([float_t], [], [[#include <math.h>]])