Searched refs:f32_trunc_wrapper (Results 1 – 3 of 3) sorted by relevance
14 void f32_trunc_wrapper(float* param);
20 void f32_trunc_wrapper(float* param) { *param = truncf(*param); } in f32_trunc_wrapper() function
1059 Redirect(isolate, FUNCTION_ADDR(wasm::f32_trunc_wrapper))); in wasm_f32_trunc()