Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dframe_test.cpp109 double f64 = 456.7; in TEST_F() local
Dinterpreter_test.cpp821 double f64 = 64.0; in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
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/compiler/optimizer/ir/
Dir_constructor.h589 IrConstructor &f64() // NOLINT(readability-identifier-naming) in f64() function