Home
last modified time | relevance | path

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

/netbsd/src/external/lgpl3/mpfr/dist/tests/
Dtrint.c390 mpfr_rnd_t r, int trint, int inexact) in err() argument
394 trint, inexact); in err()
545 int trint; in main() local
549 for (trint = 0; trint < 4; trint++) in main()
551 if (trint == 2) in main()
553 else if (trint == 3) in main()
560 inexact = (trint ? mpfr_roundeven (y, x) : in main()
563 inexact = (trint ? mpfr_trunc (y, x) : in main()
566 inexact = (trint ? mpfr_ceil (y, x) : in main()
569 inexact = (trint ? mpfr_floor (y, x) : in main()
[all …]
DMakefile.am72 trec_sqrt treldiff tremquo trint trndna troot trootn_si trootn_ui \
DMakefile.in163 trint$(EXEEXT) trndna$(EXEEXT) troot$(EXEEXT) \
899 trint_SOURCES = trint.c
900 trint_OBJECTS = trint.$(OBJEXT)
1262 ./$(DEPDIR)/tremquo.Po ./$(DEPDIR)/trint.Po \
1333 trint.c trndna.c troot.c trootn_si.c trootn_ui.c tsec.c \
1368 trandom_deviate.c trec_sqrt.c treldiff.c tremquo.c trint.c \
1792 trec_sqrt treldiff tremquo trint trndna troot trootn_si trootn_ui \
2488 trint$(EXEEXT): $(trint_OBJECTS) $(trint_DEPENDENCIES) $(EXTRA_trint_DEPENDENCIES)
2489 @rm -f trint$(EXEEXT)
2865 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trint.Po@am__quote@ # am--include-marker
[all …]
/netbsd/src/external/lgpl3/mpfr/dist/
DChangeLog197 [tests/trint.c] C2x compat: replaced function without a prototype.
5714 [tests/trint.c] Replaced obsolete mpfr_cmp_abs by mpfr_cmpabs.
6678 [tests/trint.c] Fixed C++ compatibility issue (arithmetic on enum)
7400 (found by trint with GMP_CHECK_RANDOMIZE=1536206745598891)
16809 [tests/trint.c] Do the significand parity test only for precision > 1.
17985 [tests/trint.c] Corrected the description (copy-paste error in r9473).
17989 [tests/trint.c] Extend basic_tests from [56,72] to [1,72] since i < 4
17992 [tests/trint.c] Also run BASIC_TEST in reduced exponent range
17995 [tests/trint.c] Also run BASIC_TEST2 in reduced exponent range
18012 [tests/trint.c] In the basic tests, test the flags.
[all …]