Searched refs:floor_t0 (Results 1 – 1 of 1) sorted by relevance
889 GLfloat t[4], q[4], floor_t0; in _mesa_execute_program() local891 floor_t0 = FLOORF(t[0]); in _mesa_execute_program()892 if (floor_t0 > FLT_MAX_EXP) { in _mesa_execute_program()896 else if (floor_t0 < FLT_MIN_EXP) { in _mesa_execute_program()901 q[0] = LDEXPF(1.0, (int) floor_t0); in _mesa_execute_program()908 q[1] = t[0] - floor_t0; in _mesa_execute_program()