Searched refs:fixsub (Results 1 – 13 of 13) sorted by relevance
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ |
H A D | transformation.cpp | 84 fixed dx = fixsub(ftofix(point.x), ftofix(pivot.x)); in rotatePoint() 85 fixed dy = fixsub(ftofix(point.y), ftofix(pivot.y)); in rotatePoint() 87 fixtof(fixadd(ftofix(pivot.x), fixsub(fixmul(dx, cos), fixmul(dy, sin)))), in rotatePoint()
|
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/platform/ |
H A D | al386wat.h | 118 fixed fixsub(fixed x, fixed y); 120 #pragma aux fixsub = \
|
H A D | al386vc.h | 135 INLINE _AL_DLL fixed fixsub(fixed x, fixed y) in fixsub() function 150 END_OF_INLINE(fixsub);
|
H A D | al386gcc.h | 171 AL_INLINE(fixed, fixsub, (fixed x, fixed y),
|
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/ |
H A D | fixed.h | 40 extern fixed fixsub(fixed x, fixed y);
|
H A D | fixed.cpp | 65 fixed fixsub(fixed x, fixed y) { in fixsub() function
|
/dports/graphics/aseprite/aseprite-1.2.9/src/fixmath/ |
H A D | fixmath.h | 68 inline fixed fixsub(fixed x, fixed y) { in fixsub() function
|
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/inline/ |
H A D | fmaths.inl | 81 AL_INLINE(fixed, fixsub, (fixed x, fixed y),
|
/dports/devel/allegro/allegro-4.4.3.1/tests/ |
H A D | mathtest.c | 260 x = fixsub(calc_value, x); in work_out()
|
/dports/mail/assp/assp-1.9.9.14158/ASSP_1.9.9_14158_install/ASSP/ |
H A D | rebuildspamdb.pl | 936 $rcpt .= "\n".fixsub($1) if /\nsubject: (.*)/io; 1133 sub fixsub { subroutine
|
H A D | assp.pl | 28026 $sub = fixsub($val); 28115 sub fixsub { subroutine
|
/dports/devel/allegro/allegro-4.4.3.1/docs/src/ |
H A D | api._tx | 169 fsub (fixsub).
|
H A D | allegro._tx | 11875 @xref fixadd, fixsub, fixdiv 11899 @xref fixadd, fixsub, fixmul 11922 @xref fixsub, fixmul, fixdiv 11940 @@fixed @fixsub(fixed x, fixed y); 11951 result = fixsub(itofix(5000), itofix(35)); 11953 result = fixsub(itofix(-31000), itofix(3000)); 12048 dif = fixtof(fixsub(res_a, res_b));
|