Home
last modified time | relevance | path

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

/third_party/optimized-routines/math/
Dv_math.h246 v_call2_f32 (f32_t (*f) (f32_t, f32_t), v_f32_t x1, v_f32_t x2, v_f32_t y, in v_call2_f32() function
516 v_call2_f32 (f32_t (*f) (f32_t, f32_t), v_f32_t x1, v_f32_t x2, v_f32_t y, in v_call2_f32() function
Dv_powf.c143 return v_call2_f32 (powf, x, y, ret, cmp); in specialcase()