HomeSort by relevance Sort by last modified time
    Searched defs:roundf (Results 1 - 5 of 5) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_roundf.c 34 roundf(float x) function
  /device/google/contexthub/firmware/lib/libm/
sf_round.c 15 float roundf(float x) function
17 float roundf(x)
71 return (double) roundf((float) x);
  /bionic/libm/
builtins.cpp 58 float roundf(float x) { return __builtin_roundf(x); } function
  /hardware/invensense/6515/libsensors_iio/software/core/driver/include/
mlmath.h 23 #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
  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mlmath.h 23 #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

Completed in 145 milliseconds