Home | History | Annotate | Download | only in src

Lines Matching defs:temp1

2055             FIXP_DBL temp1 = bufferReal[l] << (int)preShift;
2057 accu = fPow2AddDiv2(accu, temp1);
2071 FIXP_DBL temp1 = bufferReal[l] >> (int)negpreShift;
2073 accu = fPow2AddDiv2(accu, temp1);