Searched defs:truncf (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dimports.h150 static INLINE float truncf(float x) { return x < 0.0f ? ceilf(x) : floorf(x); } function
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h204 /// float truncf(float x);
205 truncf, enumerator in enum:llvm::LibFunc::Func

Completed in 89 milliseconds