Home
last modified time | relevance | path

Searched refs:FP_NORMAL (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dquerymatrix.c47 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL} enumerator
59 return FP_NORMAL; in fpclassify()
84 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL} enumerator
88 return FP_NORMAL; in fpclassify()
163 case FP_NORMAL: in _es_QueryMatrixxOES()
/external/mesa3d/src/mesa/main/
Dquerymatrix.c46 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL} enumerator
58 return FP_NORMAL; in fpclassify()
82 enum {FP_NAN, FP_INFINITE, FP_ZERO, FP_SUBNORMAL, FP_NORMAL} enumerator
86 return FP_NORMAL; in fpclassify()
161 case FP_NORMAL: in _es_QueryMatrixxOES()
/external/chromium_org/v8/src/base/
Dwin32-math.h24 FP_NORMAL enumerator
Dwin32-math.cc59 if (flags & (_FPCLASS_PN | _FPCLASS_NN)) return FP_NORMAL; in fpclassify()
/external/vixl/src/a64/
Dsimulator-a64.cc1932 case FP_NORMAL: in FPToDouble()
1977 case FP_NORMAL: in FPToFloat()
1988 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat()
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp210 assert(fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
/external/chromium_org/v8/src/arm64/
Dsimulator-arm64.cc2798 case FP_NORMAL: in FPToDouble()
2843 case FP_NORMAL: in FPToFloat()
2854 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat()
/external/libcxx/include/
Dcmath26 FP_NORMAL // C99
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp463 assert(std::fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()