Home
last modified time | relevance | path

Searched defs:D (Results 51 – 75 of 25195) sorted by relevance

12345678910>>...1008

/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dstudyexpr.c85 int ED_IsConst (const ExprDesc* D) in ED_IsConst()
108 static int ED_IsValid (const ExprDesc* D) in ED_IsValid()
118 static int ED_HasError (const ExprDesc* D) in ED_HasError()
126 static void ED_Invalidate (ExprDesc* D) in ED_Invalidate()
134 static void ED_SetError (ExprDesc* D) in ED_SetError()
354 static void ED_NegRefs (ExprDesc* D) in ED_NegRefs()
381 ExprDesc D = *Right; /* Temporary */ in ED_Sub() local
408 static void ED_Neg (ExprDesc* D) in ED_Neg()
782 static void StudyOr (ExprNode* Expr, ExprDesc* D) in StudyOr()
852 static void StudyEQ (ExprNode* Expr, ExprDesc* D) in StudyEQ()
[all …]
/dports/devel/simdjson/simdjson-0.9.6/jsonchecker/adversarial/issue150/
H A D456.json1 { "D":777.77771777 number
2 , "D":77777.77771777 number
3 , "D":777777777757.777 number
4 , "D":77777.77771777 number
5 , "D":777777777757.737 number
6 , "D":777777777757.777 number
7 , "D":77777.77771777 number
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/linalg/
H A Dhessenberg.rs51 pub fn new(hess: OMatrix<T, D, D>) -> Self { in new() argument
60 pub fn new_with_workspace(mut hess: OMatrix<T, D, D>, work: &mut OVector<T, D>) -> Self { in new_with_workspace() argument
104 pub fn unpack(self) -> (OMatrix<T, D, D>, OMatrix<T, D, D>) { in unpack() argument
112 pub fn unpack_h(mut self) -> OMatrix<T, D, D> { in unpack_h() argument
131 pub fn h(&self) -> OMatrix<T, D, D> { in h() argument
146 pub fn q(&self) -> OMatrix<T, D, D> { in q() argument
151 pub fn hess_internal(&self) -> &OMatrix<T, D, D> { in hess_internal() argument
H A Dsymmetric_tridiagonal.rs53 pub fn new(mut m: OMatrix<T, D, D>) -> Self { in new() argument
97 pub fn internal_tri(&self) -> &OMatrix<T, D, D> { in internal_tri() argument
106 OMatrix<T, D, D>, in unpack() argument
108 OVector<T::RealField, DimDiff<D, U1>>, in unpack()
123 OVector<T::RealField, D>, in unpack_tridiagonal() argument
124 OVector<T::RealField, DimDiff<D, U1>>, in unpack_tridiagonal()
134 pub fn diagonal(&self) -> OVector<T::RealField, D> in diagonal() argument
143 pub fn off_diagonal(&self) -> OVector<T::RealField, DimDiff<D, U1>> in off_diagonal()
152 pub fn q(&self) -> OMatrix<T, D, D> { in q() argument
157 pub fn recompose(mut self) -> OMatrix<T, D, D> { in recompose() argument
H A Dexp.rs48 fn new(a: OMatrix<T, D, D>, use_exact_norm: bool) -> Self { in new() argument
214 fn pade3(&mut self) -> (OMatrix<T, D, D>, OMatrix<T, D, D>) { in pade3() argument
223 fn pade5(&mut self) -> (OMatrix<T, D, D>, OMatrix<T, D, D>) { in pade5() argument
244 fn pade7(&mut self) -> (OMatrix<T, D, D>, OMatrix<T, D, D>) { in pade7() argument
270 fn pade9(&mut self) -> (OMatrix<T, D, D>, OMatrix<T, D, D>) { in pade9() argument
301 fn pade13_scaled(&mut self, s: u64) -> (OMatrix<T, D, D>, OMatrix<T, D, D>) { in pade13_scaled() argument
353 fn onenorm_matrix_power_nonm<T, D>(a: &OMatrix<T, D, D>, p: u64) -> T in onenorm_matrix_power_nonm() argument
370 fn ell<T, D>(a: &OMatrix<T, D, D>, m: u64) -> u64 in ell() argument
405 fn solve_p_q<T, D>(u: OMatrix<T, D, D>, v: OMatrix<T, D, D>) -> OMatrix<T, D, D> in solve_p_q() argument
409 DefaultAllocator: Allocator<T, D, D> + Allocator<(usize, usize), DimMinimum<D, D>>, in solve_p_q() argument
[all …]
/dports/math/octave-forge-nan/nan-3.6.1/inst/
H A Dknnsearch.m121 D = sqrt(sum((X(ix(:),:)-Y(iy(:),:)).^2,2)); variable
127 D = sqrt((dxy.^2)*IS); variable
132 D = sqrt( sum( (dxy*inv(Cov)).*dxy, 2) ); variable
135 D = sum(abs(X(ix(:),:)-Y(iy(:),:)).^P,2).^(1/P); variable
138 D = sum(abs(X(ix(:),:)-Y(iy(:),:)),2); variable
143 D = 1 - sum(X(ix(:),:).*Y(iy(:),:), 2).*sx(ix(:)).*sy(iy(:)); variable
146 D = 1 - corrcoef(Y', X'); variable
149 D = 1 - corrcoef(Y', X', 'Rank'); variable
152 D = mean(abs(X(ix(:),:)~=Y(iy(:),:)),2); variable
159 D = reshape(D,size(Y,1),size(X,1)); variable
/dports/devel/cc65/cc65-2.19/src/da65/
H A Dhandler.c216 void OH_Implicit (const OpcDesc* D) in OH_Implicit()
225 void OH_Immediate (const OpcDesc* D) in OH_Immediate()
239 void OH_Direct (const OpcDesc* D) in OH_Direct()
253 void OH_DirectX (const OpcDesc* D) in OH_DirectX()
267 void OH_DirectY (const OpcDesc* D) in OH_DirectY()
281 void OH_Absolute (const OpcDesc* D) in OH_Absolute()
295 void OH_AbsoluteX (const OpcDesc* D) in OH_AbsoluteX()
309 void OH_AbsoluteY (const OpcDesc* D) in OH_AbsoluteY()
337 void OH_Relative (const OpcDesc* D) in OH_Relative()
448 void OH_BitBranch (const OpcDesc* D) in OH_BitBranch()
[all …]
/dports/cad/yosys/yosys-yosys-0.12/techlibs/common/
H A Dsimcells.v565 input D; port
585 input D, C; port
604 input D, C; port
623 input D, C, E; port
642 input D, C, E; port
661 input D, C, E; port
680 input D, C, E; port
700 input D, C, R; port
723 input D, C, R; port
3183 input E, D; port
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/nalgebra/src/base/
H A Dcg.rs216 pub fn append_scaling(&self, scaling: T) -> OMatrix<T, D, D> in append_scaling() argument
229 pub fn prepend_scaling(&self, scaling: T) -> OMatrix<T, D, D> in prepend_scaling() argument
244 scaling: &Vector<T, DimNameDiff<D, U1>, SB>, in append_nonuniform_scaling()
261 scaling: &Vector<T, DimNameDiff<D, U1>, SB>, in prepend_nonuniform_scaling()
278 shift: &Vector<T, DimNameDiff<D, U1>, SB>, in append_translation()
295 shift: &Vector<T, DimNameDiff<D, U1>, SB>, in prepend_translation()
311 S: StorageMut<T, D, D>, in append_scaling_mut() argument
322 S: StorageMut<T, D, D>, in prepend_scaling_mut() argument
347 scaling: &Vector<T, DimNameDiff<D, U1>, SB>, in prepend_nonuniform_scaling_mut()
377 pub fn prepend_translation_mut<SB>(&mut self, shift: &Vector<T, DimNameDiff<D, U1>, SB>) in prepend_translation_mut()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A Dlwg3548.cc8 struct D struct
10 D() { } in D() argument
11 D(D&&) { } in D() function
15 std::unique_ptr<int, D> u; argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A Dlwg3548.cc8 struct D struct
10 D() { } in D() function
11 D(D&&) { } in D() argument
15 std::unique_ptr<int, D> u; argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A Dlwg3548.cc8 struct D struct
10 D() { } in D() function
11 D(D&&) { } in D() function
15 std::unique_ptr<int, D> u; argument
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A Dlwg3548.cc8 struct D struct
10 D() { } in D() argument
11 D(D&&) { } in D() function
15 std::unique_ptr<int, D> u; argument
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A Dlwg3548.cc8 struct D struct
10 D() { } in D() function
11 D(D&&) { } in D() function
15 std::unique_ptr<int, D> u; argument
/dports/lang/spidermonkey78/firefox-78.9.0/tools/clang-tidy/test/
H A Dperformance-move-constructor-init.cpp7 struct D : B { struct
8 D() : B() {} in D() function
9 D(const D &RHS) : B(RHS) {} in D() function
10 D(D &&RHS) : B(RHS) {} in D() argument
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Duninit-pr100250.c7 void g (int D, const int a[D], const int b[D], const int c[D], const int d[D]) in g()
22 void h (int D, const int d[D]) in h()
/dports/mail/thunderbird/thunderbird-91.8.0/tools/clang-tidy/test/
H A Dperformance-move-constructor-init.cpp7 struct D : B { struct
8 D() : B() {} in D() argument
9 D(const D &RHS) : B(RHS) {} in D() argument
10 D(D &&RHS) : B(RHS) {} in D() argument
/dports/www/firefox/firefox-99.0/tools/clang-tidy/test/
H A Dperformance-move-constructor-init.cpp7 struct D : B { struct
8 D() : B() {} in D() argument
9 D(const D &RHS) : B(RHS) {} in D() function
10 D(D &&RHS) : B(RHS) {} in D() function
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Duninit-pr100250.c7 void g (int D, const int a[D], const int b[D], const int c[D], const int d[D]) in g()
22 void h (int D, const int d[D]) in h()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Duninit-pr100250.c7 void g (int D, const int a[D], const int b[D], const int c[D], const int d[D]) in g()
22 void h (int D, const int d[D]) in h()
/dports/www/firefox-esr/firefox-91.8.0/tools/clang-tidy/test/
H A Dperformance-move-constructor-init.cpp7 struct D : B { struct
8 D() : B() {} in D() function
9 D(const D &RHS) : B(RHS) {} in D() function
10 D(D &&RHS) : B(RHS) {} in D() argument
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Duninit-pr100250.c7 void g (int D, const int a[D], const int b[D], const int c[D], const int d[D]) in g()
22 void h (int D, const int d[D]) in h()
/dports/math/nfft/nfft-3.5.2/julia/nfct/
H A DNFCT.jl49 mutable struct NFCTplan{D} argument
69 function NFCTplan(N::NTuple{D,Integer},M::Integer) where {D}
97 function NFCTplan(N::NTuple{D,Integer},M::Integer,n::NTuple{D,Integer},m::Integer=Int32(8),f1::UInt…
133 function finalize_plan(P::NFCTplan{D}) where {D}
145 function nfct_init(p::NFCTplan{D}) where {D}
163 function Base.setproperty!(p::NFCTplan{D},v::Symbol,val) where {D}
243 function Base.getproperty(p::NFCTplan{D},v::Symbol) where {D}
274 function trafo_direct(P::NFCTplan{D}) where {D}
293 function adjoint_direct(P::NFCTplan{D}) where {D}
309 function trafo(P::NFCTplan{D}) where {D}
[all …]
/dports/math/nfft/nfft-3.5.2/julia/nfst/
H A DNFST.jl49 mutable struct NFSTplan{D} argument
69 function NFSTplan(N::NTuple{D,Integer},M::Integer) where {D}
101 function NFSTplan(N::NTuple{D,Integer},M::Integer,n::NTuple{D,Integer},m::Integer=Int32(8),f1::UInt…
133 function finalize_plan(P::NFSTplan{D}) where {D}
145 function nfst_init(p::NFSTplan{D}) where {D}
163 function Base.setproperty!(p::NFSTplan{D},v::Symbol,val) where {D}
243 function Base.getproperty(p::NFSTplan{D},v::Symbol) where {D}
274 function trafo_direct(P::NFSTplan{D}) where {D}
293 function adjoint_direct(P::NFSTplan{D}) where {D}
309 function trafo(P::NFSTplan{D}) where {D}
[all …]
/dports/math/nfft/nfft-3.5.2/julia/nfft/
H A DNFFT.jl57 mutable struct Plan{D} argument
77 function Plan(N::NTuple{D,Integer},M::Integer) where {D}
109 function Plan(N::NTuple{D,Integer},M::Integer,n::NTuple{D,Integer},m::Integer=Int32(default_window_…
145 function finalize_plan(P::Plan{D}) where {D}
157 function nfft_init(p::Plan{D}) where {D}
175 function Base.setproperty!(p::Plan{D},v::Symbol,val) where {D}
252 function Base.getproperty(p::Plan{D},v::Symbol) where {D}
283 function trafo_direct(P::Plan{D}) where {D}
302 function adjoint_direct(P::Plan{D}) where {D}
318 function trafo(P::Plan{D}) where {D}
[all …]

12345678910>>...1008