Sourceware Bugzilla – Attachment 7126 Details for
Bug 15799
glibc div() code is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Integer division example table ("truncated division" gives column A)
file_15799.txt (text/plain), 255 bytes, created by
Guilliam Xavier
on 2013-07-29 18:53:09 UTC
(
hide
)
Description:
Integer division example table ("truncated division" gives column A)
Filename:
MIME Type:
Creator:
Guilliam Xavier
Created:
2013-07-29 18:53:09 UTC
Size:
255 bytes
patch
obsolete
> A B > > 33 / 5 6 ( 7)(*) > 33 % 5 3 (-2)(*) > >-33 / 5 -6 -7 >-33 % 5 -3 2 > > 33 / -5 -6 -7 > 33 % -5 3 -2 > >-33 / -5 6 7 >-33 % -5 -3 2 > >(*) Not allowed by the C89 Standard.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 15799
: 7126 |
7133