Home
last modified time | relevance | path

Searched refs:fixsub (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dtransformation.cpp84 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 Dal386wat.h118 fixed fixsub(fixed x, fixed y);
120 #pragma aux fixsub = \
H A Dal386vc.h135 INLINE _AL_DLL fixed fixsub(fixed x, fixed y) in fixsub() function
150 END_OF_INLINE(fixsub);
H A Dal386gcc.h171 AL_INLINE(fixed, fixsub, (fixed x, fixed y),
/dports/games/scummvm/scummvm-2.5.1/engines/ags/lib/allegro/
H A Dfixed.h40 extern fixed fixsub(fixed x, fixed y);
H A Dfixed.cpp65 fixed fixsub(fixed x, fixed y) { in fixsub() function
/dports/graphics/aseprite/aseprite-1.2.9/src/fixmath/
H A Dfixmath.h68 inline fixed fixsub(fixed x, fixed y) { in fixsub() function
/dports/devel/allegro/allegro-4.4.3.1/include/allegro/inline/
H A Dfmaths.inl81 AL_INLINE(fixed, fixsub, (fixed x, fixed y),
/dports/devel/allegro/allegro-4.4.3.1/tests/
H A Dmathtest.c260 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 Drebuildspamdb.pl936 $rcpt .= "\n".fixsub($1) if /\nsubject: (.*)/io;
1133 sub fixsub { subroutine
H A Dassp.pl28026 $sub = fixsub($val);
28115 sub fixsub { subroutine
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dapi._tx169 fsub (fixsub).
H A Dallegro._tx11875 @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));