Searched refs:assumed (Results 1 – 25 of 780) sorted by relevance
12345678910>>...32
/external/dtc/tests/ |
D | base01.stderr | 2 Line 26: Invalid cell value '123456789012345'; -1 assumed 3 Line 27: Invalid cell value '891'; 0 assumed 4 Line 28: Invalid cell value '123456123456'; -1 assumed
|
/external/llvm-project/llvm/test/Transforms/Attributor/ |
D | depgraph.ll | 64 …i32* %0, align 4' at position {fn_ret:checkAndAdvance [checkAndAdvance@-1]} with state assumed-live 71 …I ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with state assumed not-captured-mayb… 72 …I ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with state assumed not-captured-mayb… 76 …I ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with state assumed not-captured-mayb… 77 …I ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with state assumed not-captured-mayb… 78 …I ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with state assumed not-captured-mayb… 79 …I ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with state assumed not-captured-mayb… 80 …I ' %2 = load i32, i32* %0, align 4' at position {arg: [@0]} with state assumed not-captured-mayb… 86 …Dead] for CtxI ' %2 = load i32, i32* %0, align 4' at position {flt: [@-1]} with state assumed-live 94 …XT: [AAIsDead] for CtxI ' %3 = icmp eq i32 %2, 0' at position {flt: [@-1]} with state assumed-live [all …]
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_NearestNeighbors.pbtxt | 7 Matrix of shape (n, d). Rows are assumed to be input points. 13 Matrix of shape (m, d). Rows are assumed to be centers. 39 Rows of points are assumed to be input points. Rows of centers are assumed to be
|
D | api_def_KmeansPlusPlusInitialization.pbtxt | 7 Matrix of shape (n, d). Rows are assumed to be input points. 39 Rows of points are assumed to be input points. One row is selected at random.
|
D | api_def_MatrixTriangularSolve.pbtxt | 44 of each inner-most matrix is assumed to be zero and not accessed. 46 matrix is assumed to be zero and not accessed.
|
/external/clang/test/SemaObjC/ |
D | warn-implicit-atomic-property.m | 11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… 12 @synthesize P,P1,P2; // expected-warning {{property is assumed atomic by default}}
|
D | warn-assign-property-nscopying.m | 13 … {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}} // expected-war… 14 … expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}
|
/external/llvm-project/clang/test/SemaObjC/ |
D | warn-implicit-atomic-property.m | 11 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… 12 @synthesize P,P1,P2; // expected-warning {{property is assumed atomic by default}}
|
D | warn-assign-property-nscopying.m | 13 … {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}} // expected-war… 14 … expected-warning {{no 'assign', 'retain', or 'copy' attribute is specified - 'assign' is assumed}}
|
/external/libmpeg2/common/arm/ |
D | icv_sad_a9.s | 61 @* Width (assumed to be 8) 64 @* Height (assumed to be 4)
|
D | icv_variance_a9.s | 55 @* Width (assumed to be 8) 58 @* Height (assumed to be 4)
|
/external/llvm/test/Transforms/LoopVectorize/ |
D | infiniteloop.ll | 9 ; variable but assumed there must be one. Scalar evolution returned a exit 10 ; count for the loop below and from there on we assumed that there must be an
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ |
D | infiniteloop.ll | 9 ; variable but assumed there must be one. Scalar evolution returned a exit 10 ; count for the loop below and from there on we assumed that there must be an
|
/external/iptables/extensions/ |
D | libxt_MARK.man | 9 mark ("nfmark"). If \fImask\fP is omitted, 0xFFFFFFFF is assumed. 13 mark. If \fImask\fP is omitted, 0xFFFFFFFF is assumed.
|
D | libxt_tcp.man | 8 If the first port is omitted, "0" is assumed; if the last is omitted, 9 "65535" is assumed.
|
/external/strace/ |
D | strace-log-merge | 38 It is assumed that STRACE_LOGs were produced by strace with -tt[t]
|
/external/curl/docs/cmdline-opts/ |
D | key-type.d | 8 is. DER, PEM, and ENG are supported. If not specified, PEM is assumed.
|
D | cert-type.d | 9 and P12 are recognized types. If not specified, PEM is assumed.
|
D | proxy1.0.d | 7 assumed at port 1080.
|
/external/llvm-project/clang/test/Analysis/ |
D | nonnull-global-constants.mm | 29 // Global const CFStringRef's are also assumed to be non-null. 41 // char* const is also assumed to be non-null.
|
/external/libhevc/common/arm/ |
D | ihevc_padding.s | 103 @ pad size is assumed to be pad_left = 80 222 @ pad size is assumed to be pad_left = 80 351 @ pad size is assumed to be pad_left = 80 470 @ pad size is assumed to be pad_left = 80
|
/external/exoplayer/tree/testdata/src/test/assets/webvtt/ |
D | with_css_text_combine_upright | 4 NOTE The `digits` values are ignored in CssParser and all assumed to be `all`
|
/external/curl/tests/data/ |
D | test1559 | 16 # require HTTP so that CURLOPT_POSTFIELDS works as assumed
|
/external/python/cpython3/Doc/library/ |
D | chunk.rst | 66 are assumed to be aligned on 2-byte boundaries. If *align* is false, no 67 alignment is assumed. The default value is true. If the optional argument 68 *bigendian* is false, the chunk size is assumed to be in little-endian order.
|
/external/python/cpython2/Doc/library/ |
D | chunk.rst | 63 are assumed to be aligned on 2-byte boundaries. If *align* is false, no 64 alignment is assumed. The default value is true. If the optional argument 65 *bigendian* is false, the chunk size is assumed to be in little-endian order.
|
12345678910>>...32