Home
last modified time | relevance | path

Searched refs:fpclassify (Results 1 - 25 of 34) sorted by relevance

12

/third_party/musl/libc-test/src/math/
H A Dfpclassify.c93 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 Dmath.c24 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 Dtest_fcmp_main.cpp52 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 Dutils-vixl.cc343 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 Dlibc_math.cpp301 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 Dqnx-math.h10 #undef fpclassify macro
/third_party/musl/libc-test/src/regression/
H A Dfpclassify-invalid-ld80.c26 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 Dquerymatrix.c99 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 Dfloat_to_string.cc75 switch (std::fpclassify(f)) { in FloatToBitPreservingString()
/third_party/node/src/tracing/
H A Dtraced_value.cc18 // 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 Dmath.h68 #define fpclassify(x) ( \ macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dmath.h68 #define fpclassify(x) ( \ macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dmath.h68 #define fpclassify(x) ( \ macro
/third_party/musl/include/
H A Dmath.h68 #define fpclassify(x) ( \ macro
/third_party/musl/libc-test/src/api/
H A Dmath.c10 I(int,fpclassify(.0)) in f()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Diostream_state_saver.h235 std::fpclassify(dest) == FP_SUBNORMAL)) { in read_floating_point()
/third_party/ffmpeg/libavfilter/
H A Daf_astats.c364 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 Dmathtest.c290 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 Dhex_float.h1042 switch (std::fpclassify(float_val)) { in operator <<()
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc27 // 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 Dhex_float.h1139 switch (std::fpclassify(float_val)) { in operator <<()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h1139 switch (std::fpclassify(float_val)) { in operator <<()
/third_party/skia/third_party/externals/abseil-cpp/absl/hash/internal/
H A Dhash.h303 const int category = std::fpclassify(value); in AbslHashValue()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dconvert_test.cc594 (f == 'a' || f == 'A') && std::fpclassify(d) == FP_SUBNORMAL) { in TestWithMultipleFormatsHelper()
/third_party/spirv-tools/source/util/
H A Dhex_float.h1234 switch (std::fpclassify(float_val)) { in operator <<()

Completed in 27 milliseconds

12