Home
last modified time | relevance | path

Searched defs:hypotf (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/musl/src/math/i386/
H A Dhypotf.s1 .global hypotf symbol
3 hypotf: label
/aosp_15_r20/external/trusty/musl/src/math/i386/
Dhypotf.s1 .global hypotf symbol
3 hypotf: label
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
H A Dmod.rs140 mod hypotf; module
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
Dmod.rs140 mod hypotf; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
H A Dmod.rs140 mod hypotf; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
H A Dmod.rs140 mod hypotf; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
H A Dmod.rs140 mod hypotf; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Dhypotf.rs6 pub fn hypotf(mut x: f32, mut y: f32) -> f32 { in hypotf() function
H A Dmod.rs140 mod hypotf; module
/aosp_15_r20/external/trusty/musl/src/math/
Dhypotf.c4 float hypotf(float x, float y) in hypotf() function
/aosp_15_r20/external/musl/src/math/
H A Dhypotf.c4 float hypotf(float x, float y) in hypotf() function
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_hypotf.c20 hypotf(float x, float y) in hypotf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/
H A Dcmath.rs20 pub fn hypotf(x: f32, y: f32) -> f32; in hypotf() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/
H A Dcmath.rs20 pub fn hypotf(x: f32, y: f32) -> f32; in hypotf() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/
H A Dcmath.rs20 pub fn hypotf(x: f32, y: f32) -> f32; in hypotf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/
H A Dcmath.rs20 pub fn hypotf(x: f32, y: f32) -> f32; in hypotf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/
H A Dcmath.rs20 pub fn hypotf(x: f32, y: f32) -> f32; in hypotf() function
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp131 EXPORT_F32_FN_F32_F32(hypotf) in EXPORT_F32_FN_F32_F32() argument
/aosp_15_r20/external/llvm-libc/src/math/nvptx/
H A Dnvptx.h50 LIBC_INLINE float hypotf(float x, float y) { return __nv_hypotf(x, y); } in hypotf() function
/aosp_15_r20/out/soong/.intermediates/bionic/libm/libm.ndk/android_arm64_armv8-2a_cortex-a55_sdk_shared_22/gen/
Dstub.c103 void hypotf() {} in hypotf() function

123