| /external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | compatibility.inl | 10 GLM_FUNC_QUALIFIER bool isfinite( function 28 GLM_FUNC_QUALIFIER tvec1<bool, P> isfinite( function 36 GLM_FUNC_QUALIFIER tvec2<bool, P> isfinite( function 45 GLM_FUNC_QUALIFIER tvec3<bool, P> isfinite( function 55 GLM_FUNC_QUALIFIER tvec4<bool, P> isfinite( function
|
| /external/pigweed/pw_minimal_cpp_stdlib/public/internal/ |
| D | cmath.h | 35 inline bool isfinite(float value) { return __builtin_isfinite(value); } in isfinite() function 36 inline bool isfinite(double value) { return __builtin_isfinite(value); } in isfinite() function 37 inline bool isfinite(long double value) { return __builtin_isfinite(value); } in isfinite() function
|
| /external/ComputeLibrary/support/ |
| D | ToolchainSupport.h | 298 inline bool isfinite(T value) in isfinite() function 303 inline bool isfinite(half_float::half value) in isfinite() function 308 inline bool isfinite(bfloat16 value) in isfinite() function
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | py23.py | 54 isfinite = _math.isfinite variable
|
| /external/jsoncpp/src/lib_json/ |
| D | json_writer.cpp | 29 #define isfinite std::isfinite macro 44 #define isfinite _finite macro 56 #define isfinite finite macro 63 #define isfinite(x) \ macro 76 #define isfinite finite macro
|
| /external/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 75 __DEVICE__ bool isfinite(float __x) { return ::__finitef(__x); } in isfinite() function 76 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } in isfinite() function
|
| /external/musl/include/ |
| D | math.h | 88 #define isfinite(x) ( \ macro
|
| /external/skia/tests/ |
| D | RectTest.cpp | 142 bool isfinite = r.setBoundsCheck(pts, n); in DEF_TEST() local
|
| /external/OpenCL-CTS/test_common/harness/ |
| D | compat.h | 142 #define isfinite(x) _finite(x) macro
|
| /external/protobuf/conformance/third_party/jsoncpp/ |
| D | jsoncpp.cpp | 3990 #define isfinite _finite macro 3994 #define isfinite finite macro 3999 #define isfinite finite macro 4004 #define isfinite(x) ((sizeof(x) == sizeof(float) ? \ macro 4008 #define isfinite finite macro 4014 #define isfinite std::isfinite macro 4034 #define isfinite _finite macro
|
| /external/cronet/third_party/protobuf/conformance/third_party/jsoncpp/ |
| D | jsoncpp.cpp | 3990 #define isfinite _finite macro 3994 #define isfinite finite macro 3999 #define isfinite finite macro 4004 #define isfinite(x) ((sizeof(x) == sizeof(float) ? \ macro 4008 #define isfinite finite macro 4014 #define isfinite std::isfinite macro 4034 #define isfinite _finite macro
|
| /external/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 58 Ambiguous isfinite(Ambiguous){ return Ambiguous(); } in isfinite() function
|
| /external/libcxx/include/ |
| D | math.h | 439 isfinite(_A1 __lcpp_x) _NOEXCEPT in isfinite() function 449 isfinite(_A1) _NOEXCEPT in isfinite() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 59 Ambiguous isfinite(Ambiguous){ return Ambiguous(); } in isfinite() function
|
| /external/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 60 Ambiguous isfinite(Ambiguous){ return Ambiguous(); } in isfinite() function
|
| /external/cronet/buildtools/third_party/libc++/trunk/include/ |
| D | math.h | 403 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isfinite(_A1 __x) _N… in isfinite() function 409 _LIBCPP_NODISCARD_EXT _LIBCPP_CONSTEXPR_SINCE_CXX23 _LIBCPP_HIDE_FROM_ABI bool isfinite(_A1) _NOEXC… in isfinite() function
|
| /external/eigen/test/ |
| D | main.h | 95 #define isfinite(X) please_protect_your_isfinite_with_parentheses macro
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 59 Ambiguous isfinite(Ambiguous){ return Ambiguous(); } in isfinite() function
|
| /external/deqp-deps/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
| D | jsoncpp.cpp | 3957 #define isfinite _finite macro 3960 #define isfinite finite macro 3963 #define isfinite std::isfinite macro 3976 #define isfinite _finite macro
|
| /external/shaderc/spirv-headers/tools/buildHeaders/jsoncpp/dist/ |
| D | jsoncpp.cpp | 3957 #define isfinite _finite macro 3960 #define isfinite finite macro 3963 #define isfinite std::isfinite macro 3976 #define isfinite _finite macro
|
| /external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/ |
| D | jsoncpp.cpp | 3957 #define isfinite _finite macro 3960 #define isfinite finite macro 3963 #define isfinite std::isfinite macro 3976 #define isfinite _finite macro
|
| /external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/jsoncpp/dist/ |
| D | jsoncpp.cpp | 3957 #define isfinite _finite macro 3960 #define isfinite finite macro 3963 #define isfinite std::isfinite macro 3976 #define isfinite _finite macro
|
| /external/ComputeLibrary/include/half/ |
| D | half.hpp | 1853 static bool isfinite(half arg) { return (arg.data_&0x7C00) != 0x7C00; } in isfinite() function 2719 inline bool isfinite(half arg) { return functions::isfinite(arg); } in isfinite() function 2720 inline bool isfinite(expr arg) { return functions::isfinite(arg); } in isfinite() function
|
| /external/armnn/third-party/half/ |
| D | half.hpp | 1855 static bool isfinite(half arg) { return (arg.data_&0x7C00) != 0x7C00; } in isfinite() function 2721 inline bool isfinite(half arg) { return functions::isfinite(arg); } in isfinite() function 2722 inline bool isfinite(expr arg) { return functions::isfinite(arg); } in isfinite() function
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_math_ops.py | 860 def isfinite(x): function
|