Home
last modified time | relevance | path

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

/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/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/vixl/
Dutils.cc126 return FP_NORMAL; in float16classify()
/external/libcxx/include/
Dmodule.modulemap134 FP_INFINITE, FP_NAN, FP_NORMAL, FP_SUBNORMAL, FP_ZERO,
Dcmath26 FP_NORMAL // C99
/external/vixl/src/vixl/a64/
Dlogic-a64.cc152 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/
Dmath_h.pass.cpp212 assert(fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
/external/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/test/std/numerics/c.math/
Dcmath.pass.cpp567 assert(std::fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()