Home
last modified time | relevance | path

Searched refs:all_functions (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/posix/
Dtst-posix_spawn-fd.c104 all_functions (void) in all_functions() function
151 all_functions (); in do_test()
/glibc-2.36/math/
Dgen-libm-test.py173 def all_functions(self): member in Ulps
595 def generate_err_table_sub(all_ulps, all_functions, fns_complex, platforms): argument
601 for func in all_functions:
628 p_functions, p_complex = all_ulps[p].all_functions()
631 all_functions = sorted([f for f in functions_set
642 err_table_list.append(generate_err_table_sub(all_ulps, all_functions,
/glibc-2.36/ChangeLog.old/
DChangeLog.1810379 * manual/libm-err-tab.pl (@all_functions): Change to
10380 %all_functions. Initialize as empty.
10381 (parse_ulps): Add to %all_functions based on functions found in
12084 * manual/libm-err-tab.pl (@all_functions): Add fromfp, fromfpx,
12825 * manual/libm-err-tab.pl (@all_functions): Add roundeven.
12969 * manual/libm-err-tab.pl (@all_functions): Add fmaxmag and
13751 * manual/libm-err-tab.pl (@all_functions): Add llogb.
69186 * manual/libm-err-tab.pl (@all_functions): Update comment.
DChangeLog.1912061 (Ulps.all_functions): New function.