Home
last modified time | relevance | path

Searched defs:a2 (Results 1 – 3 of 3) sorted by relevance

/CTR-SDK-2.4.0/include/nn/math/ARMv6/
Dmath_Arithmetic.h60 f32 a2 = SS - 2.f * b2; in HermiteC() local
71 f32 a2; in HermiteC_FAST() local
/CTR-SDK-2.4.0/sources/libraries/math/
Dmath_Arithmetic.cpp519 f32 a2 = tt * s * 3.f; in Bezier() local
Dmath_Geometry.cpp1578 MergeAABB(AABB* a2, const AABB* a0, const AABB* a1) in MergeAABB()