Sourceware Bugzilla – Attachment 7424 Details for
Bug 16600
Glibc floating-point tests fail on VFPv4 platforms
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Testcase for powf failure
powf_test.c (text/x-csrc), 321 bytes, created by
Yury Gribov
on 2014-02-18 07:16:15 UTC
(
hide
)
Description:
Testcase for powf failure
Filename:
MIME Type:
Creator:
Yury Gribov
Created:
2014-02-18 07:16:15 UTC
Size:
321 bytes
patch
obsolete
>#define __NO_MATH_INLINES > >#include <math.h> >#include <stdio.h> > >int main() { >// float f = tgammaf(9.5f); >// float d = (float)tgamma(9.5); > float f = powf(1.1875f, 9.5f); > float d = (float)pow(1.1875, 9.5); > > printf("powf(1.1875f, 9.5f) == %g %a\n", f, f); > printf("pow(1.1875, 9.5) == %g %a\n", d, d); > > return 0; >} >
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 16600
: 7424 |
7425