Home
last modified time | relevance | path

Searched defs:f64 (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dframe_test.cpp122 double f64 = 456.7; in TEST_F() local
H A Dinterpreter_test.cpp850 double f64 = 64.0; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
H A Dencoder_operands.cpp43 double f64; in TEST() local
195 double f64 = random_gen(), f64_z = 0, f64_min = std::numeric_limits<double>::min(), in TEST() local
/arkcompiler/runtime_core/assembler/tests/
H A Dassembler_parser_test.cpp1900 double f64 = -1234.5; in HWTEST_F() local
1904 EXPECT_NEAR(std::get<double>(item.Value().literalarray_table.at("array").literals_[1].value_), f64, 0.01f); in HWTEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dencoder_operands.cpp345 double f64 = g_randomGen(), f64Z = 0.0, f64Min = std::numeric_limits<double>::min(), in TEST() local
370 ASSERT_EQ(bit_cast<double>(immF64.GetRawValue()), f64); in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Dir_constructor.h569 IrConstructor &f64() // NOLINT(readability-identifier-naming) in f64() function in panda::compiler::final
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Dir_constructor.h691 IrConstructor &f64() // NOLINT(readability-identifier-naming) in f64() function in ark::compiler::final

Completed in 14 milliseconds