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

/xsrc/external/mit/glu/dist/src/libutil/
H A Dquad.c703 GLfloat sinCache1b[CACHE_SIZE]; local in function:gluSphere
762 sinCache1b[j] = radius * SIN(angle);
766 sinCache1b[0] = 0;
767 sinCache1b[stacks] = 0;
810 sintemp2 = sinCache1b[1];
875 sintemp2 = sinCache1b[stacks-1];
945 sintemp1 = sinCache1b[j];
946 sintemp2 = sinCache1b[j+1];
1034 sintemp1 = sinCache1b[j];
1073 sintemp1 = sinCache1b[
[all...]

Completed in 3 milliseconds