Home
last modified time | relevance | path

Searched refs:twodigits (Results 1 – 25 of 77) sorted by relevance

1234

/dports/devel/hp48cc/hp48cc-1.3/examples/
H A Dastro.hpc5 // twodigits(3) returns "03"
6 // twodigits(12) returns "12"
7 declare twodigits(x) {
27 d = twodigits(IP(x));
29 m = twodigits(IP(x));
31 s = twodigits(RND(x, 0));
39 h = twodigits(IP(x));
41 m = twodigits(IP(x));
43 s = twodigits(RND(x, 0));
/dports/games/vvvvvv/VVVVVV-cb3640e5/desktop_version/src/
H A DUtilityClass.cpp116 std::string UtilityClass::twodigits( int t ) in twodigits() function in UtilityClass
137 tempstring = String(temp) + ":" + twodigits(splitseconds[t]); in timestring()
144 tempstring = String(temp2) + ":" + twodigits(temp) + ":" + twodigits(splitseconds[t]); in timestring()
/dports/comms/hylafax/hylafax-6.0.7/hfaxd/
H A DParser.c++919 tm.tm_hour = 60*60*twodigits(cp, 60); in cmd()
926 tm.tm_min = twodigits(cp+10, 60); in cmd()
927 tm.tm_hour = twodigits(cp+8, 24); in cmd()
928 tm.tm_mday = twodigits(cp+6, 31); in cmd()
929 tm.tm_mon = twodigits(cp+4, 12) -1; in cmd()
1375 tm.tm_hour = twodigits(cp+8, 24); in TIMESPEC()
1376 tm.tm_mday = twodigits(cp+6, 32); in TIMESPEC()
1389 + 60*60*twodigits(cp+2, 24) in TIMESPEC()
1390 + 60*twodigits(cp+4, 60); in TIMESPEC()
1392 result = 60*twodigits(cp, 60) in TIMESPEC()
[all …]
/dports/security/zebedee/zebedee-2.5.3/
H A Dhuge.c183 twodigits r = 0; in _huge_get_char()
220 twodigits t = 0; in huge_from_binary()
224 t |= (twodigits) s[r] << (j * 8); in huge_from_binary()
337 twodigits carry = extra; in muladd1()
357 twodigits rem = 0; in divrem1()
566 twodigits q; in x_divrem()
578 ((twodigits) vj << SHIFT) in x_divrem()
589 + ((twodigits) zz << SHIFT); in x_divrem()
802 twodigits carry = 0; in huge_mul()
803 twodigits f = a->ob_digit[i]; in huge_mul()
[all …]
/dports/games/vvvvvv/VVVVVV-cb3640e5/mobile_version/src/
H A Dhelpclass.as74 public function twodigits(t:int):String { method in helpclass
94 tempstring = String(temp) + ":" + twodigits(splitseconds[t]);
99 tempstring = String(temp2) + ":" + twodigits(temp) + ":" + twodigits(splitseconds[t]);
/dports/databases/py-gdbm/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/lang/python310/Python-3.10.1/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/lang/python37/Python-3.7.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/lang/python38/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/lang/python311/Python-3.11.0a3/Include/cpython/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/lang/python-tools/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/lang/python39/Python-3.9.9/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/databases/py-sqlite3/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_8/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_9/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_7/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_6/cpython_src/Include/
H A Dlongintrepr.h47 typedef uint64_t twodigits; typedef
55 typedef unsigned long twodigits;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
H A Dlongobject.c1263 twodigits acc = (twodigits)a[i] << d | carry; in v_lshift()
1282 twodigits acc = (twodigits)carry << PyLong_SHIFT | a[i]; in v_rshift()
1298 twodigits rem = 0; in inplace_divrem1()
1381 twodigits z = (twodigits)pout[j] << PyLong_SHIFT | hi; in long_to_decimal_string()
1504 twodigits accum = 0; in _PyLong_Format()
1536 twodigits newpow = powbase * (twodigits)base; in _PyLong_Format()
1660 twodigits accum; in long_from_binary_base()
2082 twodigits vv; in x_divrem()
2152 while ((twodigits)wm2 * q > (((twodigits)r << PyLong_SHIFT) in x_divrem()
2592 twodigits carry; in x_mul()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dlongobject.c1263 twodigits acc = (twodigits)a[i] << d | carry; in v_lshift()
1282 twodigits acc = (twodigits)carry << PyLong_SHIFT | a[i]; in v_rshift()
1298 twodigits rem = 0; in inplace_divrem1()
1381 twodigits z = (twodigits)pout[j] << PyLong_SHIFT | hi; in long_to_decimal_string()
1504 twodigits accum = 0; in _PyLong_Format()
1536 twodigits newpow = powbase * (twodigits)base; in _PyLong_Format()
1660 twodigits accum; in long_from_binary_base()
2082 twodigits vv; in x_divrem()
2152 while ((twodigits)wm2 * q > (((twodigits)r << PyLong_SHIFT) in x_divrem()
2592 twodigits carry; in x_mul()
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/plugins/Include/
H A Dlongintrepr.h51 typedef PY_UINT64_T twodigits; typedef
59 typedef unsigned long twodigits;
/dports/lang/python27/Python-2.7.18/Include/
H A Dlongintrepr.h47 typedef PY_UINT64_T twodigits; typedef
55 typedef unsigned long twodigits;
/dports/lang/python-legacy/Python-2.7.18/Include/
H A Dlongintrepr.h47 typedef PY_UINT64_T twodigits; typedef
55 typedef unsigned long twodigits;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dlongintrepr.h47 typedef PY_UINT64_T twodigits; typedef
55 typedef unsigned long twodigits;

1234