/third_party/musl/libc-test/src/math/ |
H A D | fpclassify.c | 93 if (fpclassify(tf[i].f) != tf[i].class) in main() 94 error(tf[i], fpclassify); in main() 106 if (fpclassify(td[i].f) != td[i].class) in main() 107 error(td[i], fpclassify); in main() 119 if (fpclassify(tl[i].f) != tl[i].class) in main() 120 error(tl[i], fpclassify); in main()
|
/third_party/ffmpeg/compat/djgpp/ |
H A D | math.c | 24 if (fpclassify(x) == FP_NAN) return y; \ 25 if (fpclassify(y) == FP_NAN) return x; \
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_fcmp_main.cpp | 52 assert(std::fpclassify(NegInf) == FP_INFINITE); in initializeValues() 53 assert(std::fpclassify(PosInf) == FP_INFINITE); in initializeValues() 54 assert(std::fpclassify(Nan) == FP_NAN); in initializeValues() 55 assert(std::fpclassify(NegNan) == FP_NAN); in initializeValues()
|
/third_party/vixl/src/ |
H A D | utils-vixl.cc | 343 switch (std::fpclassify(value)) { in FPToFloat() 386 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat() 406 switch (std::fpclassify(value)) { in FPToDouble() 460 switch (std::fpclassify(value)) { in FPToFloat16() 515 switch (std::fpclassify(value)) { in FPToFloat16()
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_math.cpp | 301 benchmark::DoNotOptimize(fpclassify(x)); in Bm_function_fpclassifyl() 311 benchmark::DoNotOptimize(fpclassify(x)); in Bm_function_fpclassifyl1() 321 benchmark::DoNotOptimize(fpclassify(x)); in Bm_function_fpclassifyl2() 331 benchmark::DoNotOptimize(fpclassify(x)); in Bm_function_fpclassifyl3()
|
/third_party/node/deps/v8/src/base/ |
H A D | qnx-math.h | 10 #undef fpclassify macro
|
/third_party/musl/libc-test/src/regression/ |
H A D | fpclassify-invalid-ld80.c | 26 c = fpclassify(f); \ 28 t_error("fpclassify(%s) failed: got %s want %s\n", desc, strclass(c), #cwant); \
|
/third_party/mesa3d/src/mesa/main/ |
H A D | querymatrix.c | 99 switch (fpclassify(matrix[i])) { in _mesa_QueryMatrixxOES() 146 * in case fpclassify() is returnings something unexpected. in _mesa_QueryMatrixxOES()
|
/third_party/skia/third_party/externals/tint/src/writer/ |
H A D | float_to_string.cc | 75 switch (std::fpclassify(f)) { in FloatToBitPreservingString()
|
/third_party/node/src/tracing/ |
H A D | traced_value.cc | 18 // STLPort doesn't import fpclassify into the std namespace. 90 switch (FPCLASSIFY_NAMESPACE::fpclassify(v)) { in DoubleToCString()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | math.h | 68 #define fpclassify(x) ( \ macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | math.h | 68 #define fpclassify(x) ( \ macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | math.h | 68 #define fpclassify(x) ( \ macro
|
/third_party/musl/include/ |
H A D | math.h | 68 #define fpclassify(x) ( \ macro
|
/third_party/musl/libc-test/src/api/ |
H A D | math.c | 10 I(int,fpclassify(.0)) in f()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | iostream_state_saver.h | 235 std::fpclassify(dest) == FP_SUBNORMAL)) { in read_floating_point()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_astats.c | 364 int type = fpclassify(d); in update_float_stat() 373 int type = fpclassify(d); in update_double_stat()
|
/third_party/optimized-routines/math/test/ |
H A D | mathtest.c | 290 MFUNC(at_d, rt_i, fpclassify, 0), 1086 case m_fpclassify: intres = fpclassify(d_arg1.f); break; in runtest() 1099 case m_fpclassifyf: intres = fpclassify(s_arg1.f); break; in runtest()
|
/third_party/glslang/SPIRV/ |
H A D | hex_float.h | 1042 switch (std::fpclassify(float_val)) { in operator <<()
|
/third_party/node/deps/v8/src/numbers/ |
H A D | conversions.cc | 27 // STLPort doesn't import fpclassify into the std namespace. 1047 switch (FPCLASSIFY_NAMESPACE::fpclassify(v)) { in DoubleToCString()
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | hex_float.h | 1139 switch (std::fpclassify(float_val)) { in operator <<()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
H A D | hex_float.h | 1139 switch (std::fpclassify(float_val)) { in operator <<()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/ |
H A D | hash.h | 303 const int category = std::fpclassify(value); in AbslHashValue()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | convert_test.cc | 594 (f == 'a' || f == 'A') && std::fpclassify(d) == FP_SUBNORMAL) { in TestWithMultipleFormatsHelper()
|
/third_party/spirv-tools/source/util/ |
H A D | hex_float.h | 1234 switch (std::fpclassify(float_val)) { in operator <<()
|