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

/frameworks/native/opengl/libagl/
H A Dlight.cpp112 static inline int32_t clampF(GLfixed f) CONST;
113 int32_t clampF(GLfixed f) { function in namespace:android
121 return clampF(gglMulx((c->fog.end - ((z<0)?-z:z)), c->fog.invEndMinusStart));
126 return clampF(gglFloatToFixed(fastexpf(-e)));
131 return clampF(gglFloatToFixed(fastexpf(-e*e)));

Completed in 6 milliseconds