/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | statistics.ll | 13 ; 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/ |
D | lrn_ops.cc | 53 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/ |
D | deblock_sse2.asm | 333 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/ |
D | terminators.ll | 7 define i32 @squared(i32 %i0) { 29 @Addr3 = global i8* blockaddress(@squared, %Case1)
|
/external/llvm/test/Feature/ |
D | terminators.ll | 7 define i32 @squared(i32 %i0) { 29 @Addr3 = global i8* blockaddress(@squared, %Case1)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/ |
D | terminators.ll | 7 define i32 @squared(i32 %i0) { 29 @Addr3 = global i8* blockaddress(@squared, %Case1)
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_KMC2ChainInitialization.pbtxt | 7 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
|
D | api_def_AudioSpectrogram.pbtxt | 31 Whether to return the squared magnitude or just the 32 magnitude. Using squared magnitude can avoid extra calculations.
|
D | api_def_LRN.pbtxt | 37 each component is divided by the weighted, squared sum of inputs within
|
D | api_def_NearestNeighbors.pbtxt | 33 Matrix of shape (n, min(m, k)). Each row contains the squared L2 distance to the
|
D | api_def_KmeansPlusPlusInitialization.pbtxt | 40 Subsequent rows are sampled with probability proportional to the squared L2
|
/external/icu/icu4c/source/data/unit/ |
D | en_001.txt | 7 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{
|
D | zh_Hant_HK.txt | 7 meter-per-second-squared{ 288 meter-per-second-squared{ 523 meter-per-second-squared{
|
D | pt_PT.txt | 12 meter-per-second-squared{ 170 meter-per-second-squared{
|
D | ps.txt | 17 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{
|
D | zh.txt | 16 meter-per-second-squared{ 646 meter-per-second-squared{ 1063 meter-per-second-squared{
|
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/apollo3/ |
D | README.md | 42 * 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/ |
D | opt_algebraic.cpp | 833 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/ |
D | MatrixCwiseUnaryOps.h | 39 EIGEN_DOC_UNARY_ADDONS(cwiseAbs2,squared absolute value) in EIGEN_DOC_UNARY_ADDONS()
|
/external/skqp/src/gpu/effects/ |
D | GrEllipseEffect.fp | 71 // 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/ |
D | TutorialReductionsVisitorsBroadcasting.dox | 29 …squared 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/ |
D | GrEllipseEffect.fp | 78 …// 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/ |
D | IterativeLinearSolvers | 19 … 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/ |
D | metric_loss_ops_test.py | 36 def pairwise_distance_np(feature, squared=False): argument 50 if squared: 108 pdist_matrix = pairwise_distance_np(embedding, squared=True)
|
D | metric_loss_ops.py | 40 def pairwise_distance(feature, squared=False): argument 66 if squared: 186 pdist_matrix = pairwise_distance(embeddings, squared=True)
|