Searched refs:floor_t0 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_execute.c587 GLfloat t[4], q[4], floor_t0; local in function:_mesa_execute_program
589 floor_t0 = floorf(t[0]);
590 if (floor_t0 > FLT_MAX_EXP) {
594 else if (floor_t0 < FLT_MIN_EXP) {
599 q[0] = ldexpf(1.0, (int) floor_t0);
606 q[1] = t[0] - floor_t0;
/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_execute.c587 GLfloat t[4], q[4], floor_t0; local in function:_mesa_execute_program
589 floor_t0 = floorf(t[0]);
590 if (floor_t0 > FLT_MAX_EXP) {
594 else if (floor_t0 < FLT_MIN_EXP) {
599 q[0] = ldexpf(1.0, (int) floor_t0);
606 q[1] = t[0] - floor_t0;

Completed in 4 milliseconds