/external/mesa3d/src/mesa/main/ |
D | querymatrix.c | 47 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/ |
D | builtins.c | 42 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/ |
D | qnx-math.h | 10 #undef fpclassify
|
D | win32-math.h | 35 int fpclassify(double x);
|
D | win32-math.cc | 53 int fpclassify(double x) { in fpclassify() function
|
/external/libxml2/ |
D | trionan.c | 565 #if defined(fpclassify) && defined(signbit) 570 switch (fpclassify(number)) { 632 # define TRIO_FPCLASSIFY(n) fpclassify(n)
|
/external/libcxx/include/support/win32/ |
D | math_win32.h | 110 _LIBCPP_ALWAYS_INLINE int fpclassify( double num ) in fpclassify() function
|
/external/v8/src/ |
D | conversions.cc | 22 using std::fpclassify; 122 switch (fpclassify(v)) { in DoubleToCString()
|
D | runtime.cc | 77 using std::fpclassify; 7581 if ((fpclassify(x) == FP_ZERO) && (fpclassify(y) == FP_ZERO)) { in RUNTIME_FUNCTION()
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 209 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/ |
D | test_isa_2_07_part2.c | 838 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()
|
D | test_isa_2_06_part3.c | 483 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/ |
D | test_isa_2_07_part2.c | 838 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()
|
D | test_isa_2_06_part3.c | 483 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/ |
D | cmath | 142 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/ |
D | cmath.pass.cpp | 59 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/ |
D | SConstruct | 126 # 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/ |
D | logic-a64.cc | 128 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/ |
D | simulator-arm64.cc | 2777 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/ |
D | version_history.rst | 676 #. Fix ``fpclassify.h`` to work with the Android NDK and STLport.
|
/external/llvm/lib/Target/ |
D | README.txt | 2040 extended to support general "fpclassify" operations that can return
|