Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/test/rtest/
H A Dmain.c90 for (i = 0; i < nfunctions; i++) { in find_function()
187 for (i = 0; i < nfunctions; i++) { in dofile()
193 if (i == nfunctions) { in dofile()
H A Dintern.h86 extern const int nfunctions;
H A Ddotest.c713 const int nfunctions = ( sizeof(functions)/sizeof(*functions) ); variable