Home
last modified time | relevance | path

Searched refs:uint64_to_float32_wrapper (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-external-refs.h32 void uint64_to_float32_wrapper(uint64_t* input, float* output);
Dwasm-external-refs.cc48 void uint64_to_float32_wrapper(uint64_t* input, float* output) { in uint64_to_float32_wrapper() function
Dwasm-interpreter.cc614 uint64_to_float32_wrapper(&a, &output); in ExecuteF32UConvertI64()
/external/v8/src/
Dassembler.cc1101 Redirect(isolate, FUNCTION_ADDR(wasm::uint64_to_float32_wrapper))); in wasm_uint64_to_float32()