Home
last modified time | relevance | path

Searched refs:newW (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/gdx/src/com/badlogic/gdx/math/
DQuaternion.java254 final float newW = this.w * other.w - this.x * other.x - this.y * other.y - this.z * other.z; in mul() local
258 this.w = newW; in mul()
273 final float newW = this.w * w - this.x * x - this.y * y - this.z * z; in mul() local
277 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() local
293 this.w = newW; in mulLeft()
308 final float newW = w * this.w - x * this.x - y * this.y - z * this.z; in mulLeft() local
312 this.w = newW; in mulLeft()
/external/clang/test/SemaObjC/
Dunused-backing-ivar-warning.m31 - (void) setW:(id)newW {
32 _y = newW;
/external/clang/test/Analysis/
DPR2978.m55 [self setW:@"newW"]; // This will release '_W', but retain the new value
/external/skia/src/core/
DSkGeometry.cpp1078 SkScalar newW = subdivide_w_value(fW); in chop() local
1094 dst[0].fW = dst[1].fW = newW; in chop()
/external/valgrind/coregrind/m_aspacemgr/
Daspacemgr-linux.c2220 Bool newR, newW, newX, needDiscard; in VG_() local
2229 newW = toBool(prot & VKI_PROT_WRITE); in VG_()
2245 nsegments[i].hasW = newW; in VG_()