Home
last modified time | relevance | path

Searched refs:_rh (Results 1 – 25 of 94) sorted by relevance

1234

/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/fgrosse/phpasn1/lib/Utility/
H A DBigIntegerGmp.php23 protected $_rh; variable in FG\\Utility\\BigIntegerGmp
27 $this->_rh = gmp_add($this->_rh, 0);
61 return $number->_rh;
74 $ret->_rh = gmp_add($this->_rh, $this->_unwrap($b));
81 $ret->_rh = gmp_sub($this->_rh, $this->_unwrap($b));
88 $ret->_rh = gmp_mul($this->_rh, $this->_unwrap($b));
95 $ret->_rh = gmp_mod($this->_rh, $this->_unwrap($b));
109 $ret->_rh = gmp_pow($this->_rh, $b);
116 $ret->_rh = gmp_div($this->_rh, gmp_pow(2, $bits));
123 $ret->_rh = gmp_mul($this->_rh, gmp_pow(2, $bits));
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/fgrosse/phpasn1/lib/Utility/
H A DBigIntegerGmp.php23 protected $_rh; variable in FG\\Utility\\BigIntegerGmp
27 $this->_rh = gmp_add($this->_rh, 0);
61 return $number->_rh;
74 $ret->_rh = gmp_add($this->_rh, $this->_unwrap($b));
81 $ret->_rh = gmp_sub($this->_rh, $this->_unwrap($b));
88 $ret->_rh = gmp_mul($this->_rh, $this->_unwrap($b));
95 $ret->_rh = gmp_mod($this->_rh, $this->_unwrap($b));
109 $ret->_rh = gmp_pow($this->_rh, $b);
116 $ret->_rh = gmp_div($this->_rh, gmp_pow(2, $bits));
123 $ret->_rh = gmp_mul($this->_rh, gmp_pow(2, $bits));
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/fgrosse/phpasn1/lib/Utility/
H A DBigIntegerGmp.php23 protected $_rh; variable in FG\\Utility\\BigIntegerGmp
27 $this->_rh = gmp_add($this->_rh, 0);
61 return $number->_rh;
74 $ret->_rh = gmp_add($this->_rh, $this->_unwrap($b));
81 $ret->_rh = gmp_sub($this->_rh, $this->_unwrap($b));
88 $ret->_rh = gmp_mul($this->_rh, $this->_unwrap($b));
95 $ret->_rh = gmp_mod($this->_rh, $this->_unwrap($b));
109 $ret->_rh = gmp_pow($this->_rh, $b);
116 $ret->_rh = gmp_div($this->_rh, gmp_pow(2, $bits));
123 $ret->_rh = gmp_mul($this->_rh, gmp_pow(2, $bits));
[all …]
/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Subdivider/Adaptive/Composite/
H A DCompositeT.hh213 RuleHandleT<R>& add( RuleHandleT<R>& _rh ) in add() argument
215 return _rh = add< R >(); in add()
224 typename RuleHandleT<R>::Rule& rule( const RuleHandleT<R>& _rh ) in rule() argument
227 assert( _rh.is_valid() ); in rule()
228 return *dynamic_cast<rule_t*>(rule_sequence_[ _rh.idx() ]); in rule()
/dports/astro/geographiclib/GeographicLib-1.52/src/
H A DRhumb.cpp333 : _rh(rh) in RhumbLine()
342 _mu1 = _rh._ell.RectifyingLatitude(lat1); in RhumbLine()
343 _psi1 = _rh._ell.IsometricLatitude(lat1); in RhumbLine()
344 _r1 = _rh._ell.CircleRadius(lat1); in RhumbLine()
350 mu12 = s12 * _calp * 90 / _rh._ell.QuarterMeridian(), in GenPosition()
355 lat2x = _rh._ell.InverseRectifyingLatitude(mu2); in GenPosition()
356 real psi12 = _rh.DRectifyingToIsometric( mu2 * Math::degree(), in GenPosition()
366 S12 = _rh._c2 * lon2x * in GenPosition()
367 _rh.MeanSinXi(_psi1 * Math::degree(), psi2 * Math::degree()); in GenPosition()
375 lat2x = _rh._ell.InverseRectifyingLatitude(mu2); in GenPosition()
/dports/math/reduce/Reduce-svn5758-src/libraries/crlibm/
H A Ddouble-extended.h148 #define RETURN_SUM_ROUNDED_DOWN(_rh, _rl) {\ argument
151 _result = (_rh+_rl); \
156 #define RETURN_SUM_ROUNDED_UP(_rh, _rl) {\ argument
159 _result = (_rh+_rl); \
243 #define RETURN_SUM_ROUNDED_DOWN(_rh, _rl) \ argument
244 return -_Asm_fma(2/*_FR_D*/, -1.0, _rh, -_rl, 3/*SF3*/);
246 #define RETURN_SUM_ROUNDED_UP(_rh, _rl) \ argument
247 return _Asm_fma(2/*_FR_D*/, 1.0, _rh, _rl, 3/*SF3*/);
/dports/math/crlibm/crlibm-1.0beta4/
H A Ddouble-extended.h148 #define RETURN_SUM_ROUNDED_DOWN(_rh, _rl) {\ argument
151 _result = (_rh+_rl); \
156 #define RETURN_SUM_ROUNDED_UP(_rh, _rl) {\ argument
159 _result = (_rh+_rl); \
243 #define RETURN_SUM_ROUNDED_DOWN(_rh, _rl) \ argument
244 return -_Asm_fma(2/*_FR_D*/, -1.0, _rh, -_rl, 3/*SF3*/);
246 #define RETURN_SUM_ROUNDED_UP(_rh, _rl) \ argument
247 return _Asm_fma(2/*_FR_D*/, 1.0, _rh, _rl, 3/*SF3*/);
/dports/math/octave-forge-interval/interval-3.2.0/src/crlibm/
H A Ddouble-extended.h173 #define RETURN_SUM_ROUNDED_DOWN(_rh, _rl) {\ argument
176 _result = (_rh+_rl); \
181 #define RETURN_SUM_ROUNDED_UP(_rh, _rl) {\ argument
184 _result = (_rh+_rl); \
268 #define RETURN_SUM_ROUNDED_DOWN(_rh, _rl) \ argument
269 return -_Asm_fma(2/*_FR_D*/, -1.0, _rh, -_rl, 3/*SF3*/);
271 #define RETURN_SUM_ROUNDED_UP(_rh, _rl) \ argument
272 return _Asm_fma(2/*_FR_D*/, 1.0, _rh, _rl, 3/*SF3*/);
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv6/
H A Dexthdrs_core.c222 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr() local
224 rh = skb_header_pointer(skb, start, sizeof(_rh), in ipv6_find_hdr()
225 &_rh); in ipv6_find_hdr()
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/ipv6/
H A Dexthdrs_core.c222 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr() local
224 rh = skb_header_pointer(skb, start, sizeof(_rh), in ipv6_find_hdr()
225 &_rh); in ipv6_find_hdr()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/ipv6/
H A Dexthdrs_core.c222 struct ipv6_rt_hdr _rh, *rh; in ipv6_find_hdr() local
224 rh = skb_header_pointer(skb, start, sizeof(_rh), in ipv6_find_hdr()
225 &_rh); in ipv6_find_hdr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/
H A DGroupReadHandler.java52 public GroupReadHandler(final ReportReadHandler _rh) in GroupReadHandler() argument
54 rh = _rh; in GroupReadHandler()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportbuilder/java/org/libreoffice/report/pentaho/parser/rpt/
H A DGroupReadHandler.java52 public GroupReadHandler(final ReportReadHandler _rh) in GroupReadHandler() argument
54 rh = _rh; in GroupReadHandler()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Darm-asm-variable.c17 : [_rl] "=&r" (rl), [_rh] "=&r" (rh) \ in foo()

1234