Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-external-refs.h36 void uint64_to_float64_wrapper(uint64_t* input, double* output);
Dwasm-external-refs.cc86 void uint64_to_float64_wrapper(uint64_t* input, double* output) { in uint64_to_float64_wrapper() function
Dwasm-interpreter.cc642 uint64_to_float64_wrapper(&a, &output); in ExecuteF64UConvertI64()
/external/v8/src/
Dassembler.cc1111 Redirect(isolate, FUNCTION_ADDR(wasm::uint64_to_float64_wrapper))); in wasm_uint64_to_float64()