Home
last modified time | relevance | path

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

/openbsd-src/lib/libm/src/
H A De_atan2f.c28 atan2f(float y, float x) in atan2f() function
/openbsd-src/gnu/lib/libstdc++/libstdc++/libmath/
H A Dstubs.c39 atan2f(float x, float y) in atan2f() function
/openbsd-src/gnu/gcc/libstdc++-v3/libmath/
H A Dstubs.c107 atan2f(float x, float y) in atan2f() function
/openbsd-src/gnu/lib/libstdc++-v3/
H A Dconfig.h792 # define atan2f _atan2f macro
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h68 __DEVICE__ float atan2f(float __a, float __b) { return __nv_atan2f(__a, __b); } in atan2f() function