Home
last modified time | relevance | path

Searched refs:RTS (Results 1 – 25 of 2500) sorted by relevance

12345678910>>...100

/dports/science/erd/erd-3.0.6/src/
H A Derd__rys_5_roots_weights.f20 + RTS,
267 RTS (M) = R1 / (ONE + R1)
268 RTS (M+1) = R2 / (ONE + R2)
269 RTS (M+2) = R3 / (ONE + R3)
270 RTS (M+3) = R4 / (ONE + R4)
271 RTS (M+4) = R5 / (ONE + R5)
1240 RTS (M) = R15 / T
1241 RTS (M+1) = R25 / T
1242 RTS (M+2) = R35 / T
1243 RTS (M+3) = R45 / T
[all …]
H A Derd__rys_4_roots_weights.f20 + RTS,
243 RTS (M) = R1 / (ONE + R1)
244 RTS (M+1) = R2 / (ONE + R2)
245 RTS (M+2) = R3 / (ONE + R3)
246 RTS (M+3) = R4 / (ONE + R4)
367 RTS (M) = R1 / (ONE + R1)
368 RTS (M+1) = R2 / (ONE + R2)
935 RTS (M) = R14 / T
936 RTS (M+1) = R24 / T
937 RTS (M+2) = R34 / T
[all …]
H A Derd__rys_2_roots_weights.f20 + RTS,
188 RTS (M) = R1 / (ONE + R1)
189 RTS (M+1) = R2 / (ONE + R2)
244 RTS (M) = R1 / (ONE + R1)
245 RTS (M+1) = R2 / (ONE + R2)
299 RTS (M) = R1 / (ONE + R1)
300 RTS (M+1) = R2 / (ONE + R2)
359 RTS (M) = R1 / (ONE + R1)
360 RTS (M+1) = R2 / (ONE + R2)
489 RTS (M) = R12 / T
[all …]
H A Derd__rys_3_roots_weights.f222 RTS (M) = T1
223 RTS (M+1) = T2
224 RTS (M+2) = T3
300 RTS (M) = T1
301 RTS (M+1) = T2
302 RTS (M+2) = T3
378 RTS (M) = T1
379 RTS (M+1) = T2
380 RTS (M+2) = T3
463 RTS (M) = T1
[all …]
H A Derd__rys_1_roots_weights.f20 + RTS,
82 DOUBLE PRECISION RTS (1:NT)
121 RTS (N) = R1 / (ONE + R1)
148 RTS (N) = R1 / (ONE + R1)
175 RTS (N) = R1 / (ONE + R1)
202 RTS (N) = R1 / (ONE + R1)
225 RTS (N) = R1 / (ONE + R1)
245 RTS (N) = R1 / (ONE + R1)
264 RTS (N) = R1 / (ONE + R1)
275 RTS (N) = HALF / T
H A Derd__rys_roots_weights.f26 + RTS,
128 DOUBLE PRECISION RTS (1:NTGQP)
156 1000 CALL ERD__RYS_1_ROOTS_WEIGHTS (NT,TVAL, RTS,WTS)
158 2000 CALL ERD__RYS_2_ROOTS_WEIGHTS (NT,NTGQP,TVAL, RTS,WTS)
160 3000 CALL ERD__RYS_3_ROOTS_WEIGHTS (NT,NTGQP,TVAL, RTS,WTS)
162 4000 CALL ERD__RYS_4_ROOTS_WEIGHTS (NT,NTGQP,TVAL, RTS,WTS)
164 5000 CALL ERD__RYS_5_ROOTS_WEIGHTS (NT,NTGQP,TVAL, RTS,WTS)
202 + RTS,
H A Derd__2d_atom_coefficients.f21 + RTS,
98 DOUBLE PRECISION RTS (1:MGQIJKL)
136 B00 (N) = RTS (N) * TWOPQ
137 B00 (N+1) = RTS (N+1) * TWOPQ
158 B10 (N)= (ONE - QSCALE * RTS (N)) * TWOP
181 B01 (N) = (ONE - PSCALE * RTS (N)) * TWOQ
205 ROOT = RTS (N)
231 ROOT = RTS (N)
259 ROOT = RTS (N)
/dports/devel/gdb761/gdb-7.6.1/sim/testsuite/sim/bfin/
H A Dse_rts_rti.S168 RTS;
187 RTS;
206 RTS;
225 RTS;
244 RTS;
263 RTS;
282 RTS;
301 RTS;
320 RTS;
339 RTS;
[all …]
H A Dc_progctrl_call_pcpr.s26 RTS;
31 RTS;
36 RTS;
41 RTS;
46 RTS;
H A Dzcall.s11 RTS;
20 RTS;
32 RTS;
44 RTS;
H A Dse_rets_hazard.s24 RTS;
31 RTS;
40 RTS;
54 RTS;
/dports/games/galaxyhack/galaxyhack/src/
H A DGenWindow.cpp284 hWindow = new RTS::BasePU(ix, iy); in GenWindow()
288 hWindow = new RTS::OptPU(ix, iy); in GenWindow()
292 hWindow = new RTS::GameInfo(ix, iy, flags); in GenWindow()
296 hWindow = new RTS::SideStatsInfo(ix, iy, paremOne); in GenWindow()
300 hWindow = new RTS::SideVarsInfo(ix, iy, paremOne); in GenWindow()
304 hWindow = new RTS::SideSaveGroupsInfo(ix, iy, paremOne); in GenWindow()
308 hWindow = new RTS::SideAIErrors(ix, iy, paremOne); in GenWindow()
312 hWindow = new RTS::InfoChoicePU(ix, iy, paremOne, paremTwo); in GenWindow()
344 hWindow = new RTS::RestartQ(); in GenWindow()
348 hWindow = new RTS::GameSpeedSlider(ix, iy, flags); in GenWindow()
[all …]
/dports/devel/aunit/aunit-gpl-2017-src/test/
H A DMakefile8 RTS = macro
12 ifeq ($(RTS),)
13 RTS = full macro
16 RTS_CONF = --RTS=$(RTS)
47 -$(RUN) ./exe/$(TARGET)-$(RTS)/aunit_harness$(exeext)
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/ghc-events-0.15.1/
H A Dghc-events.cabal60 exposed-modules: GHC.RTS.Events,
61 GHC.RTS.Events.Incremental
62 GHC.RTS.Events.Merge
63 GHC.RTS.Events.Analysis
64 GHC.RTS.Events.Analysis.Capability
65 GHC.RTS.Events.Analysis.SparkThread
66 GHC.RTS.Events.Analysis.Thread
67 other-modules: GHC.RTS.EventParserUtils,
68 GHC.RTS.EventTypes
69 GHC.RTS.Events.Binary
/dports/devel/hs-ghc-events/ghc-events-0.17.0/
H A Dghc-events.cabal61 exposed-modules: GHC.RTS.Events,
62 GHC.RTS.Events.Incremental
63 GHC.RTS.Events.Merge
64 GHC.RTS.Events.Analysis
65 GHC.RTS.Events.Analysis.Capability
66 GHC.RTS.Events.Analysis.SparkThread
67 GHC.RTS.Events.Analysis.Thread
68 other-modules: GHC.RTS.EventParserUtils,
69 GHC.RTS.EventTypes
70 GHC.RTS.Events.Binary
/dports/devel/asl/asl-current/tests/t_buf32/
H A Dt_buf32.asm243 RTS
2026 RTS
2800 RTS
2974 RTS
3011 PARSRT RTS
3025 ASSCHK1 RTS
3049 RTS
3064 RTS
3161 RTS
3174 RTS
[all …]
/dports/devel/aunit/aunit-gpl-2017-src/
H A DMakefile1 RTS = macro
9 ifeq ($(RTS),)
10 RTS=full macro
13 RTS_CONF = --RTS=$(RTS)
27 GPROPTS = $(CONF_ARGS) -XMODE=$(MODE) -XRUNTIME=$(RTS) -XPLATFORM=$(TARGET)
/dports/devel/gprbuild/gprbuild-376670f/src/
H A Dgprconfig-main.adb592 RTS : constant String :=
594 Last : Natural := RTS'Last;
596 if RTS (Last) = '/' or else
597 RTS (Last) = Directory_Separator
602 if Last - RTS'First > 6 and then
603 RTS (Last - 5 .. Last) = "adalib" and then
604 (RTS (Last - 6) = Directory_Separator or else
605 (RTS (Last - 6) = '/'))
610 Last := RTS'Last;
613 Parse_Knowledge_Base (Base, RTS (RTS'First .. Last));
/dports/cad/tkgate/tkgate-2.1/vlib/
H A Dtty.v128 …TTY g0 (.TD(w0), .DSR(w1), .RTS(w2), .RD(w3), .CTS(w4), .DTR(w5)); //: @(124, 109) /symbol:68868…
137 module TTY(TD, RD, RTS, CTS, DSR, DTR);
141 output RTS, DTR; port
180 assign RTS = _RTS;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/M68k/GlobalISel/
H A Dirtranslator-ret.ll5 ; CHECK: RTS
21 ; CHECK: RTS
34 ; CHECK: RTS
45 ; CHECK: RTS
64 ; CHECK: RTS
86 ; CHECK: RTS
98 ; CHECK: RTS
107 ; CHECK: RTS
139 ; CHECK: RTS
148 ; CHECK: RTS
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/M68k/GlobalISel/
H A Dirtranslator-ret.ll5 ; CHECK: RTS
21 ; CHECK: RTS
34 ; CHECK: RTS
45 ; CHECK: RTS
64 ; CHECK: RTS
86 ; CHECK: RTS
98 ; CHECK: RTS
107 ; CHECK: RTS
139 ; CHECK: RTS
148 ; CHECK: RTS
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/M68k/GlobalISel/
H A Dirtranslator-ret.ll5 ; CHECK: RTS
21 ; CHECK: RTS
34 ; CHECK: RTS
45 ; CHECK: RTS
64 ; CHECK: RTS
86 ; CHECK: RTS
98 ; CHECK: RTS
107 ; CHECK: RTS
139 ; CHECK: RTS
148 ; CHECK: RTS
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/base/tests/
H A Dall.T47 [when(fast(), skip),extra_run_opts('+RTS -K64m -RTS')],
49 ['+RTS -K64m -RTS'])
76 [extra_run_opts('+RTS -K8m -RTS'),
92 test('dynamic003', extra_run_opts('+RTS -K32m -RTS'), compile_and_run, [''])
128 extra_run_opts('+RTS -A10k -RTS')], multimod_compile_and_run,
136 [when(fast(), skip), extra_run_opts('+RTS -K8m -RTS')],
139 test('stableptr004', extra_run_opts('+RTS -K4m -RTS'), compile_and_run, [''])
256 test('T20107', extra_run_opts('+RTS -M50M'), compile_and_run, ['-package bytestring'])
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/M68k/GlobalISel/
H A Dirtranslator-ret.ll5 ; CHECK: RTS
21 ; CHECK: RTS
34 ; CHECK: RTS
45 ; CHECK: RTS
64 ; CHECK: RTS
86 ; CHECK: RTS
98 ; CHECK: RTS
107 ; CHECK: RTS
139 ; CHECK: RTS
148 ; CHECK: RTS
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/M68k/GlobalISel/
H A Dirtranslator-ret.ll5 ; CHECK: RTS
21 ; CHECK: RTS
34 ; CHECK: RTS
45 ; CHECK: RTS
64 ; CHECK: RTS
86 ; CHECK: RTS
98 ; CHECK: RTS
107 ; CHECK: RTS
139 ; CHECK: RTS
148 ; CHECK: RTS
[all …]

12345678910>>...100