Home
last modified time | relevance | path

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

/CTR-SDK-0.14.4/include/nn/math/ARMv6/
Dmath_Arithmetic.h110 f32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, ret; in HermiteC_FAST() local
117 tmp6 = s * t1; in HermiteC_FAST()
119 ret = v0 + tmp1 * tmp2 * tmp3 + tmp4 * (tmp5 + tmp6); in HermiteC_FAST()