Lines Matching defs:v
114 bool isZerof(GLfloat v) { in isZerof()
127 bool isOnef(GLfloat v) { in isOnef()
131 int isZeroOrNegativef(GLfloat v) { in isZeroOrNegativef()
144 int exponent(GLfloat v) { in exponent()
153 int32_t mantissa(GLfloat v) { in mantissa()
166 GLfloat clampToZerof(GLfloat v) { in clampToZerof()
180 GLfloat reciprocalf(GLfloat v) { in reciprocalf()
185 GLfloat rsqrtf(GLfloat v) { in rsqrtf()
190 GLfloat sqrf(GLfloat v) { in sqrf()
195 GLfloat addExpf(GLfloat v, int e) { in addExpf()
207 GLfloat mul2f(GLfloat v) { in mul2f()
215 GLfloat div2f(GLfloat v) { in div2f()
223 GLfloat absf(GLfloat v) { in absf()