Home
last modified time | relevance | path

Searched refs:radtofix_r (Results 1 – 6 of 6) sorted by relevance

/dports/devel/allegro/allegro-4.4.3.1/include/allegro/
H A Dfixed.h31 AL_VAR(AL_CONST fixed, radtofix_r);
/dports/graphics/aseprite/aseprite-1.2.9/src/fixmath/
H A Dfixmath.cpp18 const fixed radtofix_r = (fixed)2670177; // 256/2pi variable
H A Dfixmath.h17 extern const fixed radtofix_r;
/dports/devel/allegro/allegro-4.4.3.1/src/
H A Dmath.c288 AL_CONST fixed radtofix_r = (fixed)2670177; /* 256/2pi */ variable
/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dtransformation.cpp80 fixangle = fixmul(fixangle, radtofix_r); in rotatePoint()
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx11976 @xref fixmul, radtofix_r
11987 @@extern const fixed @radtofix_r;
11995 binary_angle = fixmul(rad_angle, radtofix_r);<endblock>