int_cos 125 tests/audiogen.c v = (int_cos(a) * 10000) >> FRAC_BITS; int_cos 134 tests/audiogen.c v = (int_cos(a) * 10000) >> FRAC_BITS; int_cos 163 tests/audiogen.c v = (int_cos(taba[j]) * 10000) >> FRAC_BITS; int_cos 175 tests/audiogen.c amp = ((FRAC_ONE + int_cos(ampa)) * 5000) >> FRAC_BITS; int_cos 178 tests/audiogen.c v = (int_cos(a) * amp) >> FRAC_BITS; int_cos 220 tests/videogen.c dx = int_cos(num * FRAC_ONE / 50) * 35; int_cos 221 tests/videogen.c dy = int_cos(num * FRAC_ONE / 50 + FRAC_ONE / 10) * 30; int_cos 278 tests/videogen.c printf("cos(%d)=%d\n", i, int_cos(i));