Home
last modified time | relevance | path

Searched refs:tfuncs (Results 1 - 1 of 1) sorted by relevance

/third_party/optimized-routines/math/test/
H A Dmathtest.c203 test_func tfuncs[] = { variable
472 asize = sizeof(tfuncs)/sizeof(test_func); in find_testfunc()
477 int c = strcmp(word, tfuncs[k].name); in find_testfunc()
483 return tfuncs + k; in find_testfunc()
1574 /* Sort tfuncs */ in main()
1575 qsort(tfuncs, sizeof(tfuncs)/sizeof(test_func), sizeof(test_func), &compare_tfuncs); in main()

Completed in 3 milliseconds