Home
last modified time | relevance | path

Searched refs:mpfr (Results 1 - 5 of 5) sorted by relevance

/third_party/optimized-routines/math/test/
H A Dulp.c18 /* Don't depend on mpfr by default. */
23 # include <mpfr.h>
210 int mpfr; member
646 puts ("-m: use mpfr even if faster method is available."); in usage()
767 conf.mpfr = 0; in main()
799 conf.mpfr = 1; in main()
842 conf.mpfr = 1; /* Use mpfr if long double has no extra precision. */ in main()
843 if (!USE_MPFR && conf.mpfr) in main()
845 puts ("mpfr i in main()
[all...]
H A Dulp.h253 int use_mpfr = conf->mpfr; in cmp()
/third_party/musl/libc-test/src/math/gen/
H A DMakefile2 U=mpfr
H A Dmp.c3 #include <mpfr.h>
81 // mpfr could handle this in subnormlize easily but no it doesnt... in adjust()
344 // hack because mpfr has no sinpi in wrap_sinpi()
521 // TODO: hard to implement with mpfr
777 // TODO: ll* is hard to do with mpfr
/third_party/optimized-routines/math/test/rtest/
H A Dintern.h11 #include <mpfr.h>

Completed in 6 milliseconds