/external/llvm-project/polly/lib/External/isl/ |
D | basis_reduction_tab.c | 2 * Copyright 2008-2009 Katholieke Universiteit Leuven 7 * Computerwetenschappen, Celestijnenlaan 200A, B-3001 Leuven, Belgium 91 static void set_lp_obj(struct tab_lp *lp, isl_int *row, int dim); 92 static int solve_lp(struct tab_lp *lp); 93 static void get_obj_val(struct tab_lp* lp, GBR_type *F); 94 static void delete_lp(struct tab_lp *lp); 95 static int add_lp_row(struct tab_lp *lp, isl_int *row, int dim); 96 static void get_alpha(struct tab_lp* lp, int row, GBR_type *alpha); 97 static int del_lp_row(struct tab_lp *lp) WARN_UNUSED; 98 static int cut_lp_to_hyperplane(struct tab_lp *lp, isl_int *row); [all …]
|
D | basis_reduction_templ.c | 2 * Copyright 2006-2007 Universiteit Leiden 3 * Copyright 2008-2009 Katholieke Universiteit Leuven 10 * B-3001 Leuven, Belgium 20 static void save_alpha(GBR_LP *lp, int first, int n, GBR_type *alpha) in save_alpha() argument 25 GBR_lp_get_alpha(lp, first + i, &alpha[i]); in save_alpha() 29 * tab->basis, which must be initialized by the calling function to an affine 31 * The first tab->n_zero rows of the basis (ignoring the constant row) 33 * tab->n_zero is updated to reflect any additional equalities that 35 * The final tab->n_unbounded rows of the basis are assumed to correspond 45 * If ctx->opt->gbr_only_first is set, the user is only interested [all …]
|
/external/adhd/cras/src/dsp/ |
D | crossover2.c | 2 * Use of this source code is governed by a BSD-style license that can be 15 lr42->b0 = q.b0; in lr42_set() 16 lr42->b1 = q.b1; in lr42_set() 17 lr42->b2 = q.b2; in lr42_set() 18 lr42->a1 = q.a1; in lr42_set() 19 lr42->a2 = q.a2; in lr42_set() 25 * data0 --+-- lp --> data0 27 * \-- hp --> data1 31 static void lr42_split(struct lr42 *lp, struct lr42 *hp, int count, in lr42_split() argument 35 float32x4_t x1 = { lp->x1L, hp->x1L, lp->x1R, hp->x1R }; in lr42_split() [all …]
|
D | crossover.c | 2 * Use of this source code is governed by a BSD-style license that can be 13 lr4->b0 = q.b0; in lr4_set() 14 lr4->b1 = q.b1; in lr4_set() 15 lr4->b2 = q.b2; in lr4_set() 16 lr4->a1 = q.a1; in lr4_set() 17 lr4->a2 = q.a2; in lr4_set() 18 lr4->x1 = 0; in lr4_set() 19 lr4->x2 = 0; in lr4_set() 20 lr4->y1 = 0; in lr4_set() 21 lr4->y2 = 0; in lr4_set() [all …]
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_draw_arrays.c | 20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 56 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_draw_vbo() local 57 struct draw_context *draw = lp->draw; in llvmpipe_draw_vbo() 61 if (!llvmpipe_check_render_cond(lp)) in llvmpipe_draw_vbo() 64 if (info->indirect) { in llvmpipe_draw_vbo() 69 if (lp->dirty) in llvmpipe_draw_vbo() 70 llvmpipe_update_derived( lp ); in llvmpipe_draw_vbo() 75 for (i = 0; i < lp->num_vertex_buffers; i++) { in llvmpipe_draw_vbo() 76 const void *buf = lp->vertex_buffer[i].is_user_buffer ? in llvmpipe_draw_vbo() 77 lp->vertex_buffer[i].buffer.user : NULL; in llvmpipe_draw_vbo() [all …]
|
D | lp_surface.c | 20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 52 src_format = src->format; in lp_resource_copy_ms() 54 for (unsigned i = 0; i < src->nr_samples; i++) { in lp_resource_copy_ms() 68 pipe->transfer_unmap(pipe, src_trans); in lp_resource_copy_ms() 74 dst_trans->stride, dst_trans->layer_stride, in lp_resource_copy_ms() 76 src_box->width, src_box->height, src_box->depth, in lp_resource_copy_ms() 78 src_trans->stride, src_trans->layer_stride, in lp_resource_copy_ms() 80 pipe->transfer_unmap(pipe, dst_trans); in lp_resource_copy_ms() 81 pipe->transfer_unmap(pipe, src_trans); in lp_resource_copy_ms() 105 if (dst->nr_samples > 1 && in lp_resource_copy() [all …]
|
D | lp_state_surface.c | 20 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 52 struct llvmpipe_context *lp = llvmpipe_context(pipe); in llvmpipe_set_framebuffer_state() local 54 boolean changed = !util_framebuffer_state_equal(&lp->framebuffer, fb); in llvmpipe_set_framebuffer_state() 57 assert(fb->width <= LP_MAX_WIDTH); in llvmpipe_set_framebuffer_state() 58 assert(fb->height <= LP_MAX_HEIGHT); in llvmpipe_set_framebuffer_state() 65 enum pipe_format depth_format = fb->zsbuf ? in llvmpipe_set_framebuffer_state() 66 fb->zsbuf->format : PIPE_FORMAT_NONE; in llvmpipe_set_framebuffer_state() 70 if (lp->framebuffer.zsbuf && lp->framebuffer.zsbuf->context != pipe) { in llvmpipe_set_framebuffer_state() 74 for (i = 0; i < fb->nr_cbufs; i++) { in llvmpipe_set_framebuffer_state() 75 if (lp->framebuffer.cbufs[i] && in llvmpipe_set_framebuffer_state() [all …]
|
/external/mksh/src/ |
D | lalloc.c | 1 /*- 7 * is granted to deal in this work without restriction, including un- 28 /* build with CPPFLAGS+= -DUSE_REALLOC_MALLOC=0 on ancient systems */ 48 struct lalloc_item *lp = ptr; in free_osimalloc() local 50 if (munmap(lp, lp->len)) in free_osimalloc() 57 struct lalloc_item *lp, *lold = ptr; in remalloc() local 61 if (lold && lold->len >= size) in remalloc() 64 if ((lp = mmap(NULL, size, PROT_READ | PROT_WRITE, in remalloc() 65 MAP_ANON | MAP_PRIVATE, -1, (off_t)0)) == MAP_FAILED) in remalloc() 67 if (ALLOC_ISUNALIGNED(lp)) in remalloc() [all …]
|
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | string_ngrams_op_test.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 89 data_tensor, ngram_width=3, separator=b"|", pad_values=(b"LP", b"RP")) 92 [b"LP|LP|a", b"LP|a|RP", b"a|RP|RP"], # 0 93 [b"LP|LP|b", b"LP|b|c", b"b|c|d", b"c|d|RP", b"d|RP|RP"], # 1 94 [b"LP|LP|e", b"LP|e|f", b"e|f|RP", b"f|RP|RP"] # 2 99 # Validate that the padding size is never greater than ngram_size - 1. 106 pad_values=(b"LP", b"RP"), 110 [b"LP|LP|a", b"LP|a|RP", b"a|RP|RP"], # 0 111 [b"LP|LP|b", b"LP|b|c", b"b|c|d", b"c|d|RP", b"d|RP|RP"], # 1 112 [b"LP|LP|e", b"LP|e|f", b"e|f|RP", b"f|RP|RP"] # 2 [all …]
|
/external/libcups/test/ |
D | 5.5-lp.sh | 3 # Test the lp command. 5 # Copyright © 2007-2019 by Apple Inc. 6 # Copyright © 1997-2005 by Easy Software Products, all rights reserved. 12 echo "LP Default Test" 14 echo " lp testfile.pdf" 15 $runcups $VALGRIND ../systemv/lp ../examples/testfile.pdf 2>&1 24 echo "LP Destination Test" 26 echo " lp -d Test3 -o fit-to-page testfile.jpg" 27 $runcups $VALGRIND ../systemv/lp -d Test3 -o fit-to-page ../examples/testfile.jpg 2>&1 36 echo "LP Options Test" [all …]
|
/external/tensorflow/tensorflow/core/kernels/ |
D | string_ngrams_op_test.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 71 MakeOp("|", {3}, "LP", "RP", -1, false); in TEST_F() 80 {"LP|LP|a", "LP|a|b", "a|b|c", "b|c|d", "c|d|RP", "d|RP|RP", // 0 in TEST_F() 81 "LP|LP|e", "LP|e|f", "e|f|RP", "f|RP|RP"}); // 1 in TEST_F() 89 MakeOp("|", {2, 3}, "LP", "RP", -1, false); in TEST_F() 98 {"LP|a", "a|b", "b|c", "c|d", "d|RP", "LP|LP|a", "LP|a|b", "a|b|c", in TEST_F() 100 "LP|e", "e|f", "f|RP", "LP|LP|e", "LP|e|f", "e|f|RP", "f|RP|RP"}); // 1 in TEST_F() 108 MakeOp("|", {2}, "LP", "RP", -1, false); in TEST_F() 117 {"LP|a", "a|b", "b|c", "c|d", "d|RP", // 0 in TEST_F() 118 "LP|e", "e|f", "f|RP"}); // 1 in TEST_F() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
D | AvoidBindCheck.cpp | 1 //===--- AvoidBindCheck.cpp - clang-tidy-----------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 51 CMK_Function, // callable is the name of a member or non-member function. 120 return ignoreTemporariesAndPointers(T->getSubExpr()); in ignoreTemporariesAndPointers() 122 const Expr *F = E->IgnoreImplicit(); in ignoreTemporariesAndPointers() 131 return ignoreTemporariesAndConstructors(T->getArg(0)); in ignoreTemporariesAndConstructors() 133 const Expr *F = E->IgnoreImplicit(); in ignoreTemporariesAndConstructors() 143 CharSourceRange::getTokenRange(E->getBeginLoc(), E->getEndLoc()), in getSourceTextForExpr() 144 *Result.SourceManager, Result.Context->getLangOpts()); in getSourceTextForExpr() [all …]
|
/external/llvm-project/llvm/test/Transforms/Inline/ |
D | invoke-combine-clauses.ll | 1 ; RUN: opt %s -passes='cgscc(inline)' -S | FileCheck %s 21 %lp = landingpad i32 37 %lp = landingpad i32 39 resume i32 %lp 42 ; CHECK: %lp.i = landingpad 43 ; CHECK-NEXT: catch i8* @exception_inner 44 ; CHECK-NEXT: catch i8* @exception_outer 46 ; CHECK-NEXT: load 60 %lp = landingpad i32 62 resume i32 %lp [all …]
|
/external/llvm/test/Transforms/Inline/ |
D | invoke-combine-clauses.ll | 1 ; RUN: opt %s -inline -S | FileCheck %s 21 %lp = landingpad i32 37 %lp = landingpad i32 39 resume i32 %lp 42 ; CHECK: %lp.i = landingpad 43 ; CHECK-NEXT: catch i8* @exception_inner 44 ; CHECK-NEXT: catch i8* @exception_outer 46 ; CHECK-NEXT: load 60 %lp = landingpad i32 62 resume i32 %lp [all …]
|
/external/python/cpython2/Lib/plat-irix6/ |
D | flp.doc | 3 .LP 4 The flp module loads fl-forms from fd files, as generated 7 .LP 11 There are fairly low-level create functions that create single objects, 14 .LP 19 .LP 22 .LP 40 .LP 50 .LP 55 "Type", the sub-class (eg. FL.NORMALBUTTON); [all …]
|
/external/python/cpython2/Lib/plat-irix5/ |
D | flp.doc | 3 .LP 4 The flp module loads fl-forms from fd files, as generated 7 .LP 11 There are fairly low-level create functions that create single objects, 14 .LP 19 .LP 22 .LP 40 .LP 50 .LP 55 "Type", the sub-class (eg. FL.NORMALBUTTON); [all …]
|
/external/webrtc/modules/audio_coding/codecs/ilbc/ |
D | simple_interpolate_lsf.c | 4 * Use of this source code is governed by a BSD-style license 13 iLBC Speech Coder ANSI-C Source Code 24 /*----------------------------------------------------------------* 26 *---------------------------------------------------------------*/ 50 int16_t lp[LPC_FILTERORDER + 1]; in WebRtcIlbcfix_SimpleInterpolateLsf() local 56 if (iLBCenc_inst->mode==30) { in WebRtcIlbcfix_SimpleInterpolateLsf() 61 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfdeqold, lsfdeq, in WebRtcIlbcfix_SimpleInterpolateLsf() 64 WEBRTC_SPL_MEMCPY_W16(syntdenum, lp, lp_length); in WebRtcIlbcfix_SimpleInterpolateLsf() 67 WebRtcIlbcfix_LsfInterpolate2PloyEnc(lp, lsfold, lsf, in WebRtcIlbcfix_SimpleInterpolateLsf() 70 WebRtcIlbcfix_BwExpand(weightdenum, lp, in WebRtcIlbcfix_SimpleInterpolateLsf() [all …]
|
D | decoder_interpolate_lsf.c | 4 * Use of this source code is governed by a BSD-style license 13 iLBC Speech Coder ANSI-C Source Code 24 /*----------------------------------------------------------------* 26 *---------------------------------------------------------------*/ 39 int16_t lp[LPC_FILTERORDER + 1], *lsfdeq2; in WebRtcIlbcfix_DecoderInterpolateLsp() local 44 if (iLBCdec_inst->mode==30) { in WebRtcIlbcfix_DecoderInterpolateLsp() 47 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, (*iLBCdec_inst).lsfdeqold, lsfdeq, in WebRtcIlbcfix_DecoderInterpolateLsp() 49 WEBRTC_SPL_MEMCPY_W16(syntdenum,lp,lp_length); in WebRtcIlbcfix_DecoderInterpolateLsp() 50 …WebRtcIlbcfix_BwExpand(weightdenum, lp, (int16_t*)WebRtcIlbcfix_kLpcChirpSyntDenum, (int16_t)lp_le… in WebRtcIlbcfix_DecoderInterpolateLsp() 56 WebRtcIlbcfix_LspInterpolate2PolyDec(lp, lsfdeq, lsfdeq2, in WebRtcIlbcfix_DecoderInterpolateLsp() [all …]
|
/external/libcups/doc/help/ |
D | options.html | 2 <!-- SECTION: Getting Started --> 4 <TITLE>Command-Line Printing and Options</TITLE> 5 <LINK REL="STYLESHEET" TYPE="text/css" HREF="../cups-printable.css"> 9 <H1 CLASS="title">Command-Line Printing and Options</H1> 12 HREF="man-lp.html">lp(1)</A>) and Berkeley (<A 13 HREF="man-lpr.html">lpr(1)</A>) printing commands for printing 15 printer-specific options that allow you to control how and where 23 to print from inside your applications or at the command-line, 29 lp filename 38 the <A HREF="man-lpstat.html">lpstat(1)</A> command to see a list [all …]
|
/external/llvm-project/llvm/test/Transforms/BDCE/ |
D | order.ll | 1 ; RUN: opt -bdce -S < %s | FileCheck %s 2 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" 3 target triple = "x86_64-unknown-linux-gnu" 18 ; CHECK-LABEL: @_ZN11__sanitizerL12TestRegistryEPNS_14ThreadRegistryEb 21 lpad65.loopexit.split-lp.loopexit.split-lp: 24 lpad65.loopexit.split-lp.loopexit.split-lp.loopexit: 27 br label %lpad65.loopexit.split-lp.loopexit.split-lp 31 to label %invoke.cont70 unwind label %lpad65.loopexit.split-lp.loopexit.split-lp.loopexit
|
/external/llvm/test/Transforms/BDCE/ |
D | order.ll | 1 ; RUN: opt -bdce -S < %s | FileCheck %s 2 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" 3 target triple = "x86_64-unknown-linux-gnu" 18 ; CHECK-LABEL: @_ZN11__sanitizerL12TestRegistryEPNS_14ThreadRegistryEb 21 lpad65.loopexit.split-lp.loopexit.split-lp: 24 lpad65.loopexit.split-lp.loopexit.split-lp.loopexit: 27 br label %lpad65.loopexit.split-lp.loopexit.split-lp 31 to label %invoke.cont70 unwind label %lpad65.loopexit.split-lp.loopexit.split-lp.loopexit
|
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/ |
D | operandorder.ll | 2 ; RUN: opt < %s -basic-aa -slp-vectorizer -slp-threshold=-100 -instcombine -dce -S -mtriple=i386-ap… 4 …alayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-… 10 ; CHECK-LABEL: @shuffle_operands1( 11 ; CHECK-NEXT: [[TMP1:%.*]] = bitcast double* [[FROM:%.*]] to <2 x double>* 12 ; CHECK-NEXT: [[TMP2:%.*]] = load <2 x double>, <2 x double>* [[TMP1]], align 4 13 ; CHECK-NEXT: [[TMP3:%.*]] = insertelement <2 x double> undef, double [[V1:%.*]], i32 0 14 ; CHECK-NEXT: [[TMP4:%.*]] = insertelement <2 x double> [[TMP3]], double [[V2:%.*]], i32 1 15 ; CHECK-NEXT: [[TMP5:%.*]] = fadd <2 x double> [[TMP2]], [[TMP4]] 16 ; CHECK-NEXT: [[TMP6:%.*]] = bitcast double* [[TO:%.*]] to <2 x double>* 17 ; CHECK-NEXT: store <2 x double> [[TMP5]], <2 x double>* [[TMP6]], align 4 [all …]
|
/external/llvm-project/clang/test/Analysis/ |
D | placement-new.cpp | 1 // RUN: %clang_analyze_cc1 -std=c++11 %s \ 2 // RUN: -analyzer-checker=core \ 3 // RUN: -analyzer-checker=cplusplus.NewDelete \ 4 // RUN: -analyzer-checker=cplusplus.PlacementNew \ 5 // RUN: -analyzer-output=text -verify \ 6 // RUN: -triple x86_64-unknown-linux-gnu 8 #include "Inputs/system-header-simulator-cxx.h" 11 short s; // expected-note {{'s' declared without an initial value}} in f() 12 … *lp = ::new (&s) long; // expected-warning{{Storage provided to placement new is only 2 bytes, wh… in f() local 13 (void)lp; in f() [all …]
|
/external/lzma/C/ |
D | LzmaLib.h | 1 /* LzmaLib.h -- LZMA library interface 2 2013-01-18 : Igor Pavlov : Public domain */ 19 state_size = (4 + (1.5 << (lc + lp))) KB 20 by default (lc=3, lp=0), state_size = 16 KB. 24 0 1 lc, lp and pb in encoded form. 30 ------------ 32 outPropsSize - 37 -1 for any from: level, loc, lp, pb, fb, numThreads 40 level - compression level: 0 <= level <= 9; 57 dictSize - The dictionary size in bytes. The maximum value is [all …]
|
/external/llvm/test/Transforms/SLPVectorizer/X86/ |
D | operandorder.ll | 1 ; RUN: opt < %s -basicaa -slp-vectorizer -slp-threshold=-100 -instcombine -dce -S -mtriple=i386-app… 3 …alayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-… 10 ; CHECK-LABEL: shuffle_operands1 27 ; CHECK-LABEL: shuffle_preserve_broadcast 28 ; CHECK: %[[BCAST:[a-z0-9]+]] = insertelement <2 x double> undef, double %v0_1 34 br label %lp 36 lp: 37 %p = phi double [ 1.000000e+00, %lp ], [ 0.000000e+00, %entry ] 46 br i1 undef, label %lp, label %ext 52 ; CHECK-LABEL: shuffle_preserve_broadcast2 [all …]
|