Home
last modified time | relevance | path

Searched refs:MIN_EXP_BASE2_DOUBLE (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dencoder_test_common.h71 inline const double MIN_EXP_BASE2_DOUBLE = std::log2(DBL_MIN); variable
115 std::uniform_real_distribution<double> dis(MIN_EXP_BASE2_DOUBLE, MAX_EXP_BASE2_DOUBLE); in RandomGen()
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp63 static const double MIN_EXP_BASE2_DOUBLE = std::log2(DBL_MIN); variable
110 std::uniform_real_distribution<double> dis(MIN_EXP_BASE2_DOUBLE, MAX_EXP_BASE2_DOUBLE); in random_gen()
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp64 static const double MIN_EXP_BASE2_DOUBLE = std::log2(DBL_MIN); variable
107 std::uniform_real_distribution<double> dis(MIN_EXP_BASE2_DOUBLE, MAX_EXP_BASE2_DOUBLE); in random_gen()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp64 static const double MIN_EXP_BASE2_DOUBLE = std::log2(DBL_MIN); variable
107 std::uniform_real_distribution<double> dis(MIN_EXP_BASE2_DOUBLE, MAX_EXP_BASE2_DOUBLE); in random_gen()

Completed in 15 milliseconds