Searched refs:iprod1 (Results 1 – 1 of 1) sorted by relevance
/haiku/src/libs/mapm/ |
H A D | mapmfact.c | 141 M_APM iprod1, iprod2, tmp1, tmp2; in m_apm_factorial() local 157 iprod1 = m_apm_init(); in m_apm_factorial() 167 m_apm_copy(iprod1, MM_One); in m_apm_factorial() 176 m_apm_multiply(iprod2, iprod1, tmp2); in m_apm_factorial() 180 m_apm_multiply(iprod1, iprod2, tmp1); in m_apm_factorial() 192 if (iprod1->m_apm_datalength > nd) in m_apm_factorial() 204 m_apm_multiply(array[mm], iprod1, tmp1); in m_apm_factorial() 222 m_apm_copy(array[ct], iprod1); in m_apm_factorial() 229 m_apm_copy(array[ct], iprod1); in m_apm_factorial() 275 m_apm_free(iprod1); in m_apm_factorial()
|