Home
last modified time | relevance | path

Searched refs:bnum (Results 1 – 4 of 4) sorted by relevance

/third_party/iowow/src/utils/
Diwconv.c256 int64_t anum = 0, bnum = 0; in iwafcmp() local
291 bnum = bnum * 10 + c - '0'; in iwafcmp()
295 bnum *= bsign; in iwafcmp()
296 if (anum < bnum) return -1; in iwafcmp()
297 if (anum > bnum) return 1; in iwafcmp()
/third_party/python/Lib/
Dpdb.py558 bnum = len(bdb.Breakpoint.bpbynumber) - 1
561 bnum = int(arg)
565 self.commands_bnum = bnum
567 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] = True
575 self.commands_silent[bnum] = False
[all …]
/third_party/node/deps/npm/node_modules/semver/
Dsemver.js578 var bnum = numeric.test(b)
580 if (anum && bnum) {
586 : (anum && !bnum) ? -1
587 : (bnum && !anum) ? 1
/third_party/node/tools/
Dlint-md.mjs16445 const bnum = numeric$1.test(b); constant
16447 if (anum && bnum) {
16453 : (anum && !bnum) ? -1
16454 : (bnum && !anum) ? 1