Searched defs:thr2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/LD/
H A Dcoshl.c80 #define thr2 C[3] macro
100 if (w < thr2) {
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dcoshl.c55 * thr2 a number such that
84 thr2 = THR2; variable
99 } else if (w < thr2) {
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dg721.c186 short thr2; local
195 thr2 = (0x20 + ((state_ptr->yl >> 10) & 0x1F)) <<
197 if (mag >= thr2) {
200 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1;
H A Dg723.c192 short thr2; local
201 thr2 = (0x20 + ((state_ptr->yl >> 10) & 0x1F)) <<
203 if (mag >= thr2)
206 tr = (mag <= (thr2 - (thr2 >> 2))) ? 0 : 1;

Completed in 93 milliseconds