Searched refs:v_call2_f32 (Results 1 – 2 of 2) sorted by relevance
/third_party/optimized-routines/math/ |
D | v_math.h | 246 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
|
D | v_powf.c | 143 return v_call2_f32 (powf, x, y, ret, cmp); in specialcase()
|