Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_hip_cmath.h149 __DEVICE__ __CONSTEXPR__ float modf(float __x, float *__iptr) { in modf()
H A D__clang_cuda_cmath.h160 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); } in modf()