Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/ARMv6/
Dmath_Arithmetic.h57 f32 SS_S = s * s - s; in HermiteC() local
58 f32 b1 = SS_S * s - SS_S; in HermiteC()
59 f32 b2 = SS_S * s; in HermiteC()
68 f32 SS_S; in HermiteC_FAST() local
74 SS_S = s * s - s; in HermiteC_FAST()
75 b2 = SS_S * s; in HermiteC_FAST()
76 b1 = b2 - SS_S; in HermiteC_FAST()