Searched refs:FP_NORMAL (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | querymatrix.c | 47 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/ |
D | querymatrix.c | 46 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/ |
D | win32-math.h | 24 FP_NORMAL enumerator
|
D | win32-math.cc | 59 if (flags & (_FPCLASS_PN | _FPCLASS_NN)) return FP_NORMAL; in fpclassify()
|
/external/vixl/src/a64/ |
D | simulator-a64.cc | 1932 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/ |
D | math_h.disabled.cpp | 210 assert(fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
|
/external/chromium_org/v8/src/arm64/ |
D | simulator-arm64.cc | 2798 case FP_NORMAL: in FPToDouble() 2843 case FP_NORMAL: in FPToFloat() 2854 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat()
|
/external/libcxx/include/ |
D | cmath | 26 FP_NORMAL // C99
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 463 assert(std::fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
|