Home
last modified time | relevance | path

Searched refs:More (Results 1 – 25 of 753) sorted by relevance

12345678910>>...31

/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectWriter.cpp22 bool More; in EncodeSLEB128() local
27 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || in EncodeSLEB128()
29 if (More) in EncodeSLEB128()
32 } while (More); in EncodeSLEB128()
/external/llvm/include/llvm/Support/
DLEB128.h24 bool More; in encodeSLEB128() local
29 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) || in encodeSLEB128()
31 if (More) in encodeSLEB128()
34 } while (More); in encodeSLEB128()
/external/tensorflow/tensorflow/docs_src/about/
Duses.md30 <li> **More info**: [GitHub Repo](https://github.com/mozilla/deepspeech)</li>
38 …<li> **More info**: ["Google Turning Over Its Lucrative Search to AI Machines"](http://www.bloombe…
45 … <li> **More Info**: Baseline model described in [Arxiv paper](http://arxiv.org/abs/1409.4842)</li>
52 …<li> **More Info**: [Google research blog post](http://googleresearch.blogspot.com/2015/11/compute…
60 <li> **More info**: [Arxiv paper](http://arxiv.org/abs/1502.02072)</li>
67 …<li> **More info**: [Google Research blog post](http://googleresearch.blogspot.com/2015/07/how-goo…
/external/llvm/test/CodeGen/SystemZ/
Dargs-08.ll18 ; More than four integer return values use sret.
45 ; More than four integer return values use sret.
Dargs-07.ll16 ; More than four integer return values use sret.
44 ; More than four floating-point return values use sret.
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp68 bool More; in addSLEB128() local
72 More = !((((Value == 0) && ((Byte & 0x40) == 0)) || in addSLEB128()
74 if (More) in addSLEB128()
77 } while (More); in addSLEB128()
/external/tensorflow/tensorflow/contrib/cmake/
DREADME.md158 More? -DSWIG_EXECUTABLE=C:/tools/swigwin-3.0.10/swig.exe ^
159 More? -DPYTHON_EXECUTABLE=C:/Users/%USERNAME%/AppData/Local/Continuum/Anaconda3/python.exe ^
160 More? -DPYTHON_LIBRARIES=C:/Users/%USERNAME%/AppData/Local/Continuum/Anaconda3/libs/python35.lib
164 More? -Dtensorflow_ENABLE_GPU=ON ^
165 More? -DCUDNN_HOME="D:\...\cudnn"
169 More? -Dtensorflow_WIN_CPU_SIMD_OPTIONS=/arch:AVX
/external/iproute2/examples/diffserv/
Dregression-testing43 More tests required to see the interaction of several sources (other
93 -More tests required to see the interaction of several sources (other
95 -More tests needed to capture stats on how many times the CIR was exceeded
/external/clang/test/SemaCXX/
Dwarn-comma-operator.cpp150 bool More();
158 for (S9 s; s.More(); s.Advance(), ++x) {} in test9()
/external/mesa3d/src/compiler/glsl/glcpp/tests/
D125-es-short-circuit-undefined.c25 More success
D125-es-short-circuit-undefined.c.expected27 More success
/external/markdown/tests/misc/
Dblockquote-below-paragraph.txt11 More blockquote.
/external/markdown/tests/markdown-test/
Dcodeblock-in-list.txt7 More code
/external/jline/src/src/main/resources/jline/
DCandidateListCompletionHandler.properties4 display-more: --More--
/external/antlr/antlr-3.4/runtime/Perl5/t/author/
Dpod.t4 use Test::More;
Dpod-coverage.t4 use Test::More;
/external/skqp/site/
Dskqp.md4 More information about SkQP will be here in the future.
/external/markdown/tests/extensions-x-codehilite/
Dcode.txt12 More text
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_FloorDiv.pbtxt5 *NOTE*: `FloorDiv` supports broadcasting. More about broadcasting
Dapi_def_Div.pbtxt5 *NOTE*: `Div` supports broadcasting. More about broadcasting
Dapi_def_SquaredDifference.pbtxt5 *NOTE*: `SquaredDifference` supports broadcasting. More about broadcasting
Dapi_def_Add.pbtxt5 *NOTE*: `Add` supports broadcasting. `AddN` does not. More about broadcasting
/external/selinux/python/sepolicy/sepolicy/help/
Dbooleans_more.txt4 Selecting the 'More...' button will open a dialog containing the SELinux allow rules that are turne…
/external/owasp/sanitizer/tools/findbugs/doc/
DAddingDetectors.txt51 <!-- More Detector elements would go here... -->
55 <!-- More BugPattern elements would go here... -->
121 <!-- More Detector nodes would go here... -->
138 <!-- More BugPattern nodes would go here... -->
142 <!-- More BugCode nodes would go here... -->
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DLexer.pm3 use Test::More;

12345678910>>...31