Home
last modified time | relevance | path

Searched refs:__ieee754_atan2f (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libm/math/
H A Def_atan2.c32 __strong_reference(__ieee754_atan2f, atan2f);
36 float __ieee754_atan2f(float y, float x) in __ieee754_atan2f() function
38 float __ieee754_atan2f(y,x) in __ieee754_atan2f()
H A Dwf_atan2.c32 return __ieee754_atan2f(y,x);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Dwf_atan2.c32 return __ieee754_atan2f(y,x);
36 z = __ieee754_atan2f(y,x);
H A Def_atan2.c32 float __ieee754_atan2f(float y, float x) in __ieee754_atan2f() function
34 float __ieee754_atan2f(y,x) in __ieee754_atan2f()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libm/math/
H A Dwf_atan2.c32 return __ieee754_atan2f(y,x);
36 z = __ieee754_atan2f(y,x);
H A Def_atan2.c32 float __ieee754_atan2f(float y, float x) in __ieee754_atan2f() function
34 float __ieee754_atan2f(y,x) in __ieee754_atan2f()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libm/math/
H A Def_atan2.c32 float __ieee754_atan2f(float y, float x) in __ieee754_atan2f() function
34 float __ieee754_atan2f(y,x) in __ieee754_atan2f()
H A Dwf_atan2.c31 return __ieee754_atan2f(y,x);
/dports/games/spring/spring_98.0/rts/lib/streflop/libm/flt-32/
H A De_atan2f.cpp38 Simple __ieee754_atan2f(Simple y, Simple x) in __ieee754_atan2f() function
40 Simple __ieee754_atan2f(y,x) in __ieee754_atan2f()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/streflop/libm/flt-32/
H A De_atan2f.cpp38 Simple __ieee754_atan2f(Simple y, Simple x) in __ieee754_atan2f() function
40 Simple __ieee754_atan2f(y,x) in __ieee754_atan2f()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/cmath/
H A Dmath_private.h220 #define __ieee754_atan2f atan2f macro
240 extern float __ieee754_atan2f (float,float);
H A Ds_clog10f.c47 __imag__ result = M_LOG10E * __ieee754_atan2f (__imag__ x, __real__ x); in __clog10f()
H A Ds_clogf.c47 __imag__ result = __ieee754_atan2f (__imag__ x, __real__ x); in __clogf()
H A Ds_catanhf.c75 __imag__ res = 0.5 * __ieee754_atan2f (2.0 * __imag__ x, den); in __catanhf()
H A Ds_catanf.c72 __real__ res = 0.5 * __ieee754_atan2f (2.0 * __real__ x, den); in __catanf()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/linux/cmath/
H A Dmath_private.h220 #define __ieee754_atan2f atan2f macro
240 extern float __ieee754_atan2f (float,float);
H A Ds_clogf.c47 __imag__ result = __ieee754_atan2f (__imag__ x, __real__ x); in __clogf()
H A Ds_clog10f.c47 __imag__ result = M_LOG10E * __ieee754_atan2f (__imag__ x, __real__ x); in __clog10f()
H A Ds_catanhf.c75 __imag__ res = 0.5 * __ieee754_atan2f (2.0 * __imag__ x, den); in __catanhf()
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/linux/cmath/
H A Dmath_private.h216 #define __ieee754_atan2f atan2f macro
236 extern float __ieee754_atan2f (float,float);
H A Ds_clogf.c47 __imag__ result = __ieee754_atan2f (__imag__ x, __real__ x); in __clogf()
H A Ds_clog10f.c47 __imag__ result = M_LOG10E * __ieee754_atan2f (__imag__ x, __real__ x); in __clog10f()
H A Ds_catanhf.c75 __imag__ res = 0.5 * __ieee754_atan2f (2.0 * __imag__ x, den); in __catanhf()
H A Ds_catanf.c72 __real__ res = 0.5 * __ieee754_atan2f (2.0 * __real__ x, den); in __catanf()
/dports/math/openlibm/openlibm-0.8.0/src/
H A De_atan2f.c34 __ieee754_atan2f(float y, float x) in __ieee754_atan2f() function

12