Searched refs:is_neg (Results 1 – 2 of 2) sorted by relevance
83 my $neg = $a->is_neg() ? !$b->is_neg() : $b->is_neg();
720 int is_neg; in ossl_ec_wNAF_mul() local723 is_neg = digit < 0; in ossl_ec_wNAF_mul()725 if (is_neg) in ossl_ec_wNAF_mul()728 if (is_neg != r_is_inverted) { in ossl_ec_wNAF_mul()
Completed in 15 milliseconds