Home
last modified time | relevance | path

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

/freebsd-src/lib/msun/src/
H A De_fmodf.c28 fmodf(float x, float y) in fmodf() function
/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h136 __DEVICE__ float fmodf(float __a, float __b) { return __nv_fmodf(__a, __b); } in fmodf() function