mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 18:23:41 +08:00
Correct types of fields in libm-test.inc structures.
This commit is contained in:
parent
8cfa635ab8
commit
f71172e551
@ -1,5 +1,9 @@
|
||||
2013-05-14 Joseph Myers <joseph@codesourcery.com>
|
||||
|
||||
* math/libm-test.inc (struct test_fF_f1_data): Change type of
|
||||
extra_test to int.
|
||||
(struct test_f_i_data): Change type of max_ulp to int.
|
||||
|
||||
* math/libm-test.inc (test_ffI_f1_data): New type.
|
||||
(RUN_TEST_LOOP_ffI_f1): New macro.
|
||||
(remquo_test_data): New variable.
|
||||
|
@ -956,7 +956,7 @@ struct test_fF_f1_data
|
||||
int exceptions;
|
||||
const char *extra_name;
|
||||
FLOAT extra_init;
|
||||
FLOAT extra_test;
|
||||
int extra_test;
|
||||
FLOAT extra_expected;
|
||||
FLOAT extra_ulp;
|
||||
};
|
||||
@ -986,7 +986,7 @@ struct test_f_i_data
|
||||
const char *test_name;
|
||||
FLOAT arg;
|
||||
int expected;
|
||||
FLOAT max_ulp;
|
||||
int max_ulp;
|
||||
int exceptions;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user