Home
last modified time | relevance | path

Searched defs:__iptr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_hip_cmath.h99 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf()
H A D__clang_cuda_cmath.h160 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf()