Home
last modified time | relevance | path

Searched +defs:Plan +defs:n (Results 1 – 8 of 8) sorted by relevance

/dports/math/nfft/nfft-3.5.2/julia/fastsum/
H A Dfastsum.jl16 mutable struct Plan struct
20 n::Integer # expansion degree field
39 …function Plan( d::Integer, N::Integer, M::Integer, n::Integer, p::Integer, kernel::String, c::Vect… argument
44 function Plan( d::Integer, N::Integer, M::Integer, n::Integer, p::Integer, kernel::String, c::Real,… function
69 function fastsum_init( p::Plan )
85 function finalize_plan( p::Plan )
98 function Base.setproperty!( p::Plan, v::Symbol, val )
192 function Base.getproperty( p::Plan, v::Symbol )
245 function trafo( p::Plan )
268 function trafo_exact( p::Plan )
/dports/math/nfft/nfft-3.5.2/julia/nfft/
H A DNFFT.jl57 mutable struct Plan{D} struct
60 n::NTuple{D,Int32} # oversampling per dimension field
70 …function Plan{D}(N::NTuple{D,Int32},M::Int32,n::NTuple{D,Int32},m::Int32,f1::UInt32,f2::UInt32) wh… argument
77 function Plan(N::NTuple{D,Integer},M::Integer) where {D} function
109 function Plan(N::NTuple{D,Integer},M::Integer,n::NTuple{D,Integer},m::Integer=Int32(default_window_… function
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/
H A Dfftw++.h213 unsigned int Dist(unsigned int n, size_t stride, size_t dist) { in Dist()
221 unsigned int realsize(unsigned int n, Complex *in, double *out) { in realsize()
225 unsigned int realsize(unsigned int n, double *in, Complex *out) { in realsize()
652 unsigned int n=rows/a; in threads() local
827 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
915 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
916 int n=(int) nx; in Plan() local
1007 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
1069 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
1127 int n=(int) nx; in Plan() local
[all …]
/dports/math/asymptote/asymptote-2.67/
H A Dfftw++.h141 inline unsigned int realsize(unsigned int n, Complex *in, double *out) in realsize()
146 inline unsigned int realsize(unsigned int n, double *in, Complex *out) in realsize()
163 unsigned int Dist(unsigned int n, size_t stride, size_t dist) { in Dist()
678 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
755 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
888 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
936 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
1111 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
1158 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
1227 fftw_plan Plan(Complex *in, Complex *out) { in Plan() function
[all …]
/dports/astro/siril/siril/src/filters/
H A Dwavelets.c95 int get_wavelet_layers(fits *fit, int Nbr_Plan, int Plan, int Type, int reqlayer) { in get_wavelet_layers()
102 size_t n = fit->naxes[0] * fit->naxes[1]; in get_wavelet_layers() local
268 size_t n = gfit.naxes[0] * gfit.naxes[1] * sizeof(float); in on_button_compute_w_clicked() local
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_GuideTrihedronPlan.cxx114 Handle(Geom_Plane) Plan; in Init() local
250 gp_Vec n (P, Pprime); // vecteur definissant la normale du triedre in D0() local
309 gp_Vec n (P, PG), dn; // vecteur definissant la normale du triedre in D1() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/tir/transforms/
H A Dcoproc_sync.cc99 void Plan(const Stmt& stmt) { in Plan() function in tvm::tir::CoProcSyncPlanner
353 void Plan(const Stmt& stmt) { in Plan() function in tvm::tir::CoProcInstDepDetector
643 auto* n = f.CopyOnWrite(); in CoProcSync() local
/dports/devel/ninja/ninja-1.10.2/src/
H A Dbuild.cc308 Plan::Plan(Builder* builder) in Plan() function in Plan
614 Node* n = *i; in RefreshDyndepDependents() local