Home
last modified time | relevance | path

Searched refs:entry_proxy (Results 1 – 25 of 31) sorted by relevance

12

/dports/math/viennacl/ViennaCL-1.7.1/viennacl/tools/
H A Dentry_proxy.hpp41 class entry_proxy class
51 explicit entry_proxy(vcl_size_t mem_offset, in entry_proxy() function in viennacl::entry_proxy
59 entry_proxy & operator+=(NumericT value) in operator +=()
69 entry_proxy & operator-=(NumericT value) in operator -=()
79 entry_proxy & operator*=(NumericT value) in operator *=()
89 entry_proxy & operator/=(NumericT value) in operator /=()
99 entry_proxy & operator=(NumericT value) in operator =()
107 entry_proxy & operator=(scalar<NumericT> const & value) in operator =()
115 entry_proxy & operator=(entry_proxy const & other) in operator =()
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/detail/
H A Dvector_def.hpp212 entry_proxy<NumericT> operator()(size_type index);
214 entry_proxy<NumericT> operator[](size_type index);
H A Dmatrix_def.hpp189 entry_proxy<NumericT> operator()(size_type row_index, size_type col_index);
/dports/www/apache24/httpd-2.4.53/modules/proxy/
H A Dmod_proxy.c1094 proxy_dir_conf *entry_proxy; in proxy_walk() local
1110 entry_proxy = ap_get_module_config(entry_config, &proxy_module); in proxy_walk()
1112 if (entry_proxy->r) { in proxy_walk()
1114 if (entry_proxy->refs && entry_proxy->refs->nelts) { in proxy_walk()
1119 nmatch = entry_proxy->refs->nelts; in proxy_walk()
1123 if (ap_regexec(entry_proxy->r, proxyname, nmatch, pmatch, 0)) { in proxy_walk()
1129 ((const char **)entry_proxy->refs->elts)[i]) { in proxy_walk()
1131 ((const char **)entry_proxy->refs->elts)[i], in proxy_walk()
1144 entry_proxy->p_is_fnmatch ? apr_fnmatch(entry_proxy->p, in proxy_walk()
1146 strncmp(proxyname, entry_proxy->p, in proxy_walk()
[all …]
/dports/www/htdigest/httpd-2.4.6/modules/proxy/
H A Dmod_proxy.c736 proxy_dir_conf *entry_proxy; in proxy_walk() local
747 entry_proxy = ap_get_module_config(entry_config, &proxy_module); in proxy_walk()
753 if (entry_proxy->r in proxy_walk()
754 ? ap_regexec(entry_proxy->r, proxyname, 0, NULL, 0) in proxy_walk()
755 : (entry_proxy->p_is_fnmatch in proxy_walk()
756 ? apr_fnmatch(entry_proxy->p, proxyname, 0) in proxy_walk()
757 : strncmp(proxyname, entry_proxy->p, in proxy_walk()
758 strlen(entry_proxy->p)))) { in proxy_walk()
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/
H A Dcirculant_matrix.hpp113 entry_proxy<NumericT> operator()(vcl_size_t row_index, vcl_size_t col_index) in operator ()()
H A Dhankel_matrix.hpp115 entry_proxy<NumericT> operator()(unsigned int row_index, unsigned int col_index) in operator ()()
H A Dvandermonde_matrix.hpp115 entry_proxy<NumericT> operator()(vcl_size_t row_index) in operator ()()
H A Dtoeplitz_matrix.hpp117 entry_proxy<NumericT> operator()(vcl_size_t row_index, vcl_size_t col_index) in operator ()()
H A Dcompressed_matrix.hpp902 entry_proxy<NumericT> operator()(vcl_size_t i, vcl_size_t j) in operator ()()
910 return entry_proxy<NumericT>(index, elements_); in operator ()()
923 return entry_proxy<NumericT>(index, elements_); in operator ()()
H A Dvector.hpp230 entry_proxy<NumericT> operator*(void) in operator *()
232 …return entry_proxy<NumericT>(base_type::start_ + base_type::index_ * base_type::stride(), elements… in operator *()
562 entry_proxy<NumericT> vector_base<NumericT, SizeT, DistanceT>::operator()(size_type index) in operator ()()
567 return entry_proxy<NumericT>(start_ + stride_ * index, elements_); in operator ()()
571 entry_proxy<NumericT> vector_base<NumericT, SizeT, DistanceT>::operator[](size_type index) in operator []()
576 return entry_proxy<NumericT>(start_ + stride_ * index, elements_); in operator []()
H A Dscalar.hpp414 self_type & operator= (entry_proxy<NumericT> const & other) in operator =()
H A Dforwards.h233 class entry_proxy; variable
H A Dmatrix.hpp477 entry_proxy<NumericT> matrix_base<NumericT, SizeT, DistanceT>::operator()(size_type row_index, size… in operator ()()
480 …return entry_proxy<NumericT>(row_major::mem_index(start1_ + stride1_ * row_index, start2_ + stride… in operator ()()
481 …return entry_proxy<NumericT>(column_major::mem_index(start1_ + stride1_ * row_index, start2_ + str… in operator ()()
/dports/graphics/photivo/photivo/scons-local-2.2.0/SCons/Node/
H A DFS.py67 def __init__(self, entry_proxy, attribute): argument
69 self.entry_proxy = entry_proxy
72 entry = self.entry_proxy.get()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/pdb2pqr/scons/scons-local-2.3.3/SCons/Node/
H A DFS.py68 def __init__(self, entry_proxy, attribute): argument
70 self.entry_proxy = entry_proxy
73 entry = self.entry_proxy.get()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-2.3.2/SCons/Node/
H A DFS.py68 def __init__(self, entry_proxy, attribute): argument
70 self.entry_proxy = entry_proxy
73 entry = self.entry_proxy.get()
/dports/graphics/py-pivy/pivy-0.6.6/scons/scons-local-1.2.0.d20090919/SCons/Node/
H A DFS.py122 def __init__(self, entry_proxy, attribute): argument
124 self.entry_proxy = entry_proxy
127 entry = self.entry_proxy.get()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/scons-2.5.0/scons-local-2.5.0/SCons/Node/
H A DFS.py90 def __init__(self, entry_proxy, attribute): argument
92 self.entry_proxy = entry_proxy
95 entry = self.entry_proxy.get()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/inline_copy/lib/scons-3.1.2/SCons/Node/
H A DFS.py88 def __init__(self, entry_proxy, attribute): argument
90 self.entry_proxy = entry_proxy
93 entry = self.entry_proxy.get()
/dports/devel/scons/SCons-4.2.0/SCons/Node/
H A DFS.py84 def __init__(self, entry_proxy, attribute): argument
86 self.entry_proxy = entry_proxy
89 entry = self.entry_proxy.get()
/dports/games/vultures-eye/vulture-2.3.67/slashem/win/gtk/
H A Dgtkmisc.c26 static GtkWidget *entry_proxy, *entry_proxy_port; variable
/dports/math/viennacl/ViennaCL-1.7.1/tests/src/
H A Dvector_multi_inner_prod.cu68 ScalarType diff(ScalarType const & s1, viennacl::entry_proxy<ScalarType> const & s2) in diff()
H A Dvector_multi_inner_prod.cpp68 ScalarType diff(ScalarType const & s1, viennacl::entry_proxy<ScalarType> const & s2) in diff()
H A Dscheduler_vector.cpp74 ScalarType diff(ScalarType const & s1, viennacl::entry_proxy<ScalarType> const & s2) in diff()

12