Home
last modified time | relevance | path

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

/aosp12/bionic/libm/upstream-freebsd/lib/msun/src/
H A Ds_roundf.c36 roundf(float x) in roundf() function
/aosp12/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
/aosp12/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
/aosp12/bionic/libm/
H A Dbuiltins.cpp67 float roundf(float x) { return __builtin_roundf(x); } in roundf() function
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuRuntimeMath.cpp146 EXPORT_F32_FN_F32(roundf) in EXPORT_F32_FN_F32() argument
/aosp12/bionic/tests/
H A Dmath_test.cpp1212 TEST(MATH_TEST, roundf) { in TEST() argument