Home
last modified time | relevance | path

Searched defs:floatType (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dregister64_test.cpp57 auto floatType = FLOAT64_TYPE; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dregister32_test.cpp56 auto floatType = FLOAT32_TYPE; in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dregister64_test.cpp60 auto floatType = FLOAT64_TYPE; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dsimplify.cpp502 MIRType *floatType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyIdx(primType)); in ConstructConstvalNode() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp1649 auto *floatType = AllocNode<ir::ETSPrimitiveType>(ir::PrimitiveType::FLOAT); in ParseCoercedNumberLiteral() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp8057 MIRType *floatType = GlobalTables::GetTypeTable().GetDouble(); in SelectReturn() local