Home
last modified time | relevance | path

Searched refs:BCD (Results 1 – 25 of 2737) sorted by relevance

12345678910>>...110

/dports/security/cardpeek/cardpeek-0.8.4/dot_cardpeek_dir/scripts/
H A Dmoneo.lua31 function BCD(data,index) function
36 return string.format("%i,%i Euros", BCD(data,0)*100+BCD(data,1), BCD(data,2))
40 return string.format("%02i/%02i/%i", BCD(data,2), BCD(data,1), 2000+BCD(data,0))
44 …return string.format("%02i/%02i/%i %02i:%02i:%02i", BCD(data,3), BCD(data,2), BCD(data,0)*100+BCD(…
45 BCD(data,4), BCD(data,5), BCD(data,6))
61 alt = string.format("%i/%i", BCD(data,11), BCD(data,10)+2000)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/
H A Dmisc.py28 BCD = [0x0316] variable in PALMPRE
48 BCD = [0x0319] variable in AVANT
89 BCD = [0x224] variable in PDNOVEL
112 BCD = [0x222] variable in PDNOVEL_KOBO
137 BCD = [0x224] variable in VELOCITYMICRO
158 BCD = None variable in GEMEI
179 BCD = [0x323] variable in LUMIREAD
215 BCD = [0x0002] variable in ALURATEK_COLOR
270 BCD = [0x0319] variable in EEEREADER
368 BCD = [0x02] variable in MOOVYBOOK
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dfmtbcd.pp241 { BCD Arithmetic}
1037 BCD do
1085 WITH BCD,
1242 { BCD Arithmetic}
1257 BCD.Negativ := NOT BCD.Negativ;
1652 Result := NormalizeBCD ( BCD, BCD, Precision, Decimals )
1841 if BCDPrecision(BCD) - BCDScale(BCD) > 15 then
1876 BCD : tBCD;
1942 BCD : tBCD;
3506 z := BCD;
[all …]
/dports/lang/fpc/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dfmtbcd.pp241 { BCD Arithmetic}
1037 BCD do
1085 WITH BCD,
1242 { BCD Arithmetic}
1257 BCD.Negativ := NOT BCD.Negativ;
1652 Result := NormalizeBCD ( BCD, BCD, Precision, Decimals )
1841 if BCDPrecision(BCD) - BCDScale(BCD) > 15 then
1876 BCD : tBCD;
1942 BCD : tBCD;
3506 z := BCD;
[all …]
/dports/lang/fpc-rtl-objpas/fpc-3.2.2/packages/rtl-objpas/src/inc/
H A Dfmtbcd.pp241 { BCD Arithmetic}
1037 BCD do
1085 WITH BCD,
1242 { BCD Arithmetic}
1257 BCD.Negativ := NOT BCD.Negativ;
1652 Result := NormalizeBCD ( BCD, BCD, Precision, Decimals )
1841 if BCDPrecision(BCD) - BCDScale(BCD) > 15 then
1876 BCD : tBCD;
1942 BCD : tBCD;
3506 z := BCD;
[all …]
/dports/science/chrono/chrono-7.0.1/data/vehicle/Nissan_Patrol/json/
H A Dsuv_Pac89Tire.json35 "a3" : 2613.92367840654, // BCD (slope at zero slip) calculation
36 "a4" : 48.857910109076, // BCD (slope at zero slip) calculation
37 "a5" : 0.0, // BCD (slope at zero slip) calculation
51 "b3" : -2.55317715303733, // BCD (slope at zero slip) calculation
52 "b4" : 208.777316195246, // BCD (slope at zero slip) calculation
53 "b5" : 0.0073134908964823, // BCD (slope at zero slip) calculation
64 "c3" : -0.277098, // BCD (slope at zero slip) calculation
65 "c4" : -0.944859, // BCD (slope at zero slip) calculation
66 "c5" : 0.0, // BCD (slope at zero slip) calculation
67 "c6" : 0.0027699, // BCD (slope at zero slip) calculation
/dports/science/chrono/chrono-7.0.1/data/vehicle/hmmwv/tire/
H A DHMMWV_Pac89Tire.json35 "a3" : 2613.92367840654, // BCD (slope at zero slip) calculation
36 "a4" : 48.857910109076, // BCD (slope at zero slip) calculation
37 "a5" : 0.0, // BCD (slope at zero slip) calculation
51 "b3" : -2.55317715303733, // BCD (slope at zero slip) calculation
52 "b4" : 208.777316195246, // BCD (slope at zero slip) calculation
53 "b5" : 0.0073134908964823, // BCD (slope at zero slip) calculation
64 "c3" : -0.277098, // BCD (slope at zero slip) calculation
65 "c4" : -0.944859, // BCD (slope at zero slip) calculation
66 "c5" : 0.0, // BCD (slope at zero slip) calculation
67 "c6" : 0.0027699, // BCD (slope at zero slip) calculation
/dports/devel/asl/asl-current/include/stm8/stm8l/
H A Drtc.inc17 RTC_ST bfield RTC_TR1,4,3 ; Second tens in BCD format
18 RTC_SU bfield RTC_TR1,0,4 ; Second units in BCD format
20 RTC_MNT bfield RTC_TR2,4,3 ; Minute tens in BCD format
24 RTC_HT bfield RTC_TR3,4,2 ; Hour tens in BCD format
25 RTC_HU bfield RTC_TR3,0,4 ; Hour units in BCD format
27 RTC_DT bfield RTC_DR1,4,2 ; Date tens in BCD format
28 RTC_DU bfield RTC_DR1,0,4 ; Date units in BCD format
31 RTC_MT bit RTC_DR2,4 ; Month tens in BCD format
32 RTC_MU bfield RTC_DR2,0,4 ; Month units in BCD format
34 RTC_YT bfield RTC_DR3,4,4 ; Year tens in BCD format
[all …]
/dports/emulators/gxemul/gxemul-0.6.3/src/devices/
H A Ddev_mk48txx.cc51 #define BCD(x) ((((x) / 10) << 4) + ((x) % 10)) macro
66 d->reg[MK48T08_CLKOFF + MK48TXX_ISEC] = BCD(tmp->tm_sec); in mk48txx_update_regs()
67 d->reg[MK48T08_CLKOFF + MK48TXX_IMIN] = BCD(tmp->tm_min); in mk48txx_update_regs()
68 d->reg[MK48T08_CLKOFF + MK48TXX_IHOUR] = BCD(tmp->tm_hour); in mk48txx_update_regs()
70 d->reg[MK48T08_CLKOFF + MK48TXX_IDAY] = BCD(tmp->tm_mday); in mk48txx_update_regs()
71 d->reg[MK48T08_CLKOFF + MK48TXX_IMON] = BCD(tmp->tm_mon + 1); in mk48txx_update_regs()
72 d->reg[MK48T08_CLKOFF + MK48TXX_IYEAR] = BCD(tmp->tm_year % 100); in mk48txx_update_regs()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/devices/eb600/
H A Ddriver.py38 BCD = [0x110] variable in EB600
69 BCD = [0x226, 0x9999] variable in TOLINO
197 BCD = [0x110] variable in POCKETBOOK360
218 BCD = [0x9999] variable in POCKETBOOKHD
231 BCD = [0x132] variable in GER2
290 BCD = [0x110, 0x323] variable in INVESBOOK
348 BCD = [0x132] variable in POCKETBOOK301
382 BCD = [0x0326] variable in POCKETBOOK622
392 BCD = [0x0323] variable in POCKETBOOK360P
415 BCD = [0x0224] variable in POCKETBOOK701
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DSwCDR.py109 -- BCD encoded representation of the number.
114 -- BCD encoded representation of the number.
121 -- BCD encoded representation of the number.
187 -- YY = year, 00-99, BCD encoded
188 -- MM = month, 01-12, BCD encoded
189 -- DD = day, 01-31, BCD encoded
190 -- hh = hour, 00-23, BCD encoded
191 -- mm = minute, 00-59, BCD encoded
192 -- ss = second, 00-59, BCD encoded
193 -- ddd = millisecond, 000-999, BCD encoded
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/
H A DSwCDR.py109 -- BCD encoded representation of the number.
114 -- BCD encoded representation of the number.
121 -- BCD encoded representation of the number.
187 -- YY = year, 00-99, BCD encoded
188 -- MM = month, 01-12, BCD encoded
189 -- DD = day, 01-31, BCD encoded
190 -- hh = hour, 00-23, BCD encoded
191 -- mm = minute, 00-59, BCD encoded
192 -- ss = second, 00-59, BCD encoded
193 -- ddd = millisecond, 000-999, BCD encoded
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/
H A DSwCDR.py109 -- BCD encoded representation of the number.
114 -- BCD encoded representation of the number.
121 -- BCD encoded representation of the number.
187 -- YY = year, 00-99, BCD encoded
188 -- MM = month, 01-12, BCD encoded
189 -- DD = day, 01-31, BCD encoded
190 -- hh = hour, 00-23, BCD encoded
191 -- mm = minute, 00-59, BCD encoded
192 -- ss = second, 00-59, BCD encoded
193 -- ddd = millisecond, 000-999, BCD encoded
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DSwCDR.py109 -- BCD encoded representation of the number.
114 -- BCD encoded representation of the number.
121 -- BCD encoded representation of the number.
187 -- YY = year, 00-99, BCD encoded
188 -- MM = month, 01-12, BCD encoded
189 -- DD = day, 01-31, BCD encoded
190 -- hh = hour, 00-23, BCD encoded
191 -- mm = minute, 00-59, BCD encoded
192 -- ss = second, 00-59, BCD encoded
193 -- ddd = millisecond, 000-999, BCD encoded
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DSwCDR.py109 -- BCD encoded representation of the number.
114 -- BCD encoded representation of the number.
121 -- BCD encoded representation of the number.
187 -- YY = year, 00-99, BCD encoded
188 -- MM = month, 01-12, BCD encoded
189 -- DD = day, 01-31, BCD encoded
190 -- hh = hour, 00-23, BCD encoded
191 -- mm = minute, 00-59, BCD encoded
192 -- ss = second, 00-59, BCD encoded
193 -- ddd = millisecond, 000-999, BCD encoded
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/
H A DSwCDR.py109 -- BCD encoded representation of the number.
114 -- BCD encoded representation of the number.
121 -- BCD encoded representation of the number.
187 -- YY = year, 00-99, BCD encoded
188 -- MM = month, 01-12, BCD encoded
189 -- DD = day, 01-31, BCD encoded
190 -- hh = hour, 00-23, BCD encoded
191 -- mm = minute, 00-59, BCD encoded
192 -- ss = second, 00-59, BCD encoded
193 -- ddd = millisecond, 000-999, BCD encoded
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/asn1/test/asn1_SUITE_data/
H A DSwCDR.py109 -- BCD encoded representation of the number.
114 -- BCD encoded representation of the number.
121 -- BCD encoded representation of the number.
187 -- YY = year, 00-99, BCD encoded
188 -- MM = month, 01-12, BCD encoded
189 -- DD = day, 01-31, BCD encoded
190 -- hh = hour, 00-23, BCD encoded
191 -- mm = minute, 00-59, BCD encoded
192 -- ss = second, 00-59, BCD encoded
193 -- ddd = millisecond, 000-999, BCD encoded
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dflatin.pyx16 if s in (u'ABC', u'BCD', u'ABC'[:3], u'ABC'[::-1], u'ABC'[-1]):
18 elif s.upper() in (u'ABC', u'BCD'):
35 >>> test_not_in('BCD')
38 if s not in (u'ABC', u'BCD', u'CDE', u'CDEF'):
40 elif s.upper() not in (u'ABC', u'BCD', u'CDEF'):
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dflatin.pyx16 if s in (u'ABC', u'BCD', u'ABC'[:3], u'ABC'[::-1], u'ABC'[-1]):
18 elif s.upper() in (u'ABC', u'BCD'):
35 >>> test_not_in('BCD')
38 if s not in (u'ABC', u'BCD', u'CDE', u'CDEF'):
40 elif s.upper() not in (u'ABC', u'BCD', u'CDEF'):
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.target/xstormy16/
H A Dbelow100.S117 #define BCD(x) (((x)/10)%10)*0x10+((x)%10) macro
118 #define BCD4(x) BCD((x)/100),BCD(x)
119 #define BCD6(x) BCD((x)/10000),BCD((x)/100),BCD(x)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.target/xstormy16/
H A Dbelow100.S117 #define BCD(x) (((x)/10)%10)*0x10+((x)%10) macro
118 #define BCD4(x) BCD((x)/100),BCD(x)
119 #define BCD6(x) BCD((x)/10000),BCD((x)/100),BCD(x)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/xstormy16/
H A Dbelow100.S117 #define BCD(x) (((x)/10)%10)*0x10+((x)%10) macro
118 #define BCD4(x) BCD((x)/100),BCD(x)
119 #define BCD6(x) BCD((x)/10000),BCD((x)/100),BCD(x)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.target/xstormy16/
H A Dbelow100.S117 #define BCD(x) (((x)/10)%10)*0x10+((x)%10) macro
118 #define BCD4(x) BCD((x)/100),BCD(x)
119 #define BCD6(x) BCD((x)/10000),BCD((x)/100),BCD(x)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.target/xstormy16/
H A Dbelow100.S117 #define BCD(x) (((x)/10)%10)*0x10+((x)%10) macro
118 #define BCD4(x) BCD((x)/100),BCD(x)
119 #define BCD6(x) BCD((x)/10000),BCD((x)/100),BCD(x)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.target/xstormy16/
H A Dbelow100.S117 #define BCD(x) (((x)/10)%10)*0x10+((x)%10) macro
118 #define BCD4(x) BCD((x)/100),BCD(x)
119 #define BCD6(x) BCD((x)/10000),BCD((x)/100),BCD(x)

12345678910>>...110