Home
last modified time | relevance | path

Searched defs:NC (Results 1 – 25 of 2523) sorted by relevance

12345678910>>...101

/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/include/
H A Dnc.h23 typedef struct NC { struct
26 struct NC_Dispatch* dispatch; argument
27 void* dispatchdata; /*per-'file' data; points to e.g. NC3_INFO data*/ argument
34 } NC; argument
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc.h23 typedef struct NC { struct
26 struct NC_Dispatch* dispatch; argument
27 void* dispatchdata; /*per-'file' data; points to e.g. NC3_INFO data*/ argument
33 } NC; argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc.h23 typedef struct NC { struct
26 const struct NC_Dispatch* dispatch; argument
27 void* dispatchdata; /*per-'file' data; points to e.g. NC3_INFO data*/ argument
30 } NC; argument
/dports/science/netcdf/netcdf-c-4.7.4/include/
H A Dnc.h23 typedef struct NC { struct
26 const struct NC_Dispatch* dispatch; argument
27 void* dispatchdata; /*per-'file' data; points to e.g. NC3_INFO data*/ argument
30 } NC; typedef
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc.h53 typedef struct NC NC; /* forward reference */ typedef
275 struct NC { struct
279 struct NC_Dispatch* dispatch; argument
280 struct NC_Dispatch3* dapdispatch; argument
283 /* contains the previous NC during redef. */ argument
284 struct NC *old; argument
307 NC_dimarray dims; argument
308 NC_attrarray attrs; argument
309 NC_vararray vars; argument
311 /* size and named indexes for the lock array protecting NC.numrecs */ argument
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsutil.h82 void set(T* t, bool aFlag) {
84 bits = uintptr_t(t) | aFlag;
88 template <class T>
132 if (lhs.length() != rhs.length())
172 template <class T, class U>
179
180 template<typename T>
181 class MOZ_RAII AutoScopedAssign
185 MOZ_GUARD_OBJECT_NOTIFIER_PARAM)
213 AlignBytes(T bytes, U alignment)
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/lib/
H A Dnc.h109 typedef struct NC NC; /* forward reference */ typedef
419 struct NC { struct
421 struct NC *next; argument
422 struct NC *prev; argument
427 /* contains the previous NC during redef. */ argument
428 struct NC *old; argument
452 NC_dimarray dims; /* dimensions defined */ argument
453 NC_attrarray attrs; /* global attributes defined */ argument
454 NC_vararray vars; /* variables defined */ argument
457 NC_req *get_list; /* list of nonblocking read requests */ argument
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/matrix/
H A Dmatrix_la_abstract.h425 const static long NC = matrix_exp_type::NC; variable
572 const static long NC = matrix_exp_type::NC; variable
674 const static long NC = matrix_exp_type::NC; variable
832 const static long NC = matrix_exp_type::NC; variable
H A Dmatrix_fft.h62 matrix<std::complex<T>,NR,NC,MM,L> fft (const matrix<std::complex<T>,NR,NC,MM,L>& in) in fft() argument
112 matrix<std::complex<T>,NR,NC,MM,L> ifft (const matrix<std::complex<T>,NR,NC,MM,L>& in) in ifft() argument
143 matrix<std::complex<T>,NR,fftr_nc_size(NC),MM,L> fftr (const matrix<T,NR,NC,MM,L>& in) in fftr() argument
174 matrix<T,NR,ifftr_nc_size(NC),MM,L> ifftr (const matrix<std::complex<T>,NR,NC,MM,L>& in) in ifftr() argument
221 void fft_inplace (matrix<std::complex<T>,NR,NC,MM,L>& data) in fft_inplace() argument
253 void ifft_inplace (matrix<std::complex<T>,NR,NC,MM,L>& data) in ifft_inplace() argument
H A Dmatrix_abstract.h254 const static long NC = num_cols; variable
727 matrix<T,NR,NC,mm,l>& a, in swap() argument
/dports/science/dlib-cpp/dlib-19.22/dlib/matrix/
H A Dmatrix_la_abstract.h425 const static long NC = matrix_exp_type::NC; variable
572 const static long NC = matrix_exp_type::NC; variable
674 const static long NC = matrix_exp_type::NC; variable
832 const static long NC = matrix_exp_type::NC; variable
H A Dmatrix_fft.h62 matrix<std::complex<T>,NR,NC,MM,L> fft (const matrix<std::complex<T>,NR,NC,MM,L>& in) in fft() argument
112 matrix<std::complex<T>,NR,NC,MM,L> ifft (const matrix<std::complex<T>,NR,NC,MM,L>& in) in ifft() argument
143 matrix<std::complex<T>,NR,fftr_nc_size(NC),MM,L> fftr (const matrix<T,NR,NC,MM,L>& in) in fftr() argument
174 matrix<T,NR,ifftr_nc_size(NC),MM,L> ifftr (const matrix<std::complex<T>,NR,NC,MM,L>& in) in ifftr() argument
221 void fft_inplace (matrix<std::complex<T>,NR,NC,MM,L>& data) in fft_inplace() argument
253 void ifft_inplace (matrix<std::complex<T>,NR,NC,MM,L>& data) in ifft_inplace() argument
H A Dmatrix_abstract.h254 const static long NC = num_cols; variable
727 matrix<T,NR,NC,mm,l>& a, in swap() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp1z/
H A Dclass-deduction88.C4 struct NC { struct
7 NC& operator=(NC const&) = delete; argument
/dports/textproc/jade/jade-1.2.1/include/
H A DNCVector.h5 #define NC macro
44 #define NC macro
/dports/textproc/opensp/OpenSP-1.5.2/include/
H A DNCVector.h5 #define NC macro
44 #define NC macro
/dports/math/R-cran-xts/xts/R/
H A Dwrite.xts.R24 NC <- NCOL(x) functionVar
39 NC <- x[1] functionVar
/dports/devel/stack/stack-2.7.3/_cabal_deps/http-client-tls-0.3.5.3/Network/HTTP/Client/
H A DTLS.hs124 { NC.connectionHostname = host function
125 , NC.connectionPort = fromIntegral port function
126 , NC.connectionUseSecure = tls function
127 , NC.connectionUseSocks = sock function
141 { NC.connectionHostname = serverName function
142 , NC.connectionPort = fromIntegral port function
143 , NC.connectionUseSecure = Nothing function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http-client-tls-0.3.5.3/Network/HTTP/Client/
H A DTLS.hs124 { NC.connectionHostname = host function
125 , NC.connectionPort = fromIntegral port function
126 , NC.connectionUseSecure = tls function
127 , NC.connectionUseSocks = sock function
141 { NC.connectionHostname = serverName function
142 , NC.connectionPort = fromIntegral port function
143 , NC.connectionUseSecure = Nothing function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/http-client-tls-0.3.5.3/Network/HTTP/Client/
H A DTLS.hs124 { NC.connectionHostname = host function
125 , NC.connectionPort = fromIntegral port function
126 , NC.connectionUseSecure = tls function
127 , NC.connectionUseSocks = sock function
141 { NC.connectionHostname = serverName function
142 , NC.connectionPort = fromIntegral port function
143 , NC.connectionUseSecure = Nothing function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/http-client-tls-0.3.5.3/Network/HTTP/Client/
H A DTLS.hs124 { NC.connectionHostname = host function
125 , NC.connectionPort = fromIntegral port function
126 , NC.connectionUseSecure = tls function
127 , NC.connectionUseSocks = sock function
141 { NC.connectionHostname = serverName function
142 , NC.connectionPort = fromIntegral port function
143 , NC.connectionUseSecure = Nothing function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/http-client-tls-0.3.5.3/Network/HTTP/Client/
H A DTLS.hs124 { NC.connectionHostname = host function
125 , NC.connectionPort = fromIntegral port function
126 , NC.connectionUseSecure = tls function
127 , NC.connectionUseSocks = sock function
141 { NC.connectionHostname = serverName function
142 , NC.connectionPort = fromIntegral port function
143 , NC.connectionUseSecure = Nothing function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http-client-tls-0.3.5.3/Network/HTTP/Client/
H A DTLS.hs124 { NC.connectionHostname = host function
125 , NC.connectionPort = fromIntegral port function
126 , NC.connectionUseSecure = tls function
127 , NC.connectionUseSocks = sock function
141 { NC.connectionHostname = serverName function
142 , NC.connectionPort = fromIntegral port function
143 , NC.connectionUseSecure = Nothing function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/http-client-tls-0.3.5.3/Network/HTTP/Client/
H A DTLS.hs124 { NC.connectionHostname = host function
125 , NC.connectionPort = fromIntegral port function
126 , NC.connectionUseSecure = tls function
127 , NC.connectionUseSocks = sock function
141 { NC.connectionHostname = serverName function
142 , NC.connectionPort = fromIntegral port function
143 , NC.connectionUseSecure = Nothing function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/http-client-tls-0.3.5.3/Network/HTTP/Client/
H A DTLS.hs124 { NC.connectionHostname = host function
125 , NC.connectionPort = fromIntegral port function
126 , NC.connectionUseSecure = tls function
127 , NC.connectionUseSocks = sock function
141 { NC.connectionHostname = serverName function
142 , NC.connectionPort = fromIntegral port function
143 , NC.connectionUseSecure = Nothing function

12345678910>>...101