Home
last modified time | relevance | path

Searched defs:fpclassify (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/include/
Dc99_math.h158 fpclassify(double x) in fpclassify() function
/external/virglrenderer/src/mesa/compat/
Dc99_math.h158 fpclassify(double x) in fpclassify() function
/external/clang/lib/Headers/
D__clang_cuda_cmath.h62 __DEVICE__ int fpclassify(float __x) { in fpclassify() function
66 __DEVICE__ int fpclassify(double __x) { in fpclassify() function
/external/musl/include/
Dmath.h68 #define fpclassify(x) ( \ macro
/external/libcxx/include/
Dmath.h391 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify() function
399 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify() function
407 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify() function
415 fpclassify(_A1 __lcpp_x) _NOEXCEPT in fpclassify() function
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp57 Ambiguous fpclassify(Ambiguous){ return Ambiguous(); } in fpclassify() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/
Dcmath.pass.cpp58 Ambiguous fpclassify(Ambiguous){ return Ambiguous(); } in fpclassify() function
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp59 Ambiguous fpclassify(Ambiguous){ return Ambiguous(); } in fpclassify() function
/external/cronet/buildtools/third_party/libc++/trunk/include/
Dmath.h387 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() function
392 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() function
/external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp58 Ambiguous fpclassify(Ambiguous){ return Ambiguous(); } in fpclassify() function
/external/ComputeLibrary/include/half/
Dhalf.hpp1843 static int fpclassify(half arg) in fpclassify() function
2711 inline int fpclassify(half arg) { return functions::fpclassify(arg); } in fpclassify() function
2712 inline int fpclassify(expr arg) { return functions::fpclassify(arg); } in fpclassify() function
/external/armnn/third-party/half/
Dhalf.hpp1845 static int fpclassify(half arg) in fpclassify() function
2713 inline int fpclassify(half arg) { return functions::fpclassify(arg); } in fpclassify() function
2714 inline int fpclassify(expr arg) { return functions::fpclassify(arg); } in fpclassify() function