Searched refs:test_property1 (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | tsqrt.c | 508 test_property1 (mpfr_prec_t p, mpfr_rnd_t r, int s) in test_property1() function 943 test_property1 (p, MPFR_RNDN, 0); in main() 944 test_property1 (p, MPFR_RNDU, 0); in main() 945 test_property1 (p, MPFR_RNDA, 0); in main() 946 test_property1 (p, MPFR_RNDN, 1); in main() 947 test_property1 (p, MPFR_RNDU, 1); in main() 948 test_property1 (p, MPFR_RNDA, 1); in main()
|