Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/arm-optimized-routines/math/test/
H A Dulp.c217 static int secondcall; variable
226 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf()
227 static inline v_double argd(double x) { return (v_double){x,dv[secondcall]}; } in argd()
238 base[n-1] = (float) fv[secondcall]; in svargf()
246 base[n-1] = dv[secondcall]; in svargd()
H A Dulp.h286 secondcall = 1; in T()
291 secondcall = 0; in T()