Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153492793
D21451.id61395.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D21451.id61395.diff
View Options
Index: tests/sys/sys/qmath_test.c
===================================================================
--- tests/sys/sys/qmath_test.c
+++ tests/sys/sys/qmath_test.c
@@ -208,7 +208,9 @@
{
s64q_t a_s64q, b_s64q, r_s64q;
double a_dbl, b_dbl, r_dbl, maxe_dbl, delta_dbl;
+#ifdef notyet
int64_t a_int, b_int;
+#endif
int error;
srandomdev();
@@ -231,8 +233,10 @@
* test with equal precision.
*/
Q_SCVAL(b_s64q, Q_GCVAL(a_s64q));
+#ifdef notyet
a_int = Q_GIVAL(a_s64q);
b_int = Q_GIVAL(b_s64q);
+#endif
/* Q<op>Q testing. */
a_dbl = Q_Q2D(a_s64q);
@@ -270,7 +274,9 @@
{
s64q_t a_s64q, b_s64q, r_s64q;
double a_dbl, b_dbl, r_dbl, maxe_dbl, delta_dbl;
+#ifdef notyet
int64_t a_int, b_int;
+#endif
int error;
srandomdev();
@@ -283,8 +289,10 @@
* test with equal precision.
*/
Q_SCVAL(b_s64q, Q_GCVAL(a_s64q));
+#ifdef notyet
a_int = Q_GIVAL(a_s64q);
b_int = Q_GIVAL(b_s64q);
+#endif
/* Q<op>Q testing. */
a_dbl = Q_Q2D(a_s64q);
@@ -318,7 +326,9 @@
{
s64q_t a_s64q, b_s64q, r_s64q;
double a_dbl, b_dbl, r_dbl, maxe_dbl, delta_dbl;
+#ifdef notyet
int64_t a_int, b_int;
+#endif
int error;
srandomdev();
@@ -331,8 +341,10 @@
* test with equal precision.
*/
Q_SCVAL(b_s64q, Q_GCVAL(a_s64q));
+#ifdef notyet
a_int = Q_GIVAL(a_s64q);
b_int = Q_GIVAL(b_s64q);
+#endif
/* Q<op>Q testing. */
a_dbl = Q_Q2D(a_s64q);
@@ -369,7 +381,9 @@
{
s64q_t a_s64q, b_s64q, r_s64q;
double a_dbl, b_dbl, r_dbl, maxe_dbl, delta_dbl;
+#ifdef notyet
int64_t a_int, b_int;
+#endif
int error;
srandomdev();
@@ -382,8 +396,10 @@
* test with equal precision.
*/
Q_SCVAL(b_s64q, Q_GCVAL(a_s64q));
+#ifdef notyet
a_int = Q_GIVAL(a_s64q);
b_int = Q_GIVAL(b_s64q);
+#endif
/* Q<op>Q testing. */
a_dbl = Q_Q2D(a_s64q);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 11:18 AM (18 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31973256
Default Alt Text
D21451.id61395.diff (1 KB)
Attached To
Mode
D21451: Fix (some of) warnings from riscv64-gcc
Attached
Detach File
Event Timeline
Log In to Comment