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

/frameworks/native/opengl/libagl/
H A Dfp.h48 inline bool isZerof(GLfloat) CONST;
114 bool isZerof(GLfloat v) { function in namespace:android::gl
140 return isZerof(v) | (i>>31);

Completed in 196 milliseconds