OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isZerof
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libagl/
fp.h
48
inline bool
isZerof
(GLfloat) CONST;
114
bool
isZerof
(GLfloat v) {
140
return
isZerof
(v) | (i>>31);
matrix.cpp
242
*xp++ =
isZerof
(f) ? 0 : gglFloatToFixed(f);
340
if (isOnef(x) &&
isZerof
(y) &&
isZerof
(z)) {
346
} else if (
isZerof
(x) && isOnef(y) &&
isZerof
(z)) {
352
} else if (
isZerof
(x) &&
isZerof
(y) && isOnef(z)) {
Completed in 445 milliseconds