Searched refs:testmul (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/lgpl3/mpc/dist/tests/ |
H A D | tmul.c | 66 testmul (long a, long b, long c, long d, mpfr_prec_t prec, mpc_rnd_t rnd) in testmul() function 90 testmul (247, -65, -223, 416, 8, 24); in check_regular() 91 testmul (5, -896, 5, -32, 3, 2); in check_regular() 92 testmul (-3, -512, -1, -1, 2, 16); in check_regular() 93 testmul (266013312, 121990769, 110585572, 116491059, 27, 0); in check_regular() 94 testmul (170, 9, 450, 251, 8, 0); in check_regular() 95 testmul (768, 85, 169, 440, 8, 16); in check_regular() 96 testmul (145, 1816, 848, 169, 8, 24); in check_regular()
|