Home
last modified time | relevance | path

Searched refs:lhr (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/java/servingxml/servingxml-1.1.2/servingxml-framework/src/main/java/com/servingxml/expr/saxpath/
H A DBinaryOp.java55 Result lhr = lhs.evaluate(path,parameters); in evaluate() local
68 Result lhr = lhs.evaluate(path,parameters); in evaluate() local
81 Result lhr = lhs.evaluate(path,parameters); in evaluate() local
84 int diff = lhr.compareTo(rhr); in evaluate()
97 Result lhr = lhs.evaluate(path,parameters); in evaluate() local
100 int diff = lhr.compareTo(rhr); in evaluate()
113 Result lhr = lhs.evaluate(path,parameters); in evaluate() local
116 int diff = lhr.compareTo(rhr); in evaluate()
132 int diff = lhr.compareTo(rhr);
148 int diff = lhr.compareTo(rhr);
[all …]
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/
H A Dtest_geodesic.py123 lhr = [-0.5543, 51.4700] variable
134 geom = np.array([lhr, jfk, lhr])
141 geom = sgeom.LineString(np.array([lhr, jfk, lhr]))
149 [sgeom.LineString(np.array([lhr, jfk])),
157 geom = sgeom.LinearRing(np.array([lhr, jfk, tul]))
164 geom = sgeom.Polygon(np.array([lhr, jfk, tul]))
171 geom = sgeom.Point(lhr)
/dports/games/dungeon/dungeon-3.2_1/
H A DDSO2.C20 logical lhr; local
26 lhr = (rooms_1.rflag[play_1.here - 1] & RLAND) != 0;
59 if (! lnr && nlv || lnr && lhr && nlv && bits != RLAND) {
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DSlicing.hpp198 …oid serialize(Archive& archive, Slic3r::t_layer_height_range &lhr) { archive(lhr.first, lhr.second… in serialize() argument
/dports/www/nginx-full/njs-0.7.1/src/
H A Dnjs_lvlhsh.h109 #define njs_lvlhsh_eq(lhl, lhr) \ argument
110 ((lhl)->slot == (lhr)->slot)
/dports/net/kea/kea-2.0.1/src/lib/dhcpsrv/
H A Dalloc_engine.h416 bool operator() (const Resource& lhr, const Resource& rhr) const { in operator()
417 if (lhr.getAddress() == rhr.getAddress()) { in operator()
418 return (lhr.getPrefixLength() < rhr.getPrefixLength()); in operator()
420 return (lhr.getAddress() < rhr.getAddress()); in operator()
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dbigintmat.h315 bool operator==(const bigintmat & lhr, const bigintmat & rhr);
316 bool operator!=(const bigintmat & lhr, const bigintmat & rhr);
H A Dbigintmat.cc159 bool operator==(const bigintmat & lhr, const bigintmat & rhr) in operator ==() argument
161 if (&lhr == &rhr) { return true; } in operator ==()
162 if (lhr.cols() != rhr.cols()) { return false; } in operator ==()
163 if (lhr.rows() != rhr.rows()) { return false; } in operator ==()
164 if (lhr.basecoeffs() != rhr.basecoeffs()) { return false; } in operator ==()
166 const int l = (lhr.rows())*(lhr.cols()); in operator ==()
170 if (!n_Equal(lhr[i], rhr[i], lhr.basecoeffs())) { return false; } in operator ==()
176 bool operator!=(const bigintmat & lhr, const bigintmat & rhr) in operator !=() argument
178 return !(lhr==rhr); in operator !=()
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/s390/
H A Dzarch-z9-109.s22 lhr %r6,%r9
H A Dzarch-z9-109.d28 .*: b9 27 00 69 [ ]*lhr %r6,%r9
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/s390/
H A Dzarch-z9-109.s22 lhr %r6,%r9
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/s390/
H A Dzarch-z9-109.s22 lhr %r6,%r9
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/s390/
H A Dzarch-z9-109.s22 lhr %r6,%r9
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/s390/
H A Dzarch-z9-109.s22 lhr %r6,%r9
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/s390/
H A Dzarch-z9-109.s22 lhr %r6,%r9
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/duration/
H A Dhazard_regression.py1224 lhr = np.dot(exog, params)
1226 lhr += offset
1229 lhr += self.offset
1235 ret_val.predicted_values = lhr
1244 hr = np.exp(lhr)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %[[REG1:r[0-9]+]], %r2
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %[[REG1:r[0-9]+]], %r2
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %r2, %r2
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %r2, %r2
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %[[REG1:r[0-9]+]], %r2
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %r2, %r2
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %[[REG1:r[0-9]+]], %r2
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %r2, %r2
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/SystemZ/
H A Dswift-return.ll11 ; CHECK-DAG: lhr %{{r[0,2]+}}, %r2
17 ; CHECK-O0-DAG: lhr %[[REG1:r[0-9]+]], %r2

12345678910>>...14