Home
last modified time | relevance | path

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

/openbsd/src/lib/libm/src/
Ds_cosf.c20 cosf(float x) in cosf() function
/openbsd/src/gnu/lib/libstdc++/libstdc++/libmath/
Dstubs.c56 cosf(float x) in cosf() function
Dmathconf.h275 # define cosf(x) cos (x) macro
/openbsd/src/gnu/gcc/libstdc++-v3/libmath/
Dstubs.c141 cosf(float x) in cosf() function
Dmathconf.h270 # define cosf(x) cos (x) macro
/openbsd/src/gnu/lib/libstdc++/libstdc++/
Dconfig.h.in861 # define cosf _cosf macro
Dacconfig.h203 # define cosf _cosf macro
/openbsd/src/gnu/lib/libstdc++-v3/
Dconfig.h832 # define cosf _cosf macro
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_math.h83 __DEVICE__ float cosf(float __a) { in cosf() function