Searched refs:assumed (Results 1 – 25 of 601) sorted by relevance
12345678910>>...25
/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/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 | 45 of each inner-most matrix is assumed to be zero and not accessed. 47 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/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/swiftshader/third_party/llvm-7.0/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/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/u-boot/tools/env/ |
D | fw_env.config | 3 # environment sector is assumed present. 5 # Futhermore, if the Flash sector size is omitted, this value is assumed to
|
/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/u-boot/doc/uImage.FIT/ |
D | command_syntax_extensions.txt | 54 Ad. 3. First and second components of the image at <addr1> are assumed to be a 83 Ad. 8. Image at <addr1> is assumed to contain a default configuration, which 182 can be omitted. If <addr3> is omitted, then it is assumed that image at 183 <addr2> should be used. Similarly, when <addr2> is omitted, it is assumed that 184 image at <addr1> should be used. If <addr1> is omitted, it is assumed that the
|
/external/tensorflow/tensorflow/core/util/ |
D | cuda_device_functions.h | 409 T assumed; in CudaAtomicCasHelper() local 411 assumed = old; in CudaAtomicCasHelper() 412 old = atomicCAS(ptr, assumed, accumulate(assumed)); in CudaAtomicCasHelper() 413 } while (assumed != old); in CudaAtomicCasHelper()
|
/external/u-boot/doc/device-tree-bindings/ |
D | config.txt | 41 device, specified in bytes. It is assumed that the setting 52 GPIO that can be set to trigger a system reset. It is assumed
|
/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/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.
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | DynamicCalleeSavedRegisters.ll | 9 ; passing/returning argumnets, can be assumed to be modified by the callee. 11 ; In this case we want to see that EDX/ECX values are saved and EDI/ESI are assumed
|
D | implicit-null-check-negative.ll | 34 ; load to %t cannot be assumed to be reliably faulting. 50 ; load to %t cannot be assumed to be reliably faulting.
|
/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 | 7 is. DER, PEM, and ENG are supported. If not specified, PEM is assumed.
|
D | cert-type.d | 8 and P12 are recognized types. If not specified, PEM is assumed.
|
D | proxy1.0.d | 6 assumed at port 1080.
|
12345678910>>...25