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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_roundf.c 33 roundf(float x) function
  /hardware/invensense/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/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
  /external/webkit/Source/JavaScriptCore/wtf/
MathExtras.h 119 static float roundf(float num) function
127 inline long long llroundf(float num) { return static_cast<long long>(roundf(num)); }
129 inline long lroundf(float num) { return static_cast<long>(roundf(num)); }
  /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 457 /// float roundf(float x);
458 roundf, enumerator in enum:llvm::LibFunc::Func

Completed in 1156 milliseconds