Home
last modified time | relevance | path

Searched refs:fpclassify (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/mesa/main/
Dquerymatrix.c47 fpclassify(double x) in fpclassify() function
83 fpclassify(double x) in fpclassify() function
153 switch (fpclassify(matrix[i])) { in _es_QueryMatrixxOES()
/external/clang/test/CodeGen/
Dbuiltins.c42 P(fpclassify, (0, 1, 2, 3, 4, 1.0)); in main()
43 P(fpclassify, (0, 1, 2, 3, 4, 1.0f)); in main()
44 P(fpclassify, (0, 1, 2, 3, 4, 1.0l)); in main()
/external/v8/src/base/
Dqnx-math.h10 #undef fpclassify
Dwin32-math.h35 int fpclassify(double x);
Dwin32-math.cc53 int fpclassify(double x) { in fpclassify() function
/external/libxml2/
Dtrionan.c565 #if defined(fpclassify) && defined(signbit)
570 switch (fpclassify(number)) {
632 # define TRIO_FPCLASSIFY(n) fpclassify(n)
/external/libcxx/include/support/win32/
Dmath_win32.h110 _LIBCPP_ALWAYS_INLINE int fpclassify( double num ) in fpclassify() function
/external/v8/src/
Dconversions.cc22 using std::fpclassify;
122 switch (fpclassify(v)) { in DoubleToCString()
Druntime.cc77 using std::fpclassify;
7581 if ((fpclassify(x) == FP_ZERO) && (fpclassify(y) == FP_ZERO)) { in RUNTIME_FUNCTION()
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp209 static_assert((std::is_same<decltype(fpclassify((float)0)), int>::value), ""); in test_fpclassify()
210 static_assert((std::is_same<decltype(fpclassify((double)0)), int>::value), ""); in test_fpclassify()
211 static_assert((std::is_same<decltype(fpclassify((long double)0)), int>::value), ""); in test_fpclassify()
212 assert(fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
/external/valgrind/none/tests/ppc32/
Dtest_isa_2_07_part2.c838 if (fpclassify(src_dp) == FP_ZERO) in check_reciprocal_estimate()
841 return !res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
847 return res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c483 if (fpclassify(SRC) == FP_ZERO) in check_estimate()
486 return !res_is_negative && (fpclassify(RES) == FP_ZERO); in check_estimate()
492 return res_is_negative && (fpclassify(RES) == FP_ZERO); in check_estimate()
/external/valgrind/none/tests/ppc64/
Dtest_isa_2_07_part2.c838 if (fpclassify(src_dp) == FP_ZERO) in check_reciprocal_estimate()
841 return !res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
847 return res_is_negative && (fpclassify(res_dp) == FP_ZERO); in check_reciprocal_estimate()
Dtest_isa_2_06_part3.c483 if (fpclassify(SRC) == FP_ZERO) in check_estimate()
486 return !res_is_negative && (fpclassify(RES) == FP_ZERO); in check_estimate()
492 return res_is_negative && (fpclassify(RES) == FP_ZERO); in check_estimate()
/external/libcxx/include/
Dcmath142 int fpclassify(arithmetic x);
336 // fpclassify
338 #ifdef fpclassify
345 return fpclassify(__lcpp_x);
348 #undef fpclassify
353 fpclassify(_A1 __lcpp_x) _NOEXCEPT
358 #endif // fpclassify
639 using ::fpclassify;
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp59 Ambiguous fpclassify(Ambiguous){ return Ambiguous(); } in fpclassify() function
559 #ifdef fpclassify in test_fpclassify()
560 #error fpclassify defined in test_fpclassify()
562 static_assert((std::is_same<decltype(std::fpclassify((float)0)), int>::value), ""); in test_fpclassify()
563 static_assert((std::is_same<decltype(std::fpclassify((double)0)), int>::value), ""); in test_fpclassify()
564 static_assert((std::is_same<decltype(std::fpclassify(0)), int>::value), ""); in test_fpclassify()
565 static_assert((std::is_same<decltype(std::fpclassify((long double)0)), int>::value), ""); in test_fpclassify()
566 static_assert((std::is_same<decltype(fpclassify(Ambiguous())), Ambiguous>::value), ""); in test_fpclassify()
567 assert(std::fpclassify(-1.0) == FP_NORMAL); in test_fpclassify()
/external/v8/
DSConstruct126 # On Solaris, to get isinf, INFINITY, fpclassify and other macros one
502 # On Solaris, to get isinf, INFINITY, fpclassify and other macros one
/external/vixl/src/vixl/a64/
Dlogic-a64.cc128 switch (std::fpclassify(value)) { in FPToDouble()
240 switch (std::fpclassify(value)) { in FPToFloat16()
290 switch (std::fpclassify(value)) { in FPToFloat16()
335 switch (std::fpclassify(value)) { in FPToFloat()
374 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat()
/external/v8/src/arm64/
Dsimulator-arm64.cc2777 switch (std::fpclassify(value)) { in FPToDouble()
2818 switch (std::fpclassify(value)) { in FPToFloat()
2854 if (std::fpclassify(value) == FP_NORMAL) { in FPToFloat()
/external/ceres-solver/docs/source/
Dversion_history.rst676 #. Fix ``fpclassify.h`` to work with the Android NDK and STLport.
/external/llvm/lib/Target/
DREADME.txt2040 extended to support general "fpclassify" operations that can return