Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Ddirect.c313 static XF *yf_p = NULL; /* list of function -y ... */ variable
334 xfp->next = yf_p; in direct_yf()
335 yf_p = xfp; in direct_yf()
371 for (xfp = yf_p; xfp != NULL; xfp = xfp->next) { in direct_rou_load()