Home
last modified time | relevance | path

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

/third_party/musl/src/math/i386/
Datan2f.s1 .global atan2f symbol
3 atan2f: label
/third_party/musl/src/math/
Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/third_party/musl/porting/liteos_a/kernel/src/math/
Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/third_party/ffmpeg/libavutil/
Dlibm.h45 #define atan2f(y, x) ((float)atan2(y, x)) macro
/third_party/glib/glib/gnulib/
Dgnulib_math.h.in359 # define atan2f rpl_atan2f macro