Subversion Repositories NaviCtrl

Rev

Rev 293 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 293 Rev 330
Line 10... Line 10...
10
s16 c_cos_8192_res(s16 arg, s16 div);
10
s16 c_cos_8192_res(s16 arg, s16 div);
Line 11... Line 11...
11
 
11
 
12
// fast arctan implementation
12
// fast arctan implementation
Line -... Line 13...
-
 
13
s32 c_atan2_546(s32 y, s32 x);
-
 
14
 
-
 
15
// fast arccos implementation
13
s32 c_atan2_546(s32 y, s32 x);
16
s16 c_arccos2(s32 a,s32 b);