Home
last modified time | relevance | path

Searched refs:numBegin (Results 1 – 18 of 18) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsdtoa.cpp109 if (!numBegin) { in js_dtostr()
113 nDigits = numEnd - numBegin; in js_dtostr()
120 freedtoa(PASS_STATE numBegin); in js_dtostr()
122 numEnd = numBegin + nDigits; in js_dtostr()
176 numBegin--; in js_dtostr()
177 numBegin[0] = numBegin[1]; in js_dtostr()
178 numBegin[1] = '.'; in js_dtostr()
186 p = --numBegin; in js_dtostr()
203 *numBegin = '.'; in js_dtostr()
214 *--numBegin = '-'; in js_dtostr()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/util/
H A DDoubleToString.cpp96 numBegin = in js_dtostr()
98 if (!numBegin) { in js_dtostr()
102 nDigits = numEnd - numBegin; in js_dtostr()
164 numBegin--; in js_dtostr()
165 numBegin[0] = numBegin[1]; in js_dtostr()
166 numBegin[1] = '.'; in js_dtostr()
174 p = --numBegin; in js_dtostr()
189 *numBegin = '.'; in js_dtostr()
190 *--numBegin = '0'; in js_dtostr()
199 *--numBegin = '-'; in js_dtostr()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/util/
H A DDoubleToString.cpp98 numBegin = in js_dtostr()
100 if (!numBegin) { in js_dtostr()
104 nDigits = numEnd - numBegin; in js_dtostr()
166 numBegin--; in js_dtostr()
167 numBegin[0] = numBegin[1]; in js_dtostr()
168 numBegin[1] = '.'; in js_dtostr()
176 p = --numBegin; in js_dtostr()
191 *numBegin = '.'; in js_dtostr()
192 *--numBegin = '0'; in js_dtostr()
201 *--numBegin = '-'; in js_dtostr()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsdtoa.cpp98 if (!numBegin) { in js_dtostr()
102 nDigits = numEnd - numBegin; in js_dtostr()
109 freedtoa(PASS_STATE numBegin); in js_dtostr()
111 numEnd = numBegin + nDigits; in js_dtostr()
165 numBegin--; in js_dtostr()
166 numBegin[0] = numBegin[1]; in js_dtostr()
167 numBegin[1] = '.'; in js_dtostr()
175 p = --numBegin; in js_dtostr()
192 *numBegin = '.'; in js_dtostr()
203 *--numBegin = '-'; in js_dtostr()
[all …]
/dports/graphics/embree/embree-3.13.2/kernels/builders/
H A Dheuristic_spatial.h133 numBegin[i] = numEnd[i] = 0; in clear()
149 numBegin[beginID][dim]+=(unsigned int)n;
266 numBegin[i] += other.numBegin[i]; in merge()
280 c.numBegin[i] += a.numBegin[i]+b.numBegin[i]; in reduce()
312 count += numBegin[i-1]; in best()
362 vuint4 numBegin[BINS]; //!< number of primitives starting in bin member
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dstsimple.c308 TLispNumber numBegin, numEnd ; in lispMachineState_KillRegion() local
310 (void) lispEntity_GetNumberValueOrMarkerPosition (pLispMgr, pEntBegin, &numBegin) ; in lispMachineState_KillRegion()
312 if (numBegin.m_Value.m_lLong < numEnd.m_Value.m_lLong) { in lispMachineState_KillRegion()
313 nBegin = numBegin.m_Value.m_lLong ; in lispMachineState_KillRegion()
317 nEnd = numBegin.m_Value.m_lLong ; in lispMachineState_KillRegion()
/dports/devel/jsl/jsl-0.3.0/src/
H A Djsdtoa.c2783 nDigits = numEnd - numBegin; in JS_dtostr()
2825 p = numBegin + minNDigits; in JS_dtostr()
2836 numBegin--; in JS_dtostr()
2837 numBegin[0] = numBegin[1]; in JS_dtostr()
2838 numBegin[1] = '.'; in JS_dtostr()
2846 p = --numBegin; in JS_dtostr()
2859 while (p != numBegin) in JS_dtostr()
2863 *numBegin = '.'; in JS_dtostr()
2864 *--numBegin = '0'; in JS_dtostr()
2874 *--numBegin = '-'; in JS_dtostr()
[all …]
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdtoa.c2776 nDigits = numEnd - numBegin; in JS_dtostr()
2818 p = numBegin + minNDigits; in JS_dtostr()
2829 numBegin--; in JS_dtostr()
2830 numBegin[0] = numBegin[1]; in JS_dtostr()
2831 numBegin[1] = '.'; in JS_dtostr()
2839 p = --numBegin; in JS_dtostr()
2852 while (p != numBegin) in JS_dtostr()
2856 *numBegin = '.'; in JS_dtostr()
2857 *--numBegin = '0'; in JS_dtostr()
2867 *--numBegin = '-'; in JS_dtostr()
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdtoa.c2776 nDigits = numEnd - numBegin; in JS_dtostr()
2818 p = numBegin + minNDigits; in JS_dtostr()
2829 numBegin--; in JS_dtostr()
2830 numBegin[0] = numBegin[1]; in JS_dtostr()
2831 numBegin[1] = '.'; in JS_dtostr()
2839 p = --numBegin; in JS_dtostr()
2852 while (p != numBegin) in JS_dtostr()
2856 *numBegin = '.'; in JS_dtostr()
2857 *--numBegin = '0'; in JS_dtostr()
2867 *--numBegin = '-'; in JS_dtostr()
[all …]
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdtoa.c2776 nDigits = numEnd - numBegin; in JS_dtostr()
2818 p = numBegin + minNDigits; in JS_dtostr()
2829 numBegin--; in JS_dtostr()
2830 numBegin[0] = numBegin[1]; in JS_dtostr()
2831 numBegin[1] = '.'; in JS_dtostr()
2839 p = --numBegin; in JS_dtostr()
2852 while (p != numBegin) in JS_dtostr()
2856 *numBegin = '.'; in JS_dtostr()
2857 *--numBegin = '0'; in JS_dtostr()
2867 *--numBegin = '-'; in JS_dtostr()
[all …]
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_scriptEngines/spiderMonkey/src/smjs/
H A Djsdtoa.c2776 nDigits = numEnd - numBegin; in JS_dtostr()
2818 p = numBegin + minNDigits; in JS_dtostr()
2829 numBegin--; in JS_dtostr()
2830 numBegin[0] = numBegin[1]; in JS_dtostr()
2831 numBegin[1] = '.'; in JS_dtostr()
2839 p = --numBegin; in JS_dtostr()
2852 while (p != numBegin) in JS_dtostr()
2856 *numBegin = '.'; in JS_dtostr()
2857 *--numBegin = '0'; in JS_dtostr()
2867 *--numBegin = '-'; in JS_dtostr()
[all …]
/dports/lang/spidermonkey17/js/src/
H A Djsdtoa.c2777 nDigits = numEnd - numBegin; in JS_dtostr()
2819 p = numBegin + minNDigits; in JS_dtostr()
2830 numBegin--; in JS_dtostr()
2831 numBegin[0] = numBegin[1]; in JS_dtostr()
2832 numBegin[1] = '.'; in JS_dtostr()
2840 p = --numBegin; in JS_dtostr()
2853 while (p != numBegin) in JS_dtostr()
2857 *numBegin = '.'; in JS_dtostr()
2858 *--numBegin = '0'; in JS_dtostr()
2868 *--numBegin = '-'; in JS_dtostr()
[all …]
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/google/go-jsonnet/internal/parser/
H A Dlexer.go468 numBegin numLexState = iota
478 state := numBegin
484 case numBegin:
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/
H A DRE.java1103 int numBegin = index - 1; in initialize() local
1113 int num = parseInt (pattern, numBegin, numEnd - numBegin, 10); in initialize()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/util/regex/
H A DRE.java1103 int numBegin = index - 1; in initialize() local
1113 int num = parseInt (pattern, numBegin, numEnd - numBegin, 10); in initialize()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/util/regex/
H A DRE.java1103 int numBegin = index - 1; in initialize() local
1113 int num = parseInt (pattern, numBegin, numEnd - numBegin, 10); in initialize()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/util/regex/
H A DRE.java1103 int numBegin = index - 1; in initialize() local
1113 int num = parseInt (pattern, numBegin, numEnd - numBegin, 10); in initialize()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/util/regex/
H A DRE.java1103 int numBegin = index - 1; in initialize() local
1113 int num = parseInt (pattern, numBegin, numEnd - numBegin, 10); in initialize()