Home
last modified time | relevance | path

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

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