Searched refs:FP_NORMAL (Results 1 – 10 of 10) sorted by relevance
/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/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/vixl/ |
D | utils.cc | 126 return FP_NORMAL; in float16classify()
|
/external/libcxx/include/ |
D | module.modulemap | 134 FP_INFINITE, FP_NAN, FP_NORMAL, FP_SUBNORMAL, FP_ZERO,
|
D | cmath | 26 FP_NORMAL // C99
|
/external/vixl/src/vixl/a64/ |
D | logic-a64.cc | 152 case FP_NORMAL: in FPToDouble() 214 case FP_NORMAL: in FPToFloat() 264 case FP_NORMAL: in FPToFloat16() 314 case FP_NORMAL: in FPToFloat16() 363 case FP_NORMAL: in FPToFloat() 374 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 212 assert(fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
|
/external/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/test/std/numerics/c.math/ |
D | cmath.pass.cpp | 567 assert(std::fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
|