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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c889 GLfloat t[4], q[4], floor_t0; local
891 floor_t0 = FLOORF(t[0]);
892 if (floor_t0 > FLT_MAX_EXP) {
896 else if (floor_t0 < FLT_MIN_EXP) {
901 q[0] = LDEXPF(1.0, (int) floor_t0);
908 q[1] = t[0] - floor_t0;
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c889 GLfloat t[4], q[4], floor_t0; local
891 floor_t0 = FLOORF(t[0]);
892 if (floor_t0 > FLT_MAX_EXP) {
896 else if (floor_t0 < FLT_MIN_EXP) {
901 q[0] = LDEXPF(1.0, (int) floor_t0);
908 q[1] = t[0] - floor_t0;

Completed in 49 milliseconds