Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dencoder_test_common.h72 inline const double MAX_EXP_BASE2_DOUBLE = std::log2(DBL_MAX) - 1.0; 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.cpp64 static const double MAX_EXP_BASE2_DOUBLE = std::log2(DBL_MAX) - 1.0; 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.cpp65 static const double MAX_EXP_BASE2_DOUBLE = std::log2(DBL_MAX) - 1.0; 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.cpp65 static const double MAX_EXP_BASE2_DOUBLE = std::log2(DBL_MAX) - 1.0; variable
107 std::uniform_real_distribution<double> dis(MIN_EXP_BASE2_DOUBLE, MAX_EXP_BASE2_DOUBLE); in random_gen()

Completed in 15 milliseconds