Searched refs:btRecip (Results 1 – 2 of 2) sorted by relevance
428 dee[0] = btRecip(Z11); in btFactorLDLT()435 dee[1] = btRecip(Z22 - sum); in btFactorLDLT()508 dee[0] = btRecip(Z11); in btFactorLDLT()1362 m_d[nC] = btRecip (BTAROW(i)[i] - btLargeDot(m_ell,m_Dell,nC)); in transfer_i_to_C()1365 m_d[0] = btRecip (BTAROW(i)[i]); in transfer_i_to_C()1406 m_d[nC] = btRecip (BTAROW(i)[i] - btLargeDot(m_ell,m_Dell,nC)); in transfer_i_from_N_to_C()1409 m_d[0] = btRecip (BTAROW(i)[i]); in transfer_i_from_N_to_C()
485 #define btRecip(x) (btScalar(1.0)/btScalar(x)) macro