Searched refs:same_mpc_value (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | tgeneric.c | 55 if (same_mpc_value (rop, rop4rnd, ks)) in tgeneric_cc() 102 if (!same_mpc_value (rop1, rop14rnd, ks)) { in tgeneric_cc_c() 117 else if (!same_mpc_value (rop2, rop24rnd, ks)) { in tgeneric_cc_c() 178 if (same_mpc_value (rop, rop4rnd, ks)) in tgeneric_cfc() 214 if (same_mpc_value (rop, rop4rnd, ks)) in tgeneric_ccf() 258 if (same_mpc_value (rop, rop4rnd, ks)) in tgeneric_c_cc() 302 if (same_mpc_value (rop, rop4rnd, ks)) in tgeneric_cccc() 340 if (same_mpc_value (rop, rop4rnd, ks)) in tgeneric_ccu() 376 if (same_mpc_value (rop, rop4rnd, ks)) in tgeneric_cuc() 412 if (same_mpc_value (rop, rop4rnd, ks)) in tgeneric_ccs() [all …]
|
H A D | comparisons.c | 41 same_mpc_value (mpc_ptr got, mpc_ptr ref, known_signs_t known_signs) in same_mpc_value() function
|
H A D | tstrtoc.c | 101 || !same_mpc_value (got, expected, ks) in check_file()
|
H A D | tio_str.c | 86 if (inex != expected_inex || !same_mpc_value (got, expected, ks) in check_file()
|
H A D | mpc-tests.h | 138 extern int same_mpc_value (mpc_ptr got, mpc_ptr ref,
|