Home
last modified time | relevance | path

Searched refs:RRS (Results 1 – 25 of 258) sorted by relevance

1234567891011

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/include/SimTKcommon/internal/
H A DResultType.h393 NRow,1,RArgDepth,Vec<NRow,RE,RRS>,RCS,RRS>
406 NRow,1,RArgDepth,Vec<NRow,RE,RRS>,RCS,RRS>
445 Dim,Dim,RArgDepth,SymMat<Dim,RE,RRS>,RCS,RRS>
458 Dim,Dim,RArgDepth,SymMat<Dim,RE,RRS>,RCS,RRS>
483 Dim,Dim,RArgDepth,SymMat<Dim,RE,RRS>, RCS,RRS>
496 Dim,Dim,RArgDepth,Mat<Dim,Dim,RE,RCS,RRS>,RCS,RRS>
523 Dim,Dim,RArgDepth,SymMat<Dim,RE,RRS>, RCS,RRS>
536 Dim,Dim,RArgDepth,Mat<Dim,Dim,RE,RCS,RRS>,RCS,RRS>
555 Dim,1,RArgDepth,Vec<Dim,RE,RRS>,RCS,RRS>
627 Dim,1, RArgDepth,Vec<Dim,RE,RRS>, RCS,RRS>
[all …]
/dports/science/mdynamix/md528/tranal/
H A Ddist.f5 real*8 RRS(MAXPAR),RRS2(MAXPAR)
18 RRS(I)=0.
43 RRS(I)=RRS(I)+RR
57 RR=RRS(I)/IMLK
/dports/math/vtk9/VTK-9.1.0/Common/DataModel/
H A DvtkTriQuadraticPyramid.cxx746 const double RRS = RR * S; in InterpolationFunctions() local
774 weights[7] = K6 * (RRS * MT + RR - ST + S - TMM); in InterpolationFunctions()
781 weights[14] = K15A * (RRS + RRS * MT - RRSS * MT - RRSS * MMT + ST - STT + SST); in InterpolationFunctions()
783 weights[16] = K15B * (RRS + RRS * MT + RRSS * MT + RRSS * MMT + ST - STT - SST); in InterpolationFunctions()
848 const double RRS = RR * S; in InterpolationDerivs() local
902 derivs[32] = TWO * RRS * MMT - TWO * S; in InterpolationDerivs()
903 derivs[33] = K15A * (-TWO * RRS * MT - TWO * RRS * MMT + RR + RR * MT + TWO * ST + T - TT); in InterpolationDerivs()
904 derivs[34] = K15B * (TWO * RS + TWO * RS * MT + TWO * RRS * MT + TWO * RRS * MMT); in InterpolationDerivs()
905 derivs[35] = K15B * (TWO * RRS * MT + TWO * RRS * MMT + RR + RR * MT - TWO * ST + T - TT); in InterpolationDerivs()
906 derivs[36] = K15A * (TWO * RS + TWO * RS * MT - TWO * RRS * MT - TWO * RRS * MMT); in InterpolationDerivs()
[all …]
/dports/math/gecode/gecode-0916a1a/examples/
H A Dsports-league.cpp58 class RRS { class
106 RRS(int t) : teams(t), plays(new Play[periods()*weeks()]) { in RRS() function in RRS
151 ~RRS(void) { in ~RRS()
224 RRS r(teams); in SportsLeague()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/docs/source/releasenotes/
H A Dv2.0b1.rst13 * Support for Reduced Redundancy Storage (RRS) in S3
/dports/devel/py-boto/boto-2.49.0/docs/source/releasenotes/
H A Dv2.0b1.rst13 * Support for Reduced Redundancy Storage (RRS) in S3
/dports/biology/molden/molden5.8/plush/
H A DRRS1 mol="RRS" Charge="0"
/dports/lang/spidermonkey60/firefox-60.9.0/media/libcubeb/gtest/
H A Dtest_mixer.cpp27 float const RRS = 9.0f; // Rear Right Surround variable
88 { CUBEB_LAYOUT_3F4_LFE, { L, R, C, LFE, RLS, RRS, LS, RS } }
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/cubeb-sys/libcubeb/test/
H A Dtest_mixer.cpp27 float const RRS = 9.0f; // Rear Right Surround variable
88 { CUBEB_LAYOUT_3F4_LFE, { L, R, C, LFE, RLS, RRS, LS, RS } }
/dports/devel/gdb761/gdb-7.6.1/opcodes/
H A Dnios2-dis.c227 i = GET_INSN_FIELD (RRS, opcode); in nios2_print_insn_arg()
341 src = GET_INSN_FIELD (RRS, opcode); in nios2_disassemble()
/dports/devel/radare2/radare2-5.1.1/libr/asm/arch/nios/gnu/
H A Dnios2-dis.c232 i = GET_INSN_FIELD (RRS, opcode); in nios2_print_insn_arg()
348 src = GET_INSN_FIELD (RRS, opcode); in nios2_disassemble()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/league/flysystem/docs/adapter/
H A Daws-s3-v2.md33 To enable [reduced redunancy storage](http://aws.amazon.com/s3/details/#RRS) set up your adapter li…
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/arm/
H A DAssembler-arm.h425 uint32_t RRS : 1; member
433 : RM(rm), RRS(rsr), Type(type), ShiftAmount(shiftamount), pad(0) in Reg()
441 return RM | RRS << 4 | Type << 5 | ShiftAmount << 7; in encode()
578 struct RRS struct
584 RRS(uint32_t rs) in RRS() argument
687 explicit Op2Reg(Register rm, ShiftType type, datastore::RRS shiftReg) in Op2Reg()
694 return !r.RRS; in isO2RegImmShift()
700 return r.RRS; in isO2RegRegShift()
738 : Op2Reg(rn, type, datastore::RRS(rs.code())) in O2RegRegShift()
795 explicit DtrOffReg(Register rn, ShiftType type, datastore::RRS shiftReg, IsUp_ iu = IsUp)
[all …]
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D1mmq_rrs.sdf144 RRS
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/s390x/
H A Dinsn-format.def30 F4(RRS, R(1, 8), R(2,12), M(3,32), BD(4,16,20))
/dports/graphics/gmt/gmt-6.3.0/src/mgd77/
H A Dtrkdas.cod255 1928 RRS JOHN BISCOE
269 1942 RRS BRANSFIELD
/dports/devel/p5-Inline-Tcl/Inline-Tcl-0.09/
H A DREADME73 Please send questions and comments to "Ryan Sadler" <RRS@cpan.org>
/dports/archivers/peazip/peazip-8.1.0.src/
H A Dunit_pea.lrs1473 +#255#0'RRS'#255'RRS'#255'RRS'#255'231'#255'231'#255'231'#255#221#219#219#255
1481 +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'RRS'
1482 +#255'RRS'#255'RRS'#255'231'#255'231'#255'231'#255#221#219#219#255#221#219#219
1490 +#255#255#255#0#255#255#255#0#255#255#255#0#255#255#255#0'RRS'#255'RRS'#255'R'
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dopcodes.h47 #define RRS(op1,r1,r2,b4,d4,m3,u0,op2) \ macro
163 #define CGRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,e4)
194 #define CLGRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,e5)
209 #define CLRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,f7)
214 #define CRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,f6)
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/s390x/
H A Dopcodes.h47 #define RRS(op1,r1,r2,b4,d4,m3,u0,op2) \ macro
163 #define CGRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,e4)
194 #define CLGRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,e5)
209 #define CLRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,f7)
214 #define CRB(r1,r2,b4,d4,m3) RRS(ec,r1,r2,b4,d4,m3,0,f6)
/dports/emulators/qemu-utils/qemu-4.2.1/target/s390x/
H A Dinsn-format.def30 F4(RRS, R(1, 8), R(2,12), M(3,32), BD(4,16,20))
/dports/emulators/qemu5/qemu-5.2.0/target/s390x/
H A Dinsn-format.def30 F4(RRS, R(1, 8), R(2,12), M(3,32), BD(4,16,20))
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/s390x/
H A Dinsn-format.def30 F4(RRS, R(1, 8), R(2,12), M(3,32), BD(4,16,20))
/dports/emulators/qemu42/qemu-4.2.1/target/s390x/
H A Dinsn-format.def30 F4(RRS, R(1, 8), R(2,12), M(3,32), BD(4,16,20))
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/s390x/
H A Dinsn-format.def30 F4(RRS, R(1, 8), R(2,12), M(3,32), BD(4,16,20))

1234567891011