Searched refs:y_equal (Results 1 – 4 of 4) sorted by relevance
758 limb z1_is_zero, z2_is_zero, x_equal, y_equal; in point_add() local815 y_equal = felem_is_zero(ftmp3); in point_add()819 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) { in point_add()
1112 limb x_equal, y_equal, z1_is_zero, z2_is_zero; in point_add() local1208 y_equal = smallfelem_is_zero(small1); in point_add()1210 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) { in point_add()
478 uint32_t y_equal = IsZero(r); in AddJacobian() local480 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) { in AddJacobian()
507 uint32_t y_equal = IsZero(r); in AddJacobian() local509 if (x_equal && y_equal && !z1_is_zero && !z2_is_zero) { in AddJacobian()