Home
last modified time | relevance | path

Searched defs:argtype (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libc/AOR_v20.02/math/test/
H A Dmathtest.c69 } argtype; member
118 int is_double_argtype(int argtype) { in is_double_argtype()
130 int is_single_argtype(int argtype) { in is_single_argtype()
164 int is_complex_argtype(int argtype) { in is_complex_argtype()
716 int argtype=2, rettype=2; /* for do_op */ in parsetest() local