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

  /bionic/libm/x86/
truncf.S 33 ENTRY(truncf) function
39 END(truncf)
  /bionic/libm/arm64/
trunc.S 24 ENTRY(truncf) function
27 END(truncf)
  /bionic/libm/x86_64/
truncf.S 33 ENTRY(truncf) function
36 END(truncf)
  /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/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...]

Completed in 241 milliseconds