Home
last modified time | relevance | path

Searched defs:doubleVal (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dglobal_tables.cpp434 MIRDoubleConst *FPConstTable::GetOrCreateDoubleConst(double doubleVal) in GetOrCreateDoubleConst()
451 MIRDoubleConst *FPConstTable::DoGetOrCreateDoubleConst(double doubleVal) in DoGetOrCreateDoubleConst()
464 MIRDoubleConst *FPConstTable::DoGetOrCreateDoubleConstThreadSafe(double doubleVal) in DoGetOrCreateDoubleConstThreadSafe()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dmcr_lowering.cpp377 GateRef doubleVal = builder_.GetDoubleOfTDouble(gate); in ConvertTaggedNumberToBool() local