int_cos           186 tests/audiogen.c         v = (int_cos(a) * 10000) >> FRAC_BITS;
int_cos           195 tests/audiogen.c         v = (int_cos(a) * 10000) >> FRAC_BITS;
int_cos           224 tests/audiogen.c             v = (int_cos(taba[j]) * 10000) >> FRAC_BITS;
int_cos           236 tests/audiogen.c             amp = ((FRAC_ONE + int_cos(ampa)) * 5000) >> FRAC_BITS;
int_cos           239 tests/audiogen.c             v = (int_cos(a) * amp) >> FRAC_BITS;
int_cos            99 tests/videogen.c     dx = int_cos(num * FRAC_ONE / 50) * 35;
int_cos           100 tests/videogen.c     dy = int_cos(num * FRAC_ONE / 50 + FRAC_ONE / 10) * 30;