Home
last modified time | relevance | path

Searched refs:do_test_call_rarg (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/sysdeps/ieee754/ldbl-128ibm-compat/
Dtest-wprintf-ldbl-compat.c54 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()
Dtest-wprintf-chk-ldbl-compat.c56 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()
Dtest-printf-ldbl-compat.c81 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()
Dtest-printf-chk-ldbl-compat.c86 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/
Dtst-ldbl-warn.c99 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/
DChangeLog.204174 (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.
DChangeLog.196305 (do_test_call_rarg): Likewise.