Home
last modified time | relevance | path

Searched refs:abs_t0 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_execute.c1055 GLfloat t[4], q[4], abs_t0; in _mesa_execute_program() local
1057 abs_t0 = FABSF(t[0]); in _mesa_execute_program()
1058 if (abs_t0 != 0.0F) { in _mesa_execute_program()
1064 if (abs_t0 == __MAXFLOAT) in _mesa_execute_program()
1066 if (IS_INF_OR_NAN(abs_t0)) in _mesa_execute_program()