Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/math/ARMv6/
Dmath_Arithmetic.h110 f32 tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, ret; in HermiteC_FAST() local
115 tmp4 = p * s_1; in HermiteC_FAST()
119 ret = v0 + tmp1 * tmp2 * tmp3 + tmp4 * (tmp5 + tmp6); in HermiteC_FAST()