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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_truncf.c 17 * truncf(x)
22 * Inexact flag raised if x not equal to truncf(x).
31 truncf(float x) function
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 149 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } function
  /external/mesa3d/src/mesa/main/
imports.h 148 static inline float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } function
  /external/bison/darwin-lib/
math.h 2282 # undef truncf macro
    [all...]
  /external/bison/lib/
math.in.h 1958 # define truncf macro
1968 _GL_CXXALIASWARN (truncf); variable
1970 # undef truncf macro
    [all...]
  /external/bison/linux-lib/
math.h 2282 # undef truncf macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 644 /// float truncf(float x);
645 truncf, enumerator in enum:llvm::LibFunc::Func
742 case LibFunc::trunc: case LibFunc::truncf: case LibFunc::truncl:

Completed in 272 milliseconds