Home
last modified time | relevance | path

Searched defs:atan2f (Results 26 – 50 of 261) sorted by relevance

1234567891011

/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/libm-0.1.4/src/math/
H A Datan2f.rs29 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/dports/net/quiche/quiche-0.9.0/cargo-crates/libm-0.2.1/src/math/
H A Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/math/
H A Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.1.4/src/math/
H A Datan2f.rs29 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/libm-0.2.1/src/math/
H A Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/math/
H A Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/math/
H A Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/dports/lang/rust/rustc-1.58.1-src/vendor/compiler_builtins/libm/src/math/
H A Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/dports/devel/emscripten/emscripten-2.0.3/system/lib/libc/musl/src/math/
H A Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/math/
H A Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/dports/net/oha/oha-0.4.7/cargo-crates/libm-0.2.1/src/math/
H A Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/dports/lang/rust/rustc-1.58.1-src/vendor/libm/src/math/
H A Datan2f.rs29 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/libm-0.2.1/src/math/
H A Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
/dports/lang/micropython/micropython-1.17/lib/libm/
H A Datan2f.c28 float atan2f(float y, float x) in atan2f() function
/dports/graphics/gliv/gliv-1.9.7/src/include/
H A Dmath_floats.h23 #define atan2f atan2 macro
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/windows/
H A Dcmath.rs37 pub fn atan2f(a: c_float, b: c_float) -> c_float; in atan2f() function
64 pub unsafe fn atan2f(n: c_float, b: c_float) -> c_float { in atan2f() function
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/R/
H A Datan2f.c250 atan2f(float fy, float fx) in atan2f() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dfloating_fudge.h81 static __inline__ float atan2f(float y, float x) in atan2f() function
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dfloating_fudge.h81 static __inline__ float atan2f(float y, float x) in atan2f() function
/dports/games/scorched3d/scorched/src/common/common/
H A DDefinesMath.h45 #define atan2f(x,y) ((float)atan2(x,y)) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libav/libavutil/
H A Dmathematics.h39 #ifndef INFINITY
/dports/multimedia/mkclean/mkclean-0.8.7/corec/corec/libc/wince/
H A Dmath.h46 #define atan2f(x,y) ((float)atan2(x,y)) macro
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/corec/corec/libc/wince/
H A Dmath.h46 #define atan2f(x,y) ((float)atan2(x,y)) macro
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/corec/corec/libc/wince/
H A Dmath.h46 #define atan2f(x,y) ((float)atan2(x,y)) macro

1234567891011