Lines Matching refs:pref_offsetx

75                 BLASLONG pref_offsetx, pref_offsety;  in CNAME()  local
77 pref_offsetx = (BLASLONG)px & (L1_DATA_LINESIZE - 1); in CNAME()
78 if (pref_offsetx > 0) in CNAME()
80 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
81 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
102 PREFETCH(px + pref_offsetx + 32); in CNAME()
103 PREFETCH(px + pref_offsetx + 40); in CNAME()
104 PREFETCH(px + pref_offsetx + 48); in CNAME()
105 PREFETCH(px + pref_offsetx + 56); in CNAME()
259 BLASLONG pref_offsetx, pref_offsety; in CNAME() local
261 pref_offsetx = (BLASLONG)px & (L1_DATA_LINESIZE - 1); in CNAME()
262 if (pref_offsetx > 0) in CNAME()
264 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
265 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
279 PREFETCH(px + pref_offsetx + 32); in CNAME()
280 PREFETCH(px + pref_offsetx + 40); in CNAME()
281 PREFETCH(px + pref_offsetx + 48); in CNAME()
282 PREFETCH(px + pref_offsetx + 56); in CNAME()
428 BLASLONG pref_offsetx, pref_offsety; in CNAME() local
430 pref_offsetx = (BLASLONG)px & (L1_DATA_LINESIZE - 1); in CNAME()
431 if (pref_offsetx > 0) in CNAME()
433 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
434 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
449 PREFETCH(px + pref_offsetx + 32); in CNAME()
450 PREFETCH(px + pref_offsetx + 40); in CNAME()
451 PREFETCH(px + pref_offsetx + 48); in CNAME()
452 PREFETCH(px + pref_offsetx + 56); in CNAME()
599 BLASLONG pref_offsetx, pref_offsety; in CNAME() local
601 pref_offsetx = (BLASLONG)px & (L1_DATA_LINESIZE - 1); in CNAME()
602 if (pref_offsetx > 0) in CNAME()
604 pref_offsetx = L1_DATA_LINESIZE - pref_offsetx; in CNAME()
605 pref_offsetx = pref_offsetx / sizeof(FLOAT); in CNAME()
620 PREFETCH(px + pref_offsetx + 32); in CNAME()
621 PREFETCH(px + pref_offsetx + 40); in CNAME()
622 PREFETCH(px + pref_offsetx + 48); in CNAME()
623 PREFETCH(px + pref_offsetx + 56); in CNAME()