Home
last modified time | relevance | path

Searched refs:ConvertBoolToFloat64 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dnumber_speculative_retype.cpp815 result = builder_.ConvertBoolToFloat64(gate, support); in CheckAndConvertToFloat64()
Dcircuit_builder.h305 GateRef ConvertBoolToFloat64(GateRef gate, ConvertSupport support);
Dcircuit_builder.cpp372 GateRef CircuitBuilder::ConvertBoolToFloat64(GateRef gate, ConvertSupport support) in ConvertBoolToFloat64() function in panda::ecmascript::kungfu::CircuitBuilder