Home
last modified time | relevance | path

Searched refs:argf (Results 1 – 8 of 8) sorted by last modified time

/freebsd/contrib/arm-optimized-routines/pl/math/test/
H A Dulp_wrappers.h65 #define ZVF1_WRAP(func) static float Z_##func##f(float x) { return _ZGVnN4v_##func##f(argf(x))[0]; } in DECL_POW_INT_REF()
66 …nc) static float Z_##func##f(float x, float y) { return _ZGVnN4vv_##func##f(argf(x), argf(y))[0]; }
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c226 static inline v_float argf(float x) { return (v_float){x,x,x,fv[secondcall]}; } in argf() function
H A Dulp_wrappers.h22 static float Z_sinf(float x) { return _ZGVnN4v_sinf(argf(x))[0]; } in Z_sinf()
23 static float Z_cosf(float x) { return _ZGVnN4v_cosf(argf(x))[0]; } in Z_cosf()
24 static float Z_expf_1u(float x) { return _ZGVnN4v_expf_1u(argf(x))[0]; } in Z_expf_1u()
25 static float Z_expf(float x) { return _ZGVnN4v_expf(argf(x))[0]; } in Z_expf()
26 static float Z_exp2f_1u(float x) { return _ZGVnN4v_exp2f_1u(argf(x))[0]; } in Z_exp2f_1u()
27 static float Z_exp2f(float x) { return _ZGVnN4v_exp2f(argf(x))[0]; } in Z_exp2f()
28 static float Z_logf(float x) { return _ZGVnN4v_logf(argf(x))[0]; } in Z_logf()
29 static float Z_powf(float x, float y) { return _ZGVnN4vv_powf(argf(x),argf(y))[0]; } in Z_powf()
/freebsd/contrib/lua/src/
H A Dldblib.c285 static void *checkupval (lua_State *L, int argf, int argnup, int *pnup) { in checkupval() argument
288 luaL_checktype(L, argf, LUA_TFUNCTION); /* closure */ in checkupval()
289 id = lua_upvalueid(L, argf, nup); in checkupval()
/freebsd/contrib/mandoc/
H A Dterm.c75 p->argf = arg; in term_begin()
H A Dterm.h121 const void *argf; /* arg for headf/footf */ member
H A Dterm_ascii.c220 (*p->headf)(p, p->argf); in ascii_begin()
227 (*p->footf)(p, p->argf); in ascii_end()
H A Dterm_ps.c872 (*p->headf)(p, p->argf); in ps_begin()
878 (*p->footf)(p, p->argf); in ps_begin()