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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_roundf.c 33 roundf(float x) function
  /hardware/invensense/60xx/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/60xx/mlsdk/platform/include/
mlmath.h 35 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
71 #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
  /external/chromium_org/third_party/WebKit/Source/wtf/
MathExtras.h 123 static float roundf(float num) function
131 inline long long llroundf(float num) { return static_cast<long long>(roundf(num)); }
133 inline long lroundf(float num) { return static_cast<long>(roundf(num)); }
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 132 roundf(float x) function
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 132 roundf(float x) function
  /external/bison/darwin-lib/
math.h 2078 # undef roundf macro
    [all...]
  /external/bison/lib/
math.in.h 1753 # undef roundf macro
1754 # define roundf macro
1764 _GL_CXXALIASWARN (roundf); variable
1766 # undef roundf macro
    [all...]
  /external/bison/linux-lib/
math.h 2078 # undef roundf macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 469 /// float roundf(float x);
470 roundf, enumerator in enum:llvm::LibFunc::Func
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js 3694 function roundf(sp) function
    [all...]

Completed in 3272 milliseconds