Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libm/machine/spu/
Dw_atan2.c40 double atan2(double y, double x) in atan2() function
/picolibc-latest/newlib/libc/machine/x86/machine/
Dfastmath.h79 #define atan2(__y,__x) _f_atan2((__y),(__x)) macro