Home
last modified time | relevance | path

Searched refs:A0i (Results 1 – 25 of 84) sorted by relevance

1234

/dports/science/dynare/dynare-4.6.4/contrib/ms-sbvar/TZcode/MatlabFiles/
H A Dpmddwf23.m130 % ** set up the unconditional prior variance on A0i and A+i
134 Hb = zeros(strm+ncoef); % including A0i and A+i
142 % ** set up the final prior variance on A0i and A+i, i =1,..,6 separately.
146 % * final unconditional prior variance on A0i and A+i
154 % * final conditional prior variance on A+i give that on A0i, and
168 % condtional on A0i, H_plus_tilde
184 % conditional on A0i, alpha-plus-tilde
H A Dphg233.m154 % ** set up the unconditional prior variance on A0i and A+i
158 Hb = zeros(strm+ncoef); % including A0i and A+i
167 % ** set up the final prior variance on A0i and A+i, i =1,..,6 separately.
171 % * final unconditional prior variance on A0i and A+i
179 % * final conditional prior variance on A+i give that on A0i, and
193 % condtional on A0i, H_plus_tilde
207 % conditional on A0i, alpha-plus-tilde
H A Dpwf233.m159 % ** set up the unconditional prior variance on A0i and A+i
163 Hb = zeros(strm+ncoef); % including A0i and A+i
172 % ** set up the final prior variance on A0i and A+i, i =1,..,6 separately.
176 % * final unconditional prior variance on A0i and A+i
184 % * final conditional prior variance on A+i give that on A0i, and
198 % condtional on A0i, H_plus_tilde
212 % conditional on A0i, alpha-plus-tilde
H A Dpmddf233.m163 % ** set up the unconditional prior variance on A0i and A+i
167 Hb = zeros(strm+ncoef); % including A0i and A+i
176 % ** set up the final prior variance on A0i and A+i, i =1,..,6 separately.
180 % * final unconditional prior variance on A0i and A+i
188 % * final conditional prior variance on A+i give that on A0i, and
202 % condtional on A0i, H_plus_tilde
216 % conditional on A0i, alpha-plus-tilde
H A Dphg235.m138 % condtional on A0i, H_plus_tilde
164 % ** set up the unconditional prior variance on A0i and A+i
168 % * final conditional prior variance on A+i give that on A0i, and
178 % condtional on A0i, H_plus_tilde
H A Dpwf235.m139 % condtional on A0i, H_plus_tilde
165 % ** set up the unconditional prior variance on A0i and A+i
169 % * final conditional prior variance on A+i give that on A0i, and
179 % condtional on A0i, H_plus_tilde
H A Dpmddf235.m140 % condtional on A0i, H_plus_tilde
166 % ** set up the unconditional prior variance on A0i and A+i
170 % * final conditional prior variance on A+i give that on A0i, and
180 % condtional on A0i, H_plus_tilde
H A Dpmddf236.m142 % condtional on A0i, H_plus_tilde
173 % ** set up the unconditional prior variance on A0i and A+i
177 % * final conditional prior variance on A+i give that on A0i, and
189 % condtional on A0i, H_plus_tilde
/dports/math/octave-forge-signal/signal-1.4.1/inst/
H A Dncauer.m86 A0i=1./(wi.^2);
93 T0=sig0*prod(B0i./A0i)*sqrt(ws);
95 T0=10^(-0.05*Rp)*prod(B0i./A0i);
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/modules/
H A DDCRComplexSolve.F90543 REAL(kind=dp) :: A2(3,3), A1r(3), A1i(3), A0r, A0i local
599 A0i = 0.0d0
602 A0i = SUM( AscalarImag(1:n) * Basis(1:n) )
706 A0i = 0.0d0
709 A0i = SUM( AscalarImag(1:n) * Basis(1:n) )
1136 REAL(kind=dp) :: A2(3,3), A1r(3), A1i(3), A0r, A0i local
1300 A0i = 0.0d0
1303 A0i = SUM( AscalarImag(1:Pn) * Basis(1:Pn) )
1489 REAL(kind=dp) :: A2(3,3), A1r(3), A1i(3), A0r, A0i local
1618 A0i = 0.0d0
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A Dphi-merge-gep.ll38 %25 = load float, float* %A0i.0, align 4 ; <float> [#uses=1]
66 %47 = getelementptr inbounds float, float* %A0i.0, i64 %As ; <float*> [#uses=1]
92 %A0i.0 = phi float* [ %1, %entry ], [ %47, %bb ] ; <float*> [#uses=2]

1234