Searched refs:_glmAbs (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/objviewer/
H A Dglm.c74 /* _glmAbs: returns the absolute value of a float */
76 _glmAbs(float f) function in typeref:typename:float
145 if (_glmAbs(u[0] - v[0]) < epsilon &&
146 _glmAbs(u[1] - v[1]) < epsilon &&
147 _glmAbs(u[2] - v[2]) < epsilon)
864 w = _glmAbs(maxx) + _glmAbs(minx);
865 h = _glmAbs(maxy) + _glmAbs(miny);
866 d = _glmAbs(max
[all...]

Completed in 2 milliseconds