Searched refs:do_test_call_rarg (Results 1 – 7 of 7) sorted by relevance
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/ |
D | test-wprintf-ldbl-compat.c | 54 do_test_call_rarg (FILE *stream, const wchar_t *format, long double ld, in do_test_call_rarg() function 80 do_test_call_rarg (stdout, L"%.10Lf, %.10f", ld, d); in do_test_call() 84 do_test_call_rarg (stdout, L"%.10La, %.10a", ld, d); in do_test_call()
|
D | test-wprintf-chk-ldbl-compat.c | 56 do_test_call_rarg (FILE *stream, const wchar_t *format, long double ld, in do_test_call_rarg() function 82 do_test_call_rarg (stdout, L"%.10Lf, %.10f", ld, d); in do_test_call() 86 do_test_call_rarg (stdout, L"%.10La, %.10a", ld, d); in do_test_call()
|
D | test-printf-ldbl-compat.c | 81 do_test_call_rarg (FILE *stream, const char *format, long double ld, double d) in do_test_call_rarg() function 127 do_test_call_rarg (stdout, "%.10Lf, %.10f", ld, d); in do_test_call() 131 do_test_call_rarg (stdout, "%.10La, %.10a", ld, d); in do_test_call()
|
D | test-printf-chk-ldbl-compat.c | 86 do_test_call_rarg (FILE *stream, const char *format, long double ld, in do_test_call_rarg() function 136 do_test_call_rarg (stdout, "%.10Lf, %.10f", ld, d); in do_test_call() 140 do_test_call_rarg (stdout, "%.10La, %.10a", ld, d); in do_test_call()
|
/glibc-2.36/misc/ |
D | tst-ldbl-warn.c | 99 do_test_call_rarg (const char *format, long double arg1, double arg2, in do_test_call_rarg() function 118 do_test_call_rarg ("%Lf - %f - %Lf - %f", arg1, arg2, arg3, arg4); in do_test()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.20 | 4174 (do_test_call_rarg): Modified function. 4178 (do_test_call_rarg): Modified function. 4182 (do_test_call_rarg): Modified function. 4186 (do_test_call_rarg): Modified function.
|
D | ChangeLog.19 | 6305 (do_test_call_rarg): Likewise.
|