Home
last modified time | relevance | path

Searched refs:Sd (Results 1 – 25 of 67) sorted by relevance

123

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrVFP.td149 def VLDRS : ASI5<0b1101, 0b01, (outs SPR:$Sd), (ins addrmode5:$addr),
150 IIC_fpLoad32, "vldr", "\t$Sd, $addr",
151 [(set SPR:$Sd, (alignedload32 addrmode5:$addr))]>,
159 def VLDRH : AHI5<0b1101, 0b01, (outs HPR:$Sd), (ins addrmode5fp16:$addr),
160 IIC_fpLoad16, "vldr", ".16\t$Sd, $addr",
161 [(set HPR:$Sd, (alignedload16 addrmode5fp16:$addr))]>,
171 def VSTRS : ASI5<0b1101, 0b00, (outs), (ins SPR:$Sd, addrmode5:$addr),
172 IIC_fpStore32, "vstr", "\t$Sd, $addr",
173 [(alignedstore32 SPR:$Sd, addrmode5:$addr)]>,
181 def VSTRH : AHI5<0b1101, 0b00, (outs), (ins HPR:$Sd, addrmode5fp16:$addr),
[all …]
DARMInstrFormats.td1614 bits<5> Sd;
1619 let Inst{22} = Sd{0};
1621 let Inst{15-12} = Sd{4-1};
1641 bits<5> Sd;
1646 let Inst{22} = Sd{0};
1648 let Inst{15-12} = Sd{4-1};
1852 bits<5> Sd;
1858 let Inst{15-12} = Sd{4-1};
1859 let Inst{22} = Sd{0};
1877 bits<5> Sd;
[all …]
/third_party/boost/libs/math/example/
Dchi_square_std_dev_test.cpp21 double Sd, // Sample Standard Deviation in confidence_limits_on_std_deviation() argument
48 cout << setw(40) << left << "Standard Deviation" << "= " << Sd << "\n"; in confidence_limits_on_std_deviation()
70 double lower_limit = sqrt((N - 1) * Sd * Sd / quantile(complement(dist, alpha[i] / 2))); in confidence_limits_on_std_deviation()
71 double upper_limit = sqrt((N - 1) * Sd * Sd / quantile(dist, alpha[i] / 2)); in confidence_limits_on_std_deviation()
80 double Sd, // Sample Standard Deviation in confidence_limits_on_std_deviation_alpha() argument
104 cout << setw(40) << left << "Standard Deviation" << "= " << Sd << "\n"; in confidence_limits_on_std_deviation_alpha()
120 double lower_limit = sqrt((N - 1) * Sd * Sd / quantile(complement(dist, alpha / 2))); in confidence_limits_on_std_deviation_alpha()
121 double upper_limit = sqrt((N - 1) * Sd * Sd / quantile(dist, alpha / 2)); in confidence_limits_on_std_deviation_alpha()
130 double Sd, // Sample std deviation in chi_squared_test() argument
156 cout << setw(55) << left << "Sample Standard Deviation" << "= " << Sd << "\n"; in chi_squared_test()
[all …]
Dstudents_t_single_sample.cpp26 void confidence_limits_on_mean(double Sm, double Sd, unsigned Sn) in confidence_limits_on_mean() argument
55 cout << setw(40) << left << "Standard Deviation" << "= " << Sd << "\n"; in confidence_limits_on_mean()
84 double w = T * Sd / sqrt(double(Sn)); in confidence_limits_on_mean()
97 void single_sample_t_test(double M, double Sm, double Sd, unsigned Sn, double alpha) in single_sample_t_test() argument
123 cout << setw(55) << left << "Sample Standard Deviation" << "= " << Sd << "\n"; in single_sample_t_test()
135 double t_stat = diff * sqrt(double(Sn)) / Sd; in single_sample_t_test()
169 void single_sample_find_df(double M, double Sm, double Sd) in single_sample_find_df() argument
187 cout << setw(40) << left << "Sample Standard Deviation" << "= " << Sd << "\n"; in single_sample_find_df()
210 fabs(M - Sm), alpha[i], alpha[i], Sd); in single_sample_find_df()
217 fabs(M - Sm), alpha[i]/2, alpha[i], Sd); in single_sample_find_df()
/third_party/boost/libs/geometry/test/core/
Dradius.cpp48 typedef bg::srs::spheroid<T> Sd; in test_all() typedef
49 test_get_set<0, Sd>(); in test_all()
50 test_get_set<2, Sd>(); in test_all()
/third_party/boost/libs/math/doc/equations/
Ddist_tutorial3.mml14 <mtext>Sd</mtext>
28 <mtext>Sd</mtext>
51 <mtext>Sd</mtext>
84 <mtext>Sd</mtext>
Ddist_tutorial2.mml24 <mtext>Sd</mtext>
38 <mtext>Sd</mtext>
Ddist_tutorial1.mml75 <mtext>Sd</mtext>
93 <mtext>Sd</mtext>
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp1118 void AssemblerARM32::emitMoveSS(CondARM32::Cond Cond, IValueT Sd, IValueT Sm) { in emitMoveSS() argument
1125 emitVFPsss(Cond, VmovssOpcode, Sd, S0, Sm); in emitMoveSS()
1294 IValueT Sd, IValueT Sn, IValueT Sm) { in emitVFPsss() argument
1295 assert(Sd < RegARM32::getNumSRegs()); in emitVFPsss()
1302 (getYInRegXXXXY(Sd) << 22) | (getXXXXInRegXXXXY(Sn) << 16) | in emitVFPsss()
1303 (getXXXXInRegXXXXY(Sd) << 12) | (getYInRegXXXXY(Sn) << 7) | in emitVFPsss()
1311 const IValueT Sd = encodeSRegister(OpSd, "Sd", InstName); in emitVFPsss() local
1314 emitVFPsss(Cond, Opcode, Sd, Sn, Sm); in emitVFPsss()
2331 IValueT Sd = encodeSRegister(OpSd, "Sd", Vabss); in vabss() local
2335 emitVFPsss(Cond, VabssOpcode, Sd, S0, Sm); in vabss()
[all …]
DIceAssemblerARM32.h776 void emitVFPsd(CondARM32::Cond Cond, IValueT Opcode, IValueT Sd, IValueT Dm);
808 void emitMoveSS(CondARM32::Cond Cond, IValueT Sd, IValueT Sm);
894 void emitVFPsss(CondARM32::Cond Cond, IValueT Opcode, IValueT Sd, IValueT Sn,
/third_party/boost/libs/math/doc/distributions/
Dchi_squared_examples.qbk18 double Sd, // Sample Standard Deviation
30 cout << setw(40) << left << "Standard Deviation" << "= " << Sd << "\n";
68 double lower_limit = sqrt((N - 1) * Sd * Sd / quantile(complement(dist, alpha[i] / 2)));
69 double upper_limit = sqrt((N - 1) * Sd * Sd / quantile(dist, alpha[i] / 2));
186 double Sd, // Sample std deviation
204 cout << setw(55) << left << "Sample Standard Deviation" << "= " << Sd << "\n";
211 double t_stat = (N - 1) * (Sd / D) * (Sd / D);
Dstudents_t_examples.qbk66 double Sd, // Sd = Sample Standard Deviation.
80 cout << setw(40) << left << "Standard Deviation" << "= " << Sd << "\n";
110 double w = T * Sd / sqrt(double(Sn));
229 void single_sample_t_test(double M, double Sm, double Sd, unsigned Sn, double alpha)
234 // Sd = Sample Standard Deviation.
246 double t_stat = diff * sqrt(double(Sn)) / Sd;
426 double Sd) // Sd = Sample Standard Deviation.
471 fabs(M - Sm), alpha[i], alpha[i], Sd);
478 fabs(M - Sm), alpha[i]/2, alpha[i], Sd);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp23 // stride Sd = Nd*Bd (i.e. packed). The output size is therefore V*Nd*Bd bytes. The dispatch size
130 uint Sd; // Precalculated Nd*Bd
138 #define Sd params.Sd
165 return vertex * Sd + component * Bd + params.destOffset;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/
DConvertVertex.comp23 // stride Sd = Nd*Bd (i.e. packed). The output size is therefore V*Nd*Bd bytes. The dispatch size
125 uint Sd; // Precalculated Nd*Bd
141 #define Sd params.Sd
163 return vertex * Sd + component * Bd + params.dstOffset;
/third_party/flutter/skia/src/core/
DSkMatrix.cpp1687 double Sa, Sb, Sd; in SkDecomposeUpper2x2() local
1695 Sd = D; in SkDecomposeUpper2x2()
1707 Sd = -B*sinQ + D*cosQ; in SkDecomposeUpper2x2()
1718 w2 = Sd; in SkDecomposeUpper2x2()
1722 double diff = Sa - Sd; in SkDecomposeUpper2x2()
1724 double trace = Sa + Sd; in SkDecomposeUpper2x2()
/third_party/skia/src/core/
DSkMatrix.cpp1721 double Sa, Sb, Sd; in SkDecomposeUpper2x2() local
1729 Sd = D; in SkDecomposeUpper2x2()
1741 Sd = -B*sinQ + D*cosQ; in SkDecomposeUpper2x2()
1752 w2 = Sd; in SkDecomposeUpper2x2()
1756 double diff = Sa - Sd; in SkDecomposeUpper2x2()
1758 double trace = Sa + Sd; in SkDecomposeUpper2x2()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DUtilsVk.h197 uint32_t Sd = 0; member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/gen/
DConvertVertex.comp.00000017.inc195 // uint Sd;
206 // return vertex * params . Sd + component * 4 + params . destOffset;
DConvertVertex.comp.0000000F.inc209 // uint Sd;
220 // return vertex * params . Sd + component * 4 + params . destOffset;
DConvertVertex.comp.00000016.inc203 // uint Sd;
214 // return vertex * params . Sd + component * 4 + params . destOffset;
DConvertVertex.comp.0000000D.inc212 // uint Sd;
223 // return vertex * params . Sd + component * 4 + params . destOffset;
DConvertVertex.comp.00000015.inc215 // uint Sd;
226 // return vertex * params . Sd + component * 4 + params . destOffset;
DConvertVertex.comp.00000019.inc221 // uint Sd;
232 // return vertex * params . Sd + component * 4 + params . destOffset;
DConvertVertex.comp.0000000E.inc217 // uint Sd;
228 // return vertex * params . Sd + component * 4 + params . destOffset;
DConvertVertex.comp.0000000C.inc220 // uint Sd;
231 // return vertex * params . Sd + component * 4 + params . destOffset;

123