NetBSD/lib/libc/quad
kleink ba7f64cc15 Revert previous change: the assertion
* is made in a utility function with file scope only, and
* will never fail.
1999-09-17 09:18:15 +00:00
..
TESTS clean up Ids; no substantive changes. 1995-02-27 17:29:31 +00:00
Makefile.inc use ${ARCHDIR} instead of ${.CURDIR}/arch/${MACHINE_ARCH} where appropriate 1999-02-24 15:05:20 +00:00
adddi3.c Fix RCSID's 1997-07-13 20:01:39 +00:00
anddi3.c Fix RCSID's 1997-07-13 20:01:39 +00:00
ashldi3.c Make shifting by 0 work even when shifting by 32 is equivalent to shifting 1998-01-29 03:23:40 +00:00
ashrdi3.c The last commit changed the behavious wrt sign extension. 1999-09-10 12:53:10 +00:00
cmpdi2.c Fix RCSID's 1997-07-13 20:01:39 +00:00
divdi3.c Fix RCSID's 1997-07-13 20:01:39 +00:00
fixdfdi.c Fix RCSID's 1997-07-13 20:01:39 +00:00
fixsfdi.c Fix declaration to use quad_t, not long long. 1997-07-13 20:00:34 +00:00
fixunsdfdi.c Corrected an off-by-one error (lib/6314 Torbjorn Granlund) 1999-03-26 21:04:24 +00:00
fixunssfdi.c Fix RCSID's 1997-07-13 20:01:39 +00:00
floatdidf.c Fix RCSID's 1997-07-13 20:01:39 +00:00
floatdisf.c Fix RCSID's 1997-07-13 20:01:39 +00:00
floatunsdidf.c Fix RCSID's 1997-07-13 20:01:39 +00:00
iordi3.c Fix RCSID's 1997-07-13 20:01:39 +00:00
lshldi3.c Make shifting by 0 work even when shifting by 32 is equivalent to shifting 1998-01-29 03:23:40 +00:00
lshrdi3.c Make shifting by 0 work even when shifting by 32 is equivalent to shifting 1998-01-29 03:23:40 +00:00
moddi3.c make sure result of % operator is identical for quad_t, int and long; 1997-12-30 07:58:36 +00:00
muldi3.c remove obsolete register declarations 1998-02-03 18:23:37 +00:00
negdi2.c Fix RCSID's 1997-07-13 20:01:39 +00:00
notdi2.c Fix RCSID's 1997-07-13 20:01:39 +00:00
qdivrem.c Revert previous change: the assertion 1999-09-17 09:18:15 +00:00
quad.h change an #if __GNUC >= 2 to #if (__GNUC__ >= 2) || defined(lint) 1999-05-03 15:39:47 +00:00
subdi3.c Fix RCSID's 1997-07-13 20:01:39 +00:00
ucmpdi2.c Fix RCSID's 1997-07-13 20:01:39 +00:00
udivdi3.c Fix RCSID's 1997-07-13 20:01:39 +00:00
umoddi3.c Fix RCSID's 1997-07-13 20:01:39 +00:00
xordi3.c Fix RCSID's 1997-07-13 20:01:39 +00:00