Home
last modified time | relevance | path

Searched defs:roundf (Results 1 – 3 of 3) sorted by relevance

/external/bison/lib/
Dmath.in.h1754 # define roundf rpl_roundf macro
/external/skia/samplecode/
DSampleRegion.cpp120 inline float roundf(float x) { return (x-floor(x))>0.5 ? ceil(x) : floor(x); } in roundf() function
/external/mesa3d/src/gallium/auxiliary/util/
Du_math.h132 roundf(float x) in roundf() function