Home
last modified time | relevance | path

Searched refs:test_ibm128 (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/math/
Dlibm-test-support.c137 static int test_ibm128; /* Is argument or result IBM long double? */ variable
219 test_ibm128 = testing_ibm128; in init_max_error()
520 && !(test_ibm128 in test_exceptions()
527 && !(test_ibm128 in test_exceptions()
/glibc-2.36/ChangeLog.old/
DChangeLog.1922256 * math/libm-test-support.c (test_ibm128): New variable.
22257 (init_max_error): Take argument testing_ibm128 and set test_ibm128
22259 (test_exceptions): Use test_ibm128 instead of TEST_COND_ibm128.