Home
last modified time | relevance | path

Searched refs:squared (Results 1 – 25 of 168) sorted by relevance

1234567

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/
Dstatistics.ll13 ; int squared = square(i);
14 ; return squared*i;
17 ; GlobalConst,Global,s,s.constant,square::i,cube::i,cube::squared
64 %squared = alloca i32, align 4
74 store i32 %mul.i, i32* %squared, align 4, !dbg !36
75 %3 = load i32, i32* %squared, align 4, !dbg !41
125 !35 = !DILocalVariable(name: "squared", scope: !30, file: !3, line: 10, type: !8)
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dlrn_ops.cc53 auto squared = xla::Mul(converted, converted); in Compile() local
55 squared, XlaHelpers::Zero(builder, accumulation_type), in Compile()
140 auto squared = xla::Mul(converted, converted); in Compile() local
142 squared, XlaHelpers::Zero(builder, accumulation_type), in Compile()
/external/libvpx/libvpx/vpx_dsp/x86/
Ddeblock_sse2.asm333 pmaddwd xmm1, xmm2 ; squared of 7+-8 8+-7 9+-6 10+-5
344 pshufd xmm3, xmm1, 3 ; 0000 8--7 8--7 8--7 squared
345 pshufd xmm4, xmm2, 3 ; 0000 8--7 8--7 8--7 squared
350 pshufd xmm3, xmm1, 01011111b ; 0000 0000 9--6 9--6 squared
351 pshufd xmm4, xmm2, 01011111b ; 0000 0000 9--6 9--6 squared
356 pshufd xmm3, xmm1, 10111111b ; 0000 0000 8--7 8--7 squared
357 pshufd xmm4, xmm2, 10111111b ; 0000 0000 8--7 8--7 squared
/external/swiftshader/third_party/LLVM/test/Feature/
Dterminators.ll7 define i32 @squared(i32 %i0) {
29 @Addr3 = global i8* blockaddress(@squared, %Case1)
/external/llvm/test/Feature/
Dterminators.ll7 define i32 @squared(i32 %i0) {
29 @Addr3 = global i8* blockaddress(@squared, %Case1)
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dterminators.ll7 define i32 @squared(i32 %i0) {
29 @Addr3 = global i8* blockaddress(@squared, %Case1)
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_KMC2ChainInitialization.pbtxt7 Vector with squared distances to the closest previously sampled cluster center
25 Entries in distances are assumed to be squared distances of candidate points to
Dapi_def_AudioSpectrogram.pbtxt31 Whether to return the squared magnitude or just the
32 magnitude. Using squared magnitude can avoid extra calculations.
Dapi_def_LRN.pbtxt37 each component is divided by the weighted, squared sum of inputs within
Dapi_def_NearestNeighbors.pbtxt33 Matrix of shape (n, min(m, k)). Each row contains the squared L2 distance to the
Dapi_def_KmeansPlusPlusInitialization.pbtxt40 Subsequent rows are sampled with probability proportional to the squared L2
/external/icu/icu4c/source/data/unit/
Den_001.txt7 meter-per-second-squared{
8 dnam{"metres per second squared"}
9 one{"{0} metre per second squared"}
10 other{"{0} metres per second squared"}
332 meter-per-second-squared{
Dzh_Hant_HK.txt7 meter-per-second-squared{
288 meter-per-second-squared{
523 meter-per-second-squared{
Dpt_PT.txt12 meter-per-second-squared{
170 meter-per-second-squared{
Dps.txt17 meter-per-second-squared{
18 dnam{"meters per second squared"}
19 one{"{0} meter per second squared"}
20 other{"{0} meters per second squared"}
889 meter-per-second-squared{
Dzh.txt16 meter-per-second-squared{
646 meter-per-second-squared{
1063 meter-per-second-squared{
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/
DREADME.md42 * cmsis_power.txt: the magnitude squared of the DFT
43 * cmsis_power_avg.txt: the 6-bin average of the magnitude squared of
60 * micro_power.txt: the magnitude squared of the DFT
61 * micro_power_avg.txt: the 6-bin average of the magnitude squared of
/external/mesa3d/src/compiler/glsl/
Dopt_algebraic.cpp833 ir_variable *squared = new(ir) ir_variable(ir->operands[1]->type, in handle_expression() local
836 base_ir->insert_before(squared); in handle_expression()
837 base_ir->insert_before(assign(squared, mul(x, x))); in handle_expression()
838 return mul(squared, squared); in handle_expression()
/external/eigen/Eigen/src/plugins/
DMatrixCwiseUnaryOps.h39 EIGEN_DOC_UNARY_ADDONS(cwiseAbs2,squared absolute value) in EIGEN_DOC_UNARY_ADDONS()
/external/skqp/src/gpu/effects/
DGrEllipseEffect.fp71 // inverse squared radii uniform values are already in this normalized space. The center is
79 // grad_dot is the squared length of the gradient of the implicit.
/external/eigen/doc/
DTutorialReductionsVisitorsBroadcasting.dox29squared norm of a vector can be obtained \link MatrixBase::squaredNorm() squaredNorm() \endlink. I…
226 computing the squared Euclidean distance with the partial reduction named \link MatrixBase::squared…
253 … - v).colwise().squaredNorm()</tt> is a partial reduction, computing the squared norm column-wise.…
254 this operation is a row vector where each coefficient is the squared Euclidean distance between eac…
/external/skia/src/gpu/effects/
DGrEllipseEffect.fp78 …// be scale, 1/scale. The inverse squared radii uniform values are already in this normalized spac…
86 // grad_dot is the squared length of the gradient of the implicit.
/external/eigen/Eigen/
DIterativeLinearSolvers19 … methods to solve problems of the form \c A \c x = \c b, where \c A is a squared matrix, usually v…
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
Dmetric_loss_ops_test.py36 def pairwise_distance_np(feature, squared=False): argument
50 if squared:
108 pdist_matrix = pairwise_distance_np(embedding, squared=True)
Dmetric_loss_ops.py40 def pairwise_distance(feature, squared=False): argument
66 if squared:
186 pdist_matrix = pairwise_distance(embeddings, squared=True)

1234567