Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/
Dmath.h392 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(float __x) _NOEXCEPT { in fpclassify() function
397 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(double __x) _NOEXCEPT { in fpclassify() function
402 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(long double __x) _NOEXCEPT { in fpclassify() function
407 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI int fpclassify(_A1 __x) _NOEXCEPT { in fpclassify() function
/external/sdv/vsomeip/third_party/boost/core/include/boost/core/
Dcmath.hpp79 inline int fpclassify( float x ) in fpclassify() function
104 inline int fpclassify( double x ) in fpclassify() function
134 inline int fpclassify( long double x ) in fpclassify() function
/external/mesa3d/include/
Dc99_math.h150 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/trusty/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/third_party/libc++/src/test/std/numerics/c.math/
Dcmath.pass.cpp62 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/third_party/libc++/src/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp62 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