Home
last modified time | relevance | path

Searched defs:NORMALISE (Results 1 – 11 of 11) sorted by path

/dports/archivers/bzip/bzip-0.21/
H A Dbzip.c1434 INLINE Int32 NORMALISE ( Int32 p ) in NORMALISE() function
/dports/devel/p5-Algorithm-Cron/Algorithm-Cron-0.10/lib/Algorithm/
H A DCron.pm198 use constant { EXTRACT => 0, BUILD => 1, NORMALISE => 2 }; constant
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dshade.h81 #define NORMALISE(v0x, v0y, v0z) … macro
/dports/math/givaro/givaro-4.1.1/src/kernel/ring/
H A Dmodular-balanced-double.inl16 #define NORMALISE(x) \ macro
H A Dmodular-balanced-float.inl16 #define NORMALISE(x) \ macro
H A Dmodular-balanced-int32.inl16 #define NORMALISE(x) \ macro
H A Dmodular-balanced-int64.inl16 #define NORMALISE(x) \ macro
/dports/math/symmetrica/symmetrica-e29c85915f368d6fb2f89d703b6695ff29ab9eae/src/
H A Dhiccup.c26 #define NORMALISE 1 /* if 1, monopolies are tidied up wrt roots of unity */ macro
/dports/math/sympow/sympow-7fd4d97cabc07951200b98ee841afc4151c2c287/
H A Dec_ap.c20 #define NORMALISE(x,p) while ((x)>=(p)) (x)-=(p); while ((x)<0) (x)+=(p) macro
H A Dec_ap_bsgs.c13 #define NORMALISE(x,p) while ((x)>=(p)) (x)-=(p); while ((x)<0) (x)+=(p) macro
H A Dec_ap_large.c24 #define NORMALISE(x,p) while ((x)>=(p)) (x)-=(p); while ((x)<0) (x)+=(p) macro