Searched refs:ret_word (Results 1 – 1 of 1) sorted by relevance
589 BN_ULONG ret_word = BN_div_word(ret.get(), b_word); in TestQuotient() local590 EXPECT_EQ(remainder_word, ret_word); in TestQuotient()593 ret_word = BN_mod_word(a.get(), b_word); in TestQuotient()594 EXPECT_EQ(remainder_word, ret_word); in TestQuotient()