tangle             29 modules/cordic_math.c static void cordic(tangle t, fcordic f, fixed *x, fixed *y, fixed *z) {
tangle             87 modules/cordic_math.c static void sincosCordic(tangle t, fixed phi, fixed *sinphi, fixed *cosphi) {
tangle            106 modules/cordic_math.c static void atanhypCordic(tangle t, fixed px, fixed py, fixed *phi, fixed *hyp) {
tangle            146 modules/cordic_math.c static fixed sinCordic(tangle t, fixed phi) {
tangle            152 modules/cordic_math.c static fixed cosCordic(tangle t, fixed phi) {
tangle            158 modules/cordic_math.c static fixed tanCordic(tangle t, fixed phi) {
tangle            164 modules/cordic_math.c static void recCordic(tangle t, fixed r, fixed theta, fixed *px, fixed *py) {
tangle            172 modules/cordic_math.c static fixed asinCordic(tangle t, fixed x) {
tangle            179 modules/cordic_math.c static fixed acosCordic(tangle t, fixed x) {
tangle            186 modules/cordic_math.c static fixed atanCordic(tangle t, fixed x) {
tangle            192 modules/cordic_math.c static void polCordic(tangle t, fixed px, fixed py, fixed *r, fixed *theta) {