Home
last modified time | relevance | path

Searched defs:FloatType (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DfloatType.h26 FloatType() : Type(TypeFlag::FLOAT) {} in FloatType() function
27 explicit FloatType(UType value) : Type(TypeFlag::FLOAT | TypeFlag::CONSTANT), value_(value) {} in FloatType() function
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dregister32_test.cpp59 auto FloatType = FLOAT32_TYPE; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dregister64_test.cpp60 auto FloatType = FLOAT64_TYPE; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dregister64_test.cpp63 auto FloatType = FLOAT64_TYPE; in TEST_F() local