pub unsafe extern "C" fn jit_value_create_float64_constant(
func: jit_function_t,
type_: jit_type_t,
const_value: jit_float64,
) -> jit_value_tExpand description
Create a new 64-bit floating-point constant in the specified function. Returns NULL if out of memory.