Searched refs:newW (Results 1 – 5 of 5) sorted by relevance
254 final float newW = this.w * other.w - this.x * other.x - this.y * other.y - this.z * other.z; in mul() local258 this.w = newW; in mul()273 final float newW = this.w * w - this.x * x - this.y * y - this.z * z; in mul() local277 this.w = newW; in mul()289 final float newW = other.w * this.w - other.x * this.x - other.y * this.y - other.z * z; in mulLeft() local293 this.w = newW; in mulLeft()308 final float newW = w * this.w - x * this.x - y * this.y - z * this.z; in mulLeft() local312 this.w = newW; in mulLeft()
31 - (void) setW:(id)newW {32 _y = newW;
55 [self setW:@"newW"]; // This will release '_W', but retain the new value
1078 SkScalar newW = subdivide_w_value(fW); in chop() local1094 dst[0].fW = dst[1].fW = newW; in chop()
2220 Bool newR, newW, newX, needDiscard; in VG_() local2229 newW = toBool(prot & VKI_PROT_WRITE); in VG_()2245 nsegments[i].hasW = newW; in VG_()