Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_test.cpp116 float f32 = 123.5; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dencoder_operands.cpp42 float f32; in TEST() local
193 float f32 = random_gen(), f32_z = 0, f32_min = std::numeric_limits<float>::min(), in TEST() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dencoder_operands.cpp44 float f32 = 0.0; in TEST() local
187 float f32 = g_randomGen(), f32Z = 0.0, f32Min = std::numeric_limits<float>::min(), in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h564 IrConstructor &f32() // NOLINT(readability-identifier-naming) in f32() function
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h685 IrConstructor &f32() // NOLINT(readability-identifier-naming) in f32() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp1899 double f32 = -123.4; variable