MCPcopy Create free account
hub / github.com/sql-js/sql.js / _double_cmp

Function _double_cmp

js/sql-debug.js:9740–9752  ·  view source on GitHub ↗
($0,$1)

Source from the content-addressed store, hash-verified

9738 return ($$0|0);
9739}
9740function _double_cmp($0,$1) {
9741 $0 = $0|0;
9742 $1 = $1|0;
9743 var $$ = 0, $$0 = 0, $2 = 0.0, $3 = 0.0, $4 = 0, $5 = 0, label = 0, sp = 0;
9744 sp = STACKTOP;
9745 $2 = +HEAPF64[$0>>3];
9746 $3 = +HEAPF64[$1>>3];
9747 $4 = $2 == $3;
9748 $5 = $2 < $3;
9749 $$ = $5 ? -1 : 1;
9750 $$0 = $4 ? 0 : $$;
9751 return ($$0|0);
9752}
9753function _modeIterate($0,$1,$2,$3) {
9754 $0 = $0|0;
9755 $1 = $1|0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…