Searched refs:f32_nearest_int_wrapper (Results 1 – 3 of 3) sorted by relevance
20 void f32_nearest_int_wrapper(float* param);
26 void f32_nearest_int_wrapper(float* param) { *param = nearbyintf(*param); } in f32_nearest_int_wrapper() function
1071 Redirect(isolate, FUNCTION_ADDR(wasm::f32_nearest_int_wrapper))); in wasm_f32_nearest_int()