Searched refs:__finite (Results 1 – 7 of 7) sorted by relevance
76 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } in isfinite()
804 __RETURN_TYPE __finite(double __x) { return __ocml_isfinite_f64(__x); }1228 #define isfinite(__x) _Generic((__x), float : __finitef, double : __finite)(__x)
49 __DEVICE__ bool isfinite(double __x) { return ::__finite(__x); } in isfinite()
224 __DEVICE__ int __finite(double __a) { return __nv_isfinited(__a); } in __finite() function
1175 // glibc's math.h generates calls to __finite1176 LIBBUILTIN(__finite, "id", "fnc", "math.h", ALL_LANGUAGES)
614 fun:__finite=uninstrumented