Home
last modified time | relevance | path

Searched refs:fast_atanf (Results 1 – 10 of 10) sorted by relevance

/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/include/machine/
H A Dfastmath.h58 float EXFUN(fast_atanf,(float));
81 #define atanf(x) fast_atanf(x)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/machine/
H A Dfastmath.h59 float EXFUN(fast_atanf,(float));
82 #define atanf(x) fast_atanf(x)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/include/machine/
H A Dfastmath.h59 float EXFUN(fast_atanf,(float));
82 #define atanf(x) fast_atanf(x)
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/machine/
H A Dfastmath.h59 float EXFUN(fast_atanf,(float));
82 #define atanf(x) fast_atanf(x)
/dports/audio/faust/faust-2.37.3/architecture/faust/dsp/
H A Dfastmath.cpp48 EXPORT float fast_atanf(float x) { return atanf(x); } in fast_atanf() function
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/machine/necv70/
H A Dnecv70.tex81 float fast_atanf(float); /* fatan.s */
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/necv70/
H A Dnecv70.tex81 float fast_atanf(float); /* fatan.s */
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/machine/necv70/
H A Dnecv70.tex81 float fast_atanf(float); /* fatan.s */
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/machine/necv70/
H A Dnecv70.tex81 float fast_atanf(float); /* fatan.s */
/dports/graphics/blender/blender-2.91.0/intern/cycles/util/
H A Dutil_math_fast.h310 ccl_device float fast_atanf(float x) in fast_atanf() function