Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c163 int is_complex_argtype(int argtype) { in is_complex_argtype() function
1133 if (!(is_complex_argtype(t.func->argtype) || is_complex_rettype(t.func->rettype))) { in runtest()