Home
last modified time | relevance | path

Searched defs:cosf (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/lib/msun/src/
Ds_cosf.c39 cosf(float x) in cosf() function
/freebsd-12-stable/contrib/libstdc++/libmath/
Dstubs.c141 cosf(float x) in cosf() function
Dmathconf.h270 # define cosf(x) cos (x) macro
/freebsd-12-stable/contrib/libstdc++/
Dconfig.h.in828 # define cosf _cosf macro
/freebsd-12-stable/gnu/lib/libstdc++/
Dconfig.h843 # define cosf _cosf macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h83 __DEVICE__ float cosf(float __a) { in cosf() function