Searched refs:divided (Results 1 – 25 of 379) sorted by relevance
12345678910>>...16
/third_party/boost/libs/graph/test/ |
D | bundled_properties.cpp | 69 int lanes = 4, bool divided = true) in Highway() 74 , divided(divided) in Highway() 82 bool divided; member 89 << highway.divided; in operator <<() 95 >> highway.speed_limit >> highway.lanes >> highway.divided; in operator >>() 102 && h1.divided == h2.divided); in operator ==() 194 map[e].divided = true; in test_bundled_properties()
|
/third_party/mindspore/mindspore/lite/test/config/ |
D | models_arm32_fp16.cfg | 4 # ml_hand_3d_detection: The difference of output node divided by a very small value leads to a larg… 7 # ml_ARengine23_bodypose: The difference of output node divided by a very small value leads to a la…
|
D | models_caffe_fp16.cfg | 104 # ml_bodymask: The difference of output node divided by a very small value leads to a large error 107 # ml_hand_3d_detection: The difference of output node divided by a very small value leads to a larg… 110 # ml_ARengine23_bodypose: The difference of output node divided by a very small value leads to a la…
|
D | models_tf_fp16.cfg | 26 # The Difference of output node divided by 0 results in cumulative deviation
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertIndirectLineLoop.comp | 38 // Read offset in bytes into the indirectBuf, divided by four. 40 // Dst command offset in bytes into the indexIndirectBuff, divided by four. 42 // Write offset in bytes into the dstData array, divided by four.
|
D | ConvertIndexIndirectLineLoop.comp | 64 // Read offset in bytes into the cmdData array, divided by four. 66 // Dst command offset in bytes into the cmdData array, divided by four. 68 // Read offset in bytes into the srcData array, divided by four. 70 // Write offset in bytes into the dstData array, divided by four.
|
D | ConvertIndex.comp | 48 // Read offset in bytes into the srcIndirectBuf array, divided by four. 52 // Write offset in bytes into the dstIndexBuf array, divided by four. 66 // Write offset in bytes into the dstIndexBuf array, divided by four.
|
/third_party/boost/libs/vmd/doc/ |
D | vmd_detail.qbk | 11 can be divided into these categories: 29 understands can be divided into 'specific' and 'generic' macros.
|
D | vmd_specific_generic.qbk | 11 be divided into specific and generic macros.
|
D | vmd_useful.qbk | 15 already in Boost PP. These variadic macros can be divided into sections
|
/third_party/python/Include/ |
D | README.rst | 4 The C API is divided into three sections:
|
/third_party/libinput/doc/user/ |
D | development.rst | 7 Below is a list of topics of interest to developers, divided into
|
/third_party/openssl/doc/man3/ |
D | BN_add_word.pod | 36 BN_mod_word() returns the remainder of B<a> divided by B<w> (C<a%w>).
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | functional.stencil.txt | 39 The viewport is divided into NxN cells, where each cell is assigned a target
|
/third_party/vk-gl-cts/scripts/log/ |
D | README.md | 19 (a total duration of group divided by number of tests in the group). Presents groups containing
|
/third_party/protobuf/java/compatibility_tests/ |
D | README.md | 25 It's also divided into 3 submodule with tests depending on more_protos and
|
/third_party/boost/libs/graph_parallel/doc/ |
D | overview.rst | 39 has been divided among three processors (represented by the grey 63 graph. The vertices in the graph are divided among the various
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/shaders/src/ |
D | ConvertIndex.comp | 35 // Write offset in bytes into the dstData array, divided by four.
|
/third_party/openssl/ssl/statem/ |
D | README | 27 The message flow state machine is divided into a reading sub-state machine and a
|
/third_party/python/Doc/c-api/ |
D | number.rst | 46 Return the floor of *o1* divided by *o2*, or ``NULL`` on failure. This is 52 Return a reasonable approximation for the mathematical value of *o1* divided by 178 Return a reasonable approximation for the mathematical value of *o1* divided by
|
/third_party/openssl/ssl/record/ |
D | README | 7 The record layer is divided into a number of components. At the time of writing
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.1.5.rst | 75 - r600g: x/y coordinates must be divided by block dim in dma blit
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_hyperpipe.txt | 43 In a hyperpipe network, the rendering task may be divided by rendering 64 The rendering task may be divided in time slices (temporally divided), 65 in rectangular regions of a single frame (spatially divided), or both. 312 screen is divided evenly between them. This division can be
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_hyperpipe.txt | 43 In a hyperpipe network, the rendering task may be divided by rendering 64 The rendering task may be divided in time slices (temporally divided), 65 in rectangular regions of a single frame (spatially divided), or both. 312 screen is divided evenly between them. This division can be
|
/third_party/ffmpeg/doc/ |
D | metadata.texi | 11 A file consists of a header and a number of metadata tags divided into sections,
|
12345678910>>...16