Lines Matching defs:px
119 __vpowx(int n, double * restrict px, double * restrict py,
504 px += stridex; \
518 hx = HI(px); \
519 lx = LO(px); \
526 ull_y0 = *(unsigned long long*)px; \
530 y0 = *px; \
555 y0 = *px; \
678 __vpow(int n, double * restrict px, int stridex, double * restrict py,
719 unsigned hx = HI(px);
720 unsigned lx = LO(px);
727 __vpowx(n, px, py, stridey, pz, stridez);
737 px += stridex;
746 px += stridex;
948 px += stridex;
1105 *pz = *px + *py; /* |Y|=Nan */ \
1129 __vpowx(int n, double * restrict px, double * restrict py,
1156 ull_y0 = *(unsigned long long*)px;
1157 hx = HI(px);