Lines Matching refs:using
80 using vfloat = vfloat8;
83 using vfloatacc = vfloat8;
85 using vfloatacc = vfloat4;
88 using vint = vint8;
89 using vmask = vmask8;
101 using vfloat = vfloat4;
102 using vfloatacc = vfloat4;
103 using vint = vint4;
104 using vmask = vmask4;
116 using vfloat = vfloat4;
117 using vfloatacc = vfloat4;
118 using vint = vint4;
119 using vmask = vmask4;
132 // For 4 items adding into an accumulator using 1-wide vectors the sum is:
148 using vfloat = vfloat4;
149 using vfloatacc = vfloat4;
150 using vint = vint4;
151 using vmask = vmask4;
333 // Integer contrib, using 1 << ipart
336 // Fractional contrib, using polynomial fit of 2^x in range [-0.5, 0.5)