Home
last modified time | relevance | path

Searched defs:roundf (Results 1 – 25 of 62) sorted by relevance

123

/aosp_15_r20/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlmath.h23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
59 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
/aosp_15_r20/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlmath.h23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
59 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
/aosp_15_r20/external/trusty/musl/src/math/s390x/
Droundf.c5 float roundf(float x) in roundf() function
/aosp_15_r20/external/musl/src/math/s390x/
H A Droundf.c5 float roundf(float x) in roundf() function
/aosp_15_r20/external/musl/src/math/powerpc64/
H A Droundf.c5 float roundf(float x) in roundf() function
/aosp_15_r20/external/trusty/musl/src/math/aarch64/
Droundf.c3 float roundf(float x) in roundf() function
/aosp_15_r20/external/musl/src/math/aarch64/
H A Droundf.c3 float roundf(float x) in roundf() function
/aosp_15_r20/external/trusty/musl/src/math/powerpc64/
Droundf.c5 float roundf(float x) in roundf() function
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_roundf.c33 roundf(float x) in roundf() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Droundf.rs6 pub fn roundf(x: f32) -> f32 { in roundf() function
H A Dmod.rs176 mod roundf; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Droundf.rs6 pub fn roundf(x: f32) -> f32 { in roundf() function
H A Dmod.rs176 mod roundf; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Droundf.rs6 pub fn roundf(x: f32) -> f32 { in roundf() function
H A Dmod.rs176 mod roundf; module
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Droundf.rs6 pub fn roundf(x: f32) -> f32 { in roundf() function
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Droundf.rs6 pub fn roundf(x: f32) -> f32 { in roundf() function
Dmod.rs176 mod roundf; module
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Droundf.rs6 pub fn roundf(x: f32) -> f32 { in roundf() function
H A Dmod.rs176 mod roundf; module
/aosp_15_r20/device/google/contexthub/firmware/lib/libm/
Dsf_round.c15 float roundf(float x) in roundf() function
/aosp_15_r20/external/liblc3/wasm/
H A Dmath.h27 static inline float roundf(float x) in roundf() function
/aosp_15_r20/external/trusty/musl/src/math/
Droundf.c12 float roundf(float x) in roundf() function
/aosp_15_r20/external/musl/src/math/
H A Droundf.c12 float roundf(float x) in roundf() function
/aosp_15_r20/bionic/libm/
H A Dbuiltins.cpp89 float roundf(float x) { return __builtin_roundf(x); } in roundf() function

123