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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dquad.c704 GLfloat cosCache1b[CACHE_SIZE]; local in function:gluSphere
763 cosCache1b[j] = radius * COS(angle);
811 zHigh = cosCache1b[1];
876 zHigh = cosCache1b[stacks-1];
943 zLow = cosCache1b[j];
944 zHigh = cosCache1b[j+1];
1035 costemp1 = cosCache1b[j];
1074 costemp1 = cosCache1b[j];
1147 costemp1 * sinCache1b[j], cosCache1b[j]);

Completed in 3 milliseconds