Home | History | Annotate | Download | only in arm

Lines Matching defs:mh

146     INT mh = 1 << 1;
155 mh <<= 1;
167 FIXP_DBL *xt2 = xt1 + (mh<<1);
170 FIXP_DBL *xt2 = xt1 + (mh<<1);
187 xt1 += mh;
188 xt2 += mh;
203 xt1 = xt2 + mh;
204 } while ((r=r-(mh<<1)) != 0);
206 for(j=4; j<mh; j+=4)
217 FIXP_DBL *xt2 = xt1 + (mh<<1);
231 xt1 += mh;
232 xt2 += mh;
245 /* Same as above but for t1,t2 with j>mh/4 and thus cs swapped */
247 xt2 = xt1 + (mh<<1);
260 xt1 += mh;
261 xt2 += mh;
275 } while ((r=r-(mh<<1)) != 0);
278 FIXP_DBL *xt1 = x + (mh>>1);
283 FIXP_DBL *xt2 = xt1 + (mh<<1);
297 xt1 += mh;
298 xt2 += mh;
311 xt1 = xt2 + mh;
312 } while ((r=r-(mh<<1)) != 0);