Home
last modified time | relevance | path

Searched refs:vv (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.4/sources/libraries/fnd/
Dfnd_HeapBase.cpp144 bit32 vv = v | (v << 8); in FillMemory() local
145 bit32 vvvv = vv | (vv << 16); in FillMemory()
/CTR-SDK-0.14.4/sources/libraries/math/
Dmath_Geometry.cpp434 f32 vv; in DistSqPoint3ToAABB() local
436 vv = v = P->x; in DistSqPoint3ToAABB()
440 vv = B->Pmin.x; in DistSqPoint3ToAABB()
445 vv = B->Pmax.x; in DistSqPoint3ToAABB()
448 q->x = vv; in DistSqPoint3ToAABB()
450 vv = v = P->y; in DistSqPoint3ToAABB()
454 vv = B->Pmin.y; in DistSqPoint3ToAABB()
459 vv = B->Pmax.y; in DistSqPoint3ToAABB()
462 q->y = vv; in DistSqPoint3ToAABB()
464 vv = v = P->z; in DistSqPoint3ToAABB()
[all …]