Home
last modified time | relevance | path

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

/llvm-project/libc/AOR_v20.02/math/test/
H A Dulp.h270 secondcall = 1; in T()
275 secondcall = 0; in T()
H A Dulp.c231 static int secondcall; variable
239 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf()
240 static inline v_double argd(double x) { return (v_double){x,dv[secondcall]}; } in argd()