MCPcopy Create free account
hub / github.com/antirez/llama.cpp-deepseek-v4-flash / almost_equal

Function almost_equal

tests/test-opt.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16#define TEST_LOG(...) printf(__VA_ARGS__)
17
18static bool almost_equal(const double a, const double b, const double atol) {
19 return fabs(a - b) < atol;
20}
21
22constexpr int64_t ne_datapoint = 2;
23constexpr int64_t ne_label = 1;

Callers 4

test_forward_backwardFunction · 0.85
test_idata_splitFunction · 0.85
test_regressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected