Searched refs:bnum (Results 1 – 6 of 6) sorted by relevance
4 const bnum = numeric.test(b) constant6 if (anum && bnum) {12 : (anum && !bnum) ? -113 : (bnum && !anum) ? 1
34 function func(bnum: bigint) {36 bnum++;38 return bnum;
26 const bnum = 0b10_01; constant30 Assert.equal(9, bnum);
558 bnum = len(bdb.Breakpoint.bpbynumber) - 1561 bnum = int(arg)565 self.commands_bnum = bnum567 if bnum in self.commands:568 old_command_defs = (self.commands[bnum],569 self.commands_doprompt[bnum],570 self.commands_silent[bnum])573 self.commands[bnum] = []574 self.commands_doprompt[bnum] = True575 self.commands_silent[bnum] = False[all …]
19682 const bnum = numeric.test(b); constant19683 if (anum && bnum) {19688 : (anum && !bnum) ? -119689 : (bnum && !anum) ? 1
1138 const bnum = numeric.test(b);1139 if (anum && bnum) {1143 return a === b ? 0 : anum && !bnum ? -1 : bnum && !anum ? 1 : a < b ? -1 : 1;