This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
NetBSD
/
lib
/
libc
/
quad
History
jtc
ae94fc4d74
Note functions that probably can be removed
1996-06-01 21:39:21 +00:00
..
TESTS
…
adddi3.c
…
anddi3.c
…
ashldi3.c
Don't special case shift counts > QUAD_BITS or == 0. The former is
1996-06-01 21:21:50 +00:00
ashrdi3.c
Don't special case shift counts > QUAD_BITS or == 0. The former is
1996-06-01 21:21:50 +00:00
cmpdi2.c
…
divdi3.c
Re-arranged code a bit so that gcc can optimize this a bit better.
1996-06-01 02:24:29 +00:00
fixdfdi.c
…
fixsfdi.c
…
fixunsdfdi.c
…
fixunssfdi.c
…
floatdidf.c
…
floatdisf.c
…
floatunsdidf.c
…
iordi3.c
…
lshldi3.c
Don't special case shift counts > QUAD_BITS or == 0. The former is
1996-06-01 21:21:50 +00:00
lshrdi3.c
Don't special case shift counts > QUAD_BITS or == 0. The former is
1996-06-01 21:21:50 +00:00
Makefile.inc
Note functions that probably can be removed
1996-06-01 21:39:21 +00:00
moddi3.c
Re-arranged code a bit so that gcc can optimize this a bit better.
1996-06-01 02:24:29 +00:00
muldi3.c
…
negdi2.c
…
notdi2.c
…
qdivrem.c
…
quad.h
…
subdi3.c
…
ucmpdi2.c
…
udivdi3.c
…
umoddi3.c
…
xordi3.c
…