Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/test/cookbook_tests/
Darkts-typed-array.ts23 export let f64 = new Float64Array([1]); variable
/arkcompiler/runtime_core/static_core/runtime/tests/
Dframe_test.cpp122 double f64 = 456.7; in TEST_F() local
Dinterpreter_test.cpp851 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/static_core/compiler/tests/
Dencoder_operands.cpp345 double f64 = g_randomGen(), f64Z = 0.0, f64Min = std::numeric_limits<double>::min(), in TEST() local
/arkcompiler/runtime_core/compiler/optimizer/ir/
Dir_constructor.h569 IrConstructor &f64() // NOLINT(readability-identifier-naming) in f64() function
/arkcompiler/runtime_core/taihe/test/ani_namespace/author/src/
Dinner.impl.cpp105 double f64 = 3.141592653589793; // 64位双精度浮点,约15位有效数字 member in __anon3a406d300111::TestInterface
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dir_constructor.h691 IrConstructor &f64() // NOLINT(readability-identifier-naming) in f64() function
/arkcompiler/runtime_core/assembler/tests/
Dassembler_parser_test.cpp1904 double f64 = -1234.5; variable