Home
last modified time | relevance | path

Searched refs:__isfinited (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h93 __DEVICE__ int isfinite(double __x) { return ::__isfinited(__x); } in isfinite()
107 __DEVICE__ bool isfinite(double __x) { return ::__isfinited(__x); } in isfinite()
H A D__clang_cuda_device_functions.h436 __DEVICE__ int __isfinited(double __a) { return __nv_isfinited(__a); } in __isfinited() function