Home
last modified time | relevance | path

Searched refs:test_ints (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssl/test/
H A Dsafe_math_test.c32 } test_ints[] = { variable
59 const int a = test_ints[n].a, b = test_ints[n].b; in test_int_ops()
63 if (!TEST_int_eq(err, test_ints[n].sum_err) in test_int_ops()
69 if (!TEST_int_eq(err, test_ints[n].sub_err) in test_int_ops()
75 if (!TEST_int_eq(err, test_ints[n].mul_err) in test_int_ops()
81 if (!TEST_int_eq(err, test_ints[n].div_err) in test_int_ops()
87 if (!TEST_int_eq(err, test_ints[n].mod_err) in test_int_ops()
93 if (!TEST_int_eq(err, test_ints[n].div_round_up_err)) in test_int_ops()
102 if (!TEST_int_eq(err, test_ints[n].neg_a_err) in test_int_ops()
108 if (!TEST_int_eq(err, test_ints[n].neg_b_err) in test_int_ops()
[all …]