Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/pl/math/test/
H A Dulp_wrappers.h86 #define ZSVF1_WRAP(func) static float Z_sv_##func##f(float x) { return svretf(_ZGVsMxv_##func##f(sv…
87 #define ZSVF2_WRAP(func) static float Z_sv_##func##f(float x, float y) { return svretf(_ZGVsMxvv_##…
126 static float Z_sv_powi(float x, float y) { return svretf(_ZGVsMxvv_powi(svargf(x), svdup_s32((int)r… in Z_sv_powi()
131 float sv_cexpif_sin(float x) { return svretf(svget2(_ZGVsMxv_cexpif(svdup_f32(x), svptrue_b32()), 0… in sv_cexpif_sin()
132 float sv_cexpif_cos(float x) { return svretf(svget2(_ZGVsMxv_cexpif(svdup_f32(x), svptrue_b32()), 1… in sv_cexpif_cos()
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.c249 static inline float svretf(sv_float vec) { in svretf() function