Home
last modified time | relevance | path

Searched defs:Q_max (Results 1 – 5 of 5) sorted by relevance

/dports/games/openjk/OpenJK-07675e2/shared/qcommon/
H A Dq_math.h94 #define Q_max(x,y) ((x)>(y)?(x):(y)) macro
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/amrwbenc/inc/
H A Dcod_main.h53 Word16 Q_max[2]; /* old maximum scaling factor */ member
/dports/science/hypre/hypre-2.23.0/src/test/
H A Dnew_ij.c149 HYPRE_Int Q_max = 0; in main() local
H A Dij.c185 HYPRE_Int Q_max = 0; in main() local
/dports/games/evq3/evq3/code/qcommon/
H A Dq_shared.h413 #define Q_max(a, b) ((a) > (b) ? (a) : (b)) macro