| /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/llvm-project/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 92 __DEVICE__ int isfinite(float __x) { return ::__finitef(__x); } in isfinite() function 93 __DEVICE__ int isfinite(double __x) { return ::__isfinited(__x); } in isfinite() function 103 __DEVICE__ bool isfinite(float __x) { return ::__finitef(__x); } in isfinite() function 107 __DEVICE__ bool isfinite(double __x) { return ::__isfinited(__x); } in isfinite() function
|
| D | __clang_hip_cmath.h | 48 __DEVICE__ bool isfinite(float __x) { return ::__finitef(__x); } in isfinite() function 49 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } in isfinite() function
|
| /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/skqp/tests/ |
| D | RectTest.cpp | 131 bool isfinite = r.setBoundsCheck(pts, n); in DEF_TEST() local
|
| /external/fonttools/Lib/fontTools/misc/ |
| D | py23.py | 52 isfinite = _math.isfinite variable
|
| /external/skia/tests/ |
| D | RectTest.cpp | 131 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/eigen/unsupported/test/mpreal/ |
| D | mpreal.h | 487 friend bool (isfinite) (const mpreal& v); variable
|
| /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/llvm-project/libcxx/include/ |
| D | math.h | 439 isfinite(_A1 __lcpp_x) _NOEXCEPT in isfinite() function 449 isfinite(_A1) _NOEXCEPT in isfinite() function
|
| /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/llvm-project/libcxx/test/std/numerics/c.math/ |
| D | cmath.pass.cpp | 59 Ambiguous isfinite(Ambiguous){ return Ambiguous(); } in isfinite() function
|
| /external/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
| D | math_h.pass.cpp | 58 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/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/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/eigen/test/ |
| D | main.h | 61 #define isfinite(X) please_protect_your_isfinite_with_parentheses macro
|
| /external/tensorflow/tensorflow/python/ops/numpy_ops/ |
| D | np_math_ops.py | 865 def isfinite(x): function
|
| /external/mesa3d/src/gallium/auxiliary/gallivm/ |
| D | lp_bld_arit.c | 3026 LLVMValueRef isfinite = lp_build_isfinite(bld, a); in lp_build_sin_or_cos() local
|