Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp84 f32 x1, y1, z1; in Set() local
91 x1 = M->f._00 * box->Pmax.x + M->f._03; in Set()
97 if (x0 > x1) in Set()
98 ::std::swap(x0, x1); in Set()
99 if (a0 < a1) { x0 += a0; x1 += a1; } in Set()
100 else { x0 += a1; x1 += a0; } in Set()
101 if (b0 < b1) { x0 += b0; x1 += b1; } in Set()
102 else { x0 += b1; x1 += b0; } in Set()
138 Pmax.x = x1; in Set()
/CTR-SDK-1.0.0/CTR_SDK/build/omake/
Dcommondefs.cctype.RVCT.om82 DISAS = $"$(RVCT_BINDIR)fromelf.exe" --32x1 -cd