Up to [local] / OpenXM_contrib2 / asir2000 / builtin
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Tue Nov 12 10:52:04 2019 UTC (4 years, 11 months ago) by kondoh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Added elementary functions for interval arithmetic using mpfi
Revision 1.7 / (download) - annotate - [selected], Thu Mar 29 01:32:50 2018 UTC (6 years, 7 months ago) by noro
Branch: MAIN
Changes since 1.6: +154 -154
lines
Diff to previous 1.6 (colored)
Changed a tab to two space charaters.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jan 30 00:38:25 2007 UTC (17 years, 9 months ago) by noro
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
DEB_REL_1_2_3-9
Changes since 1.5: +202 -0
lines
Diff to previous 1.5 (colored) to selected 1.7 (colored)
Reverted round.c.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jan 30 00:28:26 2007 UTC (17 years, 9 months ago) by noro
Branch: MAIN
Changes since 1.4: +0 -202
lines
Diff to previous 1.4 (colored) to selected 1.7 (colored)
PLEASE FIX!! Commented out the body of generate_psfile() because a function is undefined.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Feb 8 17:20:56 2005 UTC (19 years, 9 months ago) by saito
Branch: MAIN
CVS Tags: RELEASE_1_2_3,
KNOPPIX_2006
Changes since 1.3: +2 -1
lines
Diff to previous 1.3 (colored) to selected 1.7 (colored)
add undef INTERVAL
Revision 1.3 / (download) - annotate - [select for diffs], Tue Dec 2 07:00:12 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
CVS Tags: RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX
Changes since 1.2: +18 -2
lines
Diff to previous 1.2 (colored) to selected 1.7 (colored)
Added argument check in *_*inf.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Dec 2 03:26:14 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Changes since 1.1: +2 -0
lines
Diff to previous 1.1 (colored) to selected 1.7 (colored)
Added $OpenXM$.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Dec 2 03:24:24 2003 UTC (20 years, 11 months ago) by noro
Branch: MAIN
Diff to selected 1.7 (colored)
Please execute configure because a new file has been added. Added a file builtin/round.c. Added functions {add,sub,mul,div}_{pinf,minf} for arithmetics with rounding direction (experimental, using macros in interval.h).