Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/msun/src/
De_fmodf.c31 fmodf(float x, float y) in fmodf() function
/freebsd-12-stable/contrib/libstdc++/libmath/
Dstubs.c209 fmodf(float x, float y) in fmodf() function
/freebsd-12-stable/contrib/libstdc++/
Dconfig.h.in893 # define fmodf _fmodf macro
/freebsd-12-stable/gnu/lib/libstdc++/
Dconfig.h908 # define fmodf _fmodf macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h136 __DEVICE__ float fmodf(float __a, float __b) { return __nv_fmodf(__a, __b); } in fmodf() function