Home
last modified time | relevance | path

Searched refs:UTS (Results 1 – 25 of 1052) sorted by relevance

12345678910>>...43

/dports/math/fricas/fricas-1.3.7/src/algebra/
H A Dserexp.spad18 applyTaylor : ((UTS -> UTS), PS) -> PS
20 apply_taylor : (UTS, PS) -> PS
38 SingletonAsOrderedSet, UTS, UTS)
49 taylor_via_deriv(f : UTS, lx : List UTS,
62 one := coefficients(1::UTS)
68 taylor_via_lode(la : List UTS, z : UTS, lc : List Coef) : UTS ==
73 (ode((ls : List UTS) : UTS +->
84 UTS : UnivariateTaylorSeriesCategory Coef,
209 ts : UTS:= (ode((ls : List UTS) : UTS +->
218 sg : UTS := g(c0::UTS + monomial(1, 1)$UTS)
[all …]
H A Dutsode.spad8 UnivariateTaylorSeriesODESolver(Coef, UTS) : _
14 UTS : UnivariateTaylorSeriesCategory Coef
17 FN ==> (L UTS) -> UTS
23 stFunc1 : (UTS -> UTS) -> (ST -> ST)
26 stFunc2 : ((UTS, UTS) -> UTS) -> ((ST, ST) -> ST)
32 fixedPointExquo : (UTS, UTS) -> UTS
35 ode1 : ((UTS -> UTS), Coef) -> UTS
38 ode2 : ((UTS, UTS) -> UTS, Coef, Coef) -> UTS
41 ode : (FN, List Coef) -> UTS
44 mpsode : (L Coef, L FN) -> L UTS
[all …]
H A Delfuts.spad11 EllipticFunctionsUnivariateTaylorSeries(Coef, UTS):
14 UTS : UnivariateTaylorSeriesCategory Coef
24 jacobiSn : (UTS, Coef) -> UTS
27 jacobiCn : (UTS, Coef) -> UTS
30 jacobiDn : (UTS, Coef) -> UTS
34 ellipticE : (UTS, Coef) -> UTS
37 ellipticF : (UTS, Coef) -> UTS
40 ellipticPi : (UTS, Coef, Coef) -> UTS
91 c0::UTS + integrate(s1*s2*dz)
104 c0::UTS + integrate(s1*s2*dz)
[all …]
H A Dlaurent.spad25 laurent : (I, UTS) -> %
30 taylorRep : % -> UTS
52 coerce : UTS -> %
55 taylor : % -> UTS
69 retract(x : %) : UTS == taylor x
103 monom ==> monomial$UTS
116 getUTS : % -> UTS
148 uts :: UTS
232 laurent(-d, uts :: UTS)
237 uts2 := uts :: UTS
[all …]
H A Dfs2ups.spad151 integt : UTS -> UTS
434 zvar := monomial(1, 1)$UTS + z0::UTS
440 zvar := monomial(1, 1)$UTS + z0::UTS
447 zvar := monomial(1, 1)$UTS + z0::UTS
455 zvar := monomial(1, 1)$UTS + z0::UTS
462 zvar := monomial(1, 1)$UTS + z0::UTS
471 zvar := monomial(1, 1)$UTS + z0::UTS
592 if UTS has integrate : UTS -> UTS then
637 lxx := log(1$UTS - xx)$UTS
664 ldig := monomial(-1, 2)$UTS*differentiate(lgs)$UTS
[all …]
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DUTS.lsp19 (SDEFUN |UTS;monomial;CoefNni$;5|
25 (SDEFUN |UTS;getExpon|
32 (SDEFUN |UTS;getCoef|
39 (SDEFUN |UTS;rec|
44 (SDEFUN |UTS;recs|
52 (SDEFUN |UTS;recs!0| (($$ NIL))
74 (SDEFUN |UTS;terms;$S;10|
80 (SDEFUN |UTS;recsToCoefs|
121 (SDEFUN |UTS;series;S$;12|
127 (SDEFUN |UTS;stToPoly|
[all …]
H A DUTSODE.lsp3 ((|f| |Mapping| UTS UTS)
17 ((|f| |Mapping| UTS UTS UTS)
33 ((|f| |Mapping| UTS (|List| UTS))
167 ((|f| |Mapping| UTS UTS) (|c| |Coef|) ($ UTS))
209 ((|f| |Mapping| UTS UTS UTS) (|c0| |Coef|) (|c1| |Coef|) ($ UTS))
259 ((|f| |Mapping| UTS (|List| UTS)) (|cl| |List| |Coef|) ($ UTS))
323 ((|cs| |List| |Coef|) (|lsts| |List| (|Mapping| UTS (|List| UTS)))
324 ($ |List| UTS))
H A DTSEREXPT.lsp42 ((|f| UTS) (|lx| |List| UTS) (|ld| |List| (|Mapping| |Coef| |Coef|))
43 ($ UTS))
46 (|xs| #1#) (|fs| #1#) (|x1| (UTS)))
92 ((|la| |List| UTS) (|z| UTS) (|lc| |List| |Coef|) ($ UTS))
142 ((|g| |Mapping| UTS UTS) (|f| UTS) ($ UTS)) (SPADCALL |f| |g|))
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UnitTestFrameworkPkg/Library/UnitTestLib/
H A DUnitTestLib.c354 NewSuiteEntry->UTS.NumTests = 0; in CreateUnitTestSuite()
355 NewSuiteEntry->UTS.Title = AllocateAndCopyString (Title); in CreateUnitTestSuite()
356 NewSuiteEntry->UTS.Name = AllocateAndCopyString (Name); in CreateUnitTestSuite()
357 NewSuiteEntry->UTS.Setup = Setup; in CreateUnitTestSuite()
358 NewSuiteEntry->UTS.Teardown = Teardown; in CreateUnitTestSuite()
359 NewSuiteEntry->UTS.ParentFramework = FrameworkHandle; in CreateUnitTestSuite()
362 if (NewSuiteEntry->UTS.Title == NULL) { in CreateUnitTestSuite()
367 if (NewSuiteEntry->UTS.Name == NULL) { in CreateUnitTestSuite()
375 SetSuiteFingerprint( &NewSuiteEntry->UTS.Fingerprint[0], Framework, &NewSuiteEntry->UTS ); in CreateUnitTestSuite()
383 *SuiteHandle = (UNIT_TEST_SUITE_HANDLE)(&NewSuiteEntry->UTS); in CreateUnitTestSuite()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UnitTestFrameworkPkg/Library/UnitTestLib/
H A DUnitTestLib.c354 NewSuiteEntry->UTS.NumTests = 0; in CreateUnitTestSuite()
355 NewSuiteEntry->UTS.Title = AllocateAndCopyString (Title); in CreateUnitTestSuite()
356 NewSuiteEntry->UTS.Name = AllocateAndCopyString (Name); in CreateUnitTestSuite()
357 NewSuiteEntry->UTS.Setup = Setup; in CreateUnitTestSuite()
358 NewSuiteEntry->UTS.Teardown = Teardown; in CreateUnitTestSuite()
359 NewSuiteEntry->UTS.ParentFramework = FrameworkHandle; in CreateUnitTestSuite()
362 if (NewSuiteEntry->UTS.Title == NULL) { in CreateUnitTestSuite()
367 if (NewSuiteEntry->UTS.Name == NULL) { in CreateUnitTestSuite()
375 SetSuiteFingerprint( &NewSuiteEntry->UTS.Fingerprint[0], Framework, &NewSuiteEntry->UTS ); in CreateUnitTestSuite()
383 *SuiteHandle = (UNIT_TEST_SUITE_HANDLE)(&NewSuiteEntry->UTS); in CreateUnitTestSuite()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UnitTestFrameworkPkg/Library/UnitTestLib/
H A DUnitTestLib.c354 NewSuiteEntry->UTS.NumTests = 0; in CreateUnitTestSuite()
355 NewSuiteEntry->UTS.Title = AllocateAndCopyString (Title); in CreateUnitTestSuite()
356 NewSuiteEntry->UTS.Name = AllocateAndCopyString (Name); in CreateUnitTestSuite()
357 NewSuiteEntry->UTS.Setup = Setup; in CreateUnitTestSuite()
358 NewSuiteEntry->UTS.Teardown = Teardown; in CreateUnitTestSuite()
359 NewSuiteEntry->UTS.ParentFramework = FrameworkHandle; in CreateUnitTestSuite()
362 if (NewSuiteEntry->UTS.Title == NULL) { in CreateUnitTestSuite()
367 if (NewSuiteEntry->UTS.Name == NULL) { in CreateUnitTestSuite()
375 SetSuiteFingerprint( &NewSuiteEntry->UTS.Fingerprint[0], Framework, &NewSuiteEntry->UTS ); in CreateUnitTestSuite()
383 *SuiteHandle = (UNIT_TEST_SUITE_HANDLE)(&NewSuiteEntry->UTS); in CreateUnitTestSuite()
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/UnitTestFrameworkPkg/Library/UnitTestLib/
H A DUnitTestLib.c354 NewSuiteEntry->UTS.NumTests = 0; in CreateUnitTestSuite()
355 NewSuiteEntry->UTS.Title = AllocateAndCopyString (Title); in CreateUnitTestSuite()
356 NewSuiteEntry->UTS.Name = AllocateAndCopyString (Name); in CreateUnitTestSuite()
357 NewSuiteEntry->UTS.Setup = Setup; in CreateUnitTestSuite()
358 NewSuiteEntry->UTS.Teardown = Teardown; in CreateUnitTestSuite()
359 NewSuiteEntry->UTS.ParentFramework = FrameworkHandle; in CreateUnitTestSuite()
362 if (NewSuiteEntry->UTS.Title == NULL) { in CreateUnitTestSuite()
367 if (NewSuiteEntry->UTS.Name == NULL) { in CreateUnitTestSuite()
375 SetSuiteFingerprint( &NewSuiteEntry->UTS.Fingerprint[0], Framework, &NewSuiteEntry->UTS ); in CreateUnitTestSuite()
383 *SuiteHandle = (UNIT_TEST_SUITE_HANDLE)(&NewSuiteEntry->UTS); in CreateUnitTestSuite()
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/UnitTestFrameworkPkg/Library/UnitTestLib/
H A DUnitTestLib.c354 NewSuiteEntry->UTS.NumTests = 0;
355 NewSuiteEntry->UTS.Title = AllocateAndCopyString (Title);
356 NewSuiteEntry->UTS.Name = AllocateAndCopyString (Name);
357 NewSuiteEntry->UTS.Setup = Setup;
358 NewSuiteEntry->UTS.Teardown = Teardown;
359 NewSuiteEntry->UTS.ParentFramework = FrameworkHandle;
362 if (NewSuiteEntry->UTS.Title == NULL) {
367 if (NewSuiteEntry->UTS.Name == NULL) {
375 SetSuiteFingerprint( &NewSuiteEntry->UTS.Fingerprint[0], Framework, &NewSuiteEntry->UTS );
383 *SuiteHandle = (UNIT_TEST_SUITE_HANDLE)(&NewSuiteEntry->UTS);
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/plat/imx/common/
H A Dimx_uart_console.S15 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
55 ldr w2, [x1, #UTS]
61 ldr w2, [x1, #UTS]
74 ldr w1, [x0, #UTS]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/plat/imx/common/
H A Dimx_uart_console.S15 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
55 ldr w2, [x1, #UTS]
61 ldr w2, [x1, #UTS]
74 ldr w1, [x0, #UTS]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/plat/imx/common/
H A Dimx_uart_console.S15 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
55 ldr w2, [x1, #UTS]
61 ldr w2, [x1, #UTS]
74 ldr w1, [x0, #UTS]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/plat/imx/common/
H A Dimx_uart_console.S15 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
55 ldr w2, [x1, #UTS]
61 ldr w2, [x1, #UTS]
74 ldr w1, [x0, #UTS]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/plat/imx/common/
H A Dimx_uart_console.S15 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
55 ldr w2, [x1, #UTS]
61 ldr w2, [x1, #UTS]
74 ldr w1, [x0, #UTS]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_mxc.c81 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY); in serial_getc()
201 while(!(__REG(UART_PHYS + UTS) & UTS_TXEMPTY)); in serial_putc()
214 if (__REG(UART_PHYS + UTS) & UTS_RXEMPTY) in serial_tstc()
244 __REG(UART_PHYS + UTS) = 0x0; in serial_init()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_mxc.c81 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY); in serial_getc()
201 while(!(__REG(UART_PHYS + UTS) & UTS_TXEMPTY)); in serial_putc()
214 if (__REG(UART_PHYS + UTS) & UTS_RXEMPTY) in serial_tstc()
244 __REG(UART_PHYS + UTS) = 0x0; in serial_init()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_mxc.c81 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY); in serial_getc()
201 while(!(__REG(UART_PHYS + UTS) & UTS_TXEMPTY)); in serial_putc()
214 if (__REG(UART_PHYS + UTS) & UTS_RXEMPTY) in serial_tstc()
244 __REG(UART_PHYS + UTS) = 0x0; in serial_init()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_mxc.c81 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY); in serial_getc()
201 while(!(__REG(UART_PHYS + UTS) & UTS_TXEMPTY)); in serial_putc()
214 if (__REG(UART_PHYS + UTS) & UTS_RXEMPTY) in serial_tstc()
244 __REG(UART_PHYS + UTS) = 0x0; in serial_init()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_mxc.c81 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY); in serial_getc()
201 while(!(__REG(UART_PHYS + UTS) & UTS_TXEMPTY)); in serial_putc()
214 if (__REG(UART_PHYS + UTS) & UTS_RXEMPTY) in serial_tstc()
244 __REG(UART_PHYS + UTS) = 0x0; in serial_init()
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_mxc.c81 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY); in serial_getc()
201 while(!(__REG(UART_PHYS + UTS) & UTS_TXEMPTY)); in serial_putc()
214 if (__REG(UART_PHYS + UTS) & UTS_RXEMPTY) in serial_tstc()
244 __REG(UART_PHYS + UTS) = 0x0; in serial_init()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/serial/
H A Dserial_mxc.c81 #define UTS 0xb4 /* UART Test Register (mx31) */ macro
192 while (__REG(UART_PHYS + UTS) & UTS_RXEMPTY); in serial_getc()
201 while(!(__REG(UART_PHYS + UTS) & UTS_TXEMPTY)); in serial_putc()
214 if (__REG(UART_PHYS + UTS) & UTS_RXEMPTY) in serial_tstc()
244 __REG(UART_PHYS + UTS) = 0x0; in serial_init()

12345678910>>...43