Lines Matching refs:temp
352 SHORT temp, maxVal = 0;
355 temp = (SHORT)(*vector++);
356 maxVal |= (temp^(temp>>(SHORT_BITS-1)));
379 INT_PCM temp, maxVal = 0;
382 temp = (INT_PCM)(*vector); vector+=stride;
383 maxVal |= (temp^(temp>>((sizeof(INT_PCM)*8)-1)));
405 SHORT temp, maxVal = 0;
408 temp = (SHORT)(*vector); vector+=stride;
409 maxVal |= (temp^(temp>>(SHORT_BITS-1)));
433 FIXP_DBL temp, maxVal = (FIXP_DBL)0;
436 temp = (LONG)(*vector++);
437 maxVal |= (FIXP_DBL)((LONG)temp^(LONG)(temp>>(DFRACT_BITS-1)));
451 SHORT temp, maxVal = (FIXP_SGL)0;
454 temp = (SHORT)(*vector++);
455 maxVal |= (temp^(temp>>(FRACT_BITS-1)));