MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / ulp_diff

Function ulp_diff

src/treelearner/gpu_tree_learner.cpp:66–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 int64_t i;
65 double f;
66 static int64_t ulp_diff(Float_t a, Float_t b) {
67 return abs(a.i - b.i);
68 }
69};
70
71

Callers 1

CompareHistogramsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected