Home
last modified time | relevance | path

Searched defs:alpha (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/external/eigen/blas/
Dlevel3_impl.h44 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
144 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
249 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
294 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
383 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
443 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
511 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
587 RealScalar alpha = *palpha; in EIGEN_BLAS_FUNC() local
637 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
Dlevel2_cplx_impl.h33 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
117 RealScalar alpha = *palpha; in EIGEN_BLAS_FUNC() local
162 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
209 RealScalar alpha = *reinterpret_cast<RealScalar*>(palpha); in EIGEN_BLAS_FUNC() local
257 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
300 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
337 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
Dlevel2_real_impl.h27 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
78 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
118 Scalar alpha = *reinterpret_cast<const Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
198 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
243 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
283 Scalar alpha = *reinterpret_cast<Scalar*>(palpha); in EIGEN_BLAS_FUNC() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dprelu_test.cc39 Tensor<Linear, DataType::FLOAT32> alpha; in TEST() local
65 Tensor<Linear, DataType::FLOAT32> alpha; in TEST() local
92 Tensor<HWC, DataType::FLOAT32> alpha; variable
118 Tensor<HWC, DataType::FLOAT32> alpha; variable
144 Tensor<HWC, DataType::FLOAT32> alpha; variable
170 Tensor<HWC, DataType::FLOAT32> alpha; variable
Dprelu.cc41 auto alpha = absl::get_if<Tensor<Linear, DataType::FLOAT32>>(&attr.alpha); in GenerateCode() local
90 auto alpha = absl::get_if<Tensor<HWC, DataType::FLOAT32>>(&attr.alpha); in GenerateCode() local
157 auto* alpha = absl::get_if<Tensor<HWC, DataType::FLOAT32>>(&attr.alpha); in GenerateCode() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/inference/
DTestUtils.java176 double alpha) in homoscedasticTTest()
210 double alpha) in pairedTTest()
259 public static boolean tTest(double mu, double[] sample, double alpha) in tTest()
276 double alpha) in tTest()
292 public static boolean tTest(double[] sample1, double[] sample2, double alpha) in tTest()
309 StatisticalSummary sampleStats2, double alpha) in tTest()
343 double alpha) in chiSquareTest()
359 public static boolean chiSquareTest(long[][] counts, double alpha) in chiSquareTest()
399 double alpha) in chiSquareTestDataSetsComparison()
429 public static boolean oneWayAnovaTest(Collection<double[]> categoryData, double alpha) in oneWayAnovaTest()
DTTest.java140 double alpha) in pairedTTest()
379 boolean tTest(double mu, double[] sample, double alpha) in tTest()
450 double alpha) in tTest()
580 double alpha) in tTest()
636 double alpha) in homoscedasticTTest()
769 double alpha) in tTest()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLPReluLayer.cpp39 …igure(const CLCompileContext &compile_context, ITensorInfo *input, ITensorInfo *alpha, ITensorInfo… in configure()
46 Status CLPReluLayer::validate(const ITensorInfo *input, const ITensorInfo *alpha, const ITensorInfo… in validate()
73 void CLPReluLayer::configure(ICLTensor *input, ICLTensor *alpha, ICLTensor *output) in configure()
78 …onfigure(const CLCompileContext &compile_context, ICLTensor *input, ICLTensor *alpha, ICLTensor *o… in configure()
87 Status CLPReluLayer::validate(const ITensorInfo *input, const ITensorInfo *alpha, const ITensorInfo… in validate()
/external/ImageMagick/MagickCore/
Dcomposite-private.h35 static inline double MagickOver_(const double p,const double alpha, in MagickOver_()
53 const double alpha,const Quantum *q,const double beta,Quantum *composite) in CompositePixelOver()
122 static inline void CompositePixelInfoOver(const PixelInfo *p,const double alpha, in CompositePixelInfoOver()
146 const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite) in CompositePixelInfoPlus()
169 const double alpha,const PixelInfo *q,const double beta,const double area, in CompositePixelInfoAreaBlend()
180 const double alpha,const PixelInfo *q,const double beta,PixelInfo *composite) in CompositePixelInfoBlend()
/external/webrtc/rtc_base/numerics/
Dexp_filter.cc19 void ExpFilter::Reset(float alpha) { in Reset()
31 float alpha = std::pow(alpha_, exp); in Apply() local
40 void ExpFilter::UpdateBase(float alpha) { in UpdateBase()
/external/skia/src/core/
DSkBlitRow_D32.cpp16 U8CPU alpha) { in blit_row_s32_opaque()
58 static void blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32_blend()
86 unsigned alpha = SkAlpha255To256(aa); in SkBlendARGB32_SSE2() local
123 static void blit_row_s32a_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32a_blend()
151 static void blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32_blend()
196 static void blit_row_s32a_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32a_blend()
273 static void blit_row_s32_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32_blend()
282 static void blit_row_s32a_blend(SkPMColor* dst, const SkPMColor* src, int count, U8CPU alpha) { in blit_row_s32a_blend()
DSkAntiRun.h25 static inline SkAlpha CatchOverflow(int alpha) { in CatchOverflow()
61 uint8_t* alpha = fAlpha + offsetX; in add() local
174 static void BreakAt(int16_t runs[], uint8_t alpha[], int x) { in BreakAt()
/external/XNNPACK/test/
Df32-velu.cc77 TEST(F32_VELU__NEON_RR2_LUT16_P3_X4, alpha) { in TEST() argument
79 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
160 TEST(F32_VELU__NEON_RR2_LUT16_P3_X8, alpha) { in TEST() argument
162 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
243 TEST(F32_VELU__NEON_RR2_LUT16_P3_X12, alpha) { in TEST() argument
245 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
326 TEST(F32_VELU__NEON_RR2_LUT16_P3_X16, alpha) { in TEST() argument
328 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
409 TEST(F32_VELU__NEON_RR2_LUT16_P3_X20, alpha) { in TEST() argument
411 for (float alpha : std::vector<float>({0.3f, 3.0f})) { in TEST() local
[all …]
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEPReluLayer.cpp34 void NEPRelu::configure(const ITensorInfo *input, const ITensorInfo *alpha, ITensorInfo *output) in configure()
41 Status NEPRelu::validate(const ITensorInfo *input, const ITensorInfo *alpha, const ITensorInfo *out… in validate()
63 void NEPReluLayer::configure(const ITensor *input, const ITensor *alpha, ITensor *output) in configure()
81 Status NEPReluLayer::validate(const ITensorInfo *input, const ITensorInfo *alpha, const ITensorInfo… in validate()
/external/ComputeLibrary/tests/validation/fixtures/
DGEMMFixture.h52 …a, TensorShape shape_b, TensorShape shape_c, TensorShape output_shape, float alpha, float beta, bo… in setup()
77 …ape &shape_b, const TensorShape &shape_c, const TensorShape &output_shape, float alpha, float beta, in compute_target()
128 …ape &shape_a, const TensorShape &shape_b, const TensorShape &output_shape, float alpha, float beta, in compute_reference()
176 …void setup(unsigned int m, unsigned int n, unsigned int k, unsigned int batch_size, float alpha, f… in setup()
202 …orShape &rhs_shape, const TensorShape &bias_shape, DataType data_type, float alpha, float beta, bo… in compute_target()
248 …sorShape &lhs_shape, const TensorShape &rhs_shape, DataType data_type, float alpha, float beta, bo… in compute_reference()
290 …gned int m_h, unsigned int n, unsigned int k, unsigned int batch_size, float alpha, float beta, bo… in setup()
315 …orShape &rhs_shape, const TensorShape &bias_shape, DataType data_type, float alpha, float beta, un… in compute_target()
361 …sorShape &lhs_shape, const TensorShape &rhs_shape, DataType data_type, float alpha, float beta, un… in compute_reference()
402 …void setup(unsigned int m, unsigned int n, unsigned int k, unsigned int batch_size, float alpha, f… in setup()
[all …]
/external/ComputeLibrary/tests/validation/CL/
DGEMMMatrixMultiply.cpp130 constexpr float alpha = 1.3f; in TEST_SUITE() local
144 constexpr float alpha = 1.3f; in TEST_SUITE() local
158 constexpr float alpha = 1.3f; in TEST_SUITE() local
173 constexpr float alpha = 1.3f; in TEST_SUITE() local
187 constexpr float alpha = 1.3f; in TEST_SUITE() local
203 constexpr float alpha = 1.3f; in TEST_SUITE() local
220 constexpr float alpha = 1.3f; in TEST_SUITE() local
236 constexpr float alpha = 1.3f; in TEST_SUITE() local
/external/skia/src/gpu/
DGrSWMaskHelper.cpp37 static SkPaint get_paint(SkRegion::Op op, GrAA aa, uint8_t alpha) { in get_paint()
50 uint8_t alpha) { in drawRect()
60 GrAA aa, uint8_t alpha) { in drawRRect()
73 GrAA aa, uint8_t alpha) { in drawShape()
94 GrAA aa, uint8_t alpha) { in drawShape()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc238 bool ROCMBlas::DoBlasAxpy(Stream *stream, uint64 elem_count, float alpha, in DoBlasAxpy()
247 bool ROCMBlas::DoBlasAxpy(Stream *stream, uint64 elem_count, double alpha, in DoBlasAxpy()
257 std::complex<float> alpha, in DoBlasAxpy()
266 std::complex<double> alpha, in DoBlasAxpy()
503 bool ROCMBlas::DoBlasScal(Stream *stream, uint64 elem_count, float alpha, in DoBlasScal()
511 bool ROCMBlas::DoBlasScal(Stream *stream, uint64 elem_count, double alpha, in DoBlasScal()
518 bool ROCMBlas::DoBlasScal(Stream *stream, uint64 elem_count, float alpha, in DoBlasScal()
525 bool ROCMBlas::DoBlasScal(Stream *stream, uint64 elem_count, double alpha, in DoBlasScal()
533 std::complex<float> alpha, in DoBlasScal()
541 std::complex<double> alpha, in DoBlasScal()
[all …]
/external/webp/src/enc/
Danalysis_enc.c92 const int alpha = 255 * (centers[n] - mid) / (max - min); in SetSegmentAlphas() local
106 #define IS_BETTER_ALPHA(alpha, best_alpha) ((alpha) > (best_alpha)) argument
108 static int FinalAlphaValue(int alpha) { in FinalAlphaValue()
119 const int alpha = in GetAlpha() local
205 const int alpha = mb->alpha_; in AssignSegments() local
239 int alpha; in MBAnalyzeBestIntra16Mode() local
288 int alpha; in MBAnalyzeBestUVMode() local
309 int* const alpha, int* const uv_alpha) { in MBAnalyze()
371 int alpha, uv_alpha; member
/external/skia/tests/
DSrcOverTest.cpp12 static int test_srcover0(unsigned dst, unsigned alpha) { in test_srcover0()
17 static int test_srcover1(unsigned dst, unsigned alpha) { in test_srcover1()
22 static int test_srcover2(unsigned dst, unsigned alpha) { in test_srcover2()
/external/mesa3d/src/mesa/swrast/
Ds_alpha.c135 GLfixed alpha = span->alpha; in _swrast_alpha_test() local
142 GLfixed alpha = span->alpha; in _swrast_alpha_test() local
149 GLfloat alpha = FixedToFloat(span->alpha); in _swrast_alpha_test() local
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DGammaDistributionImpl.java45 private double alpha; field in GammaDistributionImpl
58 public GammaDistributionImpl(double alpha, double beta) { in GammaDistributionImpl()
70 public GammaDistributionImpl(double alpha, double beta, double inverseCumAccuracy) { in GammaDistributionImpl()
138 public void setAlpha(double alpha) { in setAlpha()
DBetaDistributionImpl.java51 private double alpha; field in BetaDistributionImpl
72 public BetaDistributionImpl(double alpha, double beta, double inverseCumAccuracy) { in BetaDistributionImpl()
84 public BetaDistributionImpl(double alpha, double beta) { in BetaDistributionImpl()
92 public void setAlpha(double alpha) { in setAlpha()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc614 bool CUDABlas::DoBlasAxpy(Stream *stream, uint64 elem_count, float alpha, in DoBlasInternalImpl()
622 bool CUDABlas::DoBlasAxpy(Stream *stream, uint64 elem_count, double alpha, in DoBlasInternalImpl()
631 std::complex<float> alpha, in DoBlasInternalImpl()
642 std::complex<double> alpha, in DoBlasInternalImpl()
883 bool CUDABlas::DoBlasScal(Stream *stream, uint64 elem_count, float alpha, in DoBlasInternalImpl()
889 bool CUDABlas::DoBlasScal(Stream *stream, uint64 elem_count, double alpha, in DoBlasInternalImpl()
895 bool CUDABlas::DoBlasScal(Stream *stream, uint64 elem_count, float alpha, in DoBlasInternalImpl()
902 bool CUDABlas::DoBlasScal(Stream *stream, uint64 elem_count, double alpha, in DoBlasInternalImpl()
910 std::complex<float> alpha, in DoBlasInternalImpl()
919 std::complex<double> alpha, in DoBlasInternalImpl()
[all …]
/external/tensorflow/tensorflow/compiler/xla/tests/
Daxpy_simple_test.cc32 auto alpha = ConstantR0<float>(&builder, 3.1415926535); in TEST_F() local
45 auto alpha = ConstantR0<float>(&builder, 3.1415926535); in XLA_TEST_F() local
57 auto alpha = ConstantR0<float>(&builder, 3.1415926535); in TEST_F() local

12345678910>>...39