Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dulp.c242 static float v_sinf(float x) { return __v_sinf(argf(x))[0]; } in v_sinf()
243 static float v_cosf(float x) { return __v_cosf(argf(x))[0]; } in v_cosf()
245 static float v_expf(float x) { return __v_expf(argf(x))[0]; } in v_expf()
247 static float v_exp2f(float x) { return __v_exp2f(argf(x))[0]; } in v_exp2f()
248 static float v_logf(float x) { return __v_logf(argf(x))[0]; } in v_logf()
249 static float v_powf(float x, float y) { return __v_powf(argf(x),argf(y))[0]; } in v_powf()
256 static float vn_sinf(float x) { return __vn_sinf(argf(x))[0]; } in vn_sinf()
257 static float vn_cosf(float x) { return __vn_cosf(argf(x))[0]; } in vn_cosf()
259 static float vn_expf(float x) { return __vn_expf(argf(x))[0]; } in vn_expf()
263 static float vn_powf(float x, float y) { return __vn_powf(argf(x),argf(y))[0]; } in vn_powf()
[all …]