Searched refs:v_call_f32 (Results 1 – 4 of 4) sorted by relevance
/third_party/optimized-routines/math/ |
D | v_cosf.c | 37 return v_call_f32 (cosf, x, y, cmp); in specialcase()
|
D | v_logf.c | 36 return v_call_f32 (logf, x, y, cmp); in specialcase()
|
D | v_sinf.c | 36 return v_call_f32 (sinf, x, y, cmp); in specialcase()
|
D | v_math.h | 241 v_call_f32 (f32_t (*f) (f32_t), v_f32_t x, v_f32_t y, v_u32_t p) in v_call_f32() function 510 v_call_f32 (f32_t (*f) (f32_t), v_f32_t x, v_f32_t y, v_u32_t p) in v_call_f32() function
|