Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
Dutils.h21 inline bool NearEqual(const double left, const double right, const double epsilon) in NearEqual()
32 constexpr double epsilon = 0.001f; variable
39 constexpr double epsilon = 0.00001f; variable
49 inline bool NearZero(const double value, const double epsilon) in NearZero()
56 constexpr double epsilon = 0.001f; in NearEqual() local
62 constexpr double epsilon = 0.001f; in NearZero() local
68 constexpr double epsilon = 0.001f; in LessOrEqual() local
74 constexpr double epsilon = -0.001f; in LessNotEqual() local
80 constexpr double epsilon = -0.001f; in GreatOrEqual() local
86 constexpr double epsilon = 0.001f; in GreatNotEqual() local
/test/xts/acts/ai/nncore/opstest/src/
Dl2_normalize_test.cpp36 …OHNNOperandTest epsilon = {OH_NN_FLOAT32, OH_NN_L2_NORMALIZE_EPSILON, {1}, epsilonValue, sizeof(fl… member
55 …OHNNOperandTest epsilon = {OH_NN_FLOAT32, OH_NN_L2_NORMALIZE_EPSILON, {1}, epsilonValue, sizeof(fl… member
74 …OHNNOperandTest epsilon = {OH_NN_FLOAT32, OH_NN_L2_NORMALIZE_EPSILON, {1}, epsilonValue, sizeof(fl… member
Dinstance_norm_test.cpp41 …OHNNOperandTest epsilon = {OH_NN_FLOAT32, OH_NN_INSTANCE_NORM_EPSILON, {1}, &epsilonValue, sizeof(… member
64 …OHNNOperandTest epsilon = {OH_NN_FLOAT32, OH_NN_INSTANCE_NORM_EPSILON, {1}, &epsilonValue, sizeof(… member
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dmathndk.cpp2898 static int FloatEqual(float a, float b, float epsilon) in FloatEqual()