/external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 138 DIEInteger Eight(8); in TEST_F() local 139 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 200 DIEInteger Eight(8); in TEST_F() local 201 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 213 FooPtr.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 230 DIEInteger Eight(8); in TEST_F() local 231 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 243 FooRef.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 265 DIEInteger Eight(8); in TEST_F() local 266 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() [all …]
|
/external/llvm/unittests/CodeGen/ |
D | DIEHashTest.cpp | 138 DIEInteger Eight(8); in TEST_F() local 139 Unnamed.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 200 DIEInteger Eight(8); in TEST_F() local 201 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 213 FooPtr.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 230 DIEInteger Eight(8); in TEST_F() local 231 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 243 FooRef.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() 265 DIEInteger Eight(8); in TEST_F() local 266 Foo.addValue(Alloc, dwarf::DW_AT_byte_size, dwarf::DW_FORM_data1, Eight); in TEST_F() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1002 SDValue Eight = CurDAG->getConstant(8, MVT::i8); in MatchAddressRecursively() local 1005 X, Eight); in MatchAddressRecursively() 1013 if (Eight.getNode()->getNodeId() == -1 || in MatchAddressRecursively() 1014 Eight.getNode()->getNodeId() > X.getNode()->getNodeId()) { in MatchAddressRecursively() 1015 CurDAG->RepositionNode(X.getNode(), Eight.getNode()); in MatchAddressRecursively() 1016 Eight.getNode()->setNodeId(X.getNode()->getNodeId()); in MatchAddressRecursively()
|
/external/u-boot/arch/arm/cpu/armv8/fsl-layerscape/doc/ |
D | README.soc | 90 - Eight 64-bit ARM Cortex-A57 CPUs 217 - Eight 64-bit ARM Cortex-A72 CPUs
|
/external/u-boot/board/freescale/ls1021aqds/ |
D | README | 58 - Eight FlexTimers four supporting PWM and four FlexCAN ports
|
/external/u-boot/board/freescale/ls1021atwr/ |
D | README | 58 - Eight FlexTimers four supporting PWM and four FlexCAN ports
|
/external/libffi/src/powerpc/ |
D | ppc_closure.S | 307 # case FFI_SYSV_TYPE_SMALL_STRUCT + 8. Eight byte struct.
|
/external/python/cpython2/Modules/_ctypes/libffi/src/powerpc/ |
D | ppc_closure.S | 307 # case FFI_SYSV_TYPE_SMALL_STRUCT + 8. Eight byte struct.
|
/external/mesa3d/docs/relnotes/ |
D | 3.5 | 189 Eight texture units are now supported by default.
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 934 SDValue Eight = DAG.getConstant(8, DL, MVT::i8); in foldMaskAndShiftToExtract() local 936 SDValue Srl = DAG.getNode(ISD::SRL, DL, VT, X, Eight); in foldMaskAndShiftToExtract() 946 insertDAGNode(DAG, N, Eight); in foldMaskAndShiftToExtract()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1152 SDValue Eight = DAG.getConstant(8, DL, MVT::i8); in foldMaskAndShiftToExtract() local 1154 SDValue Srl = DAG.getNode(ISD::SRL, DL, VT, X, Eight); in foldMaskAndShiftToExtract() 1164 insertDAGNode(DAG, N, Eight); in foldMaskAndShiftToExtract()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | README.md | 13 * [Eight-bit Calculations](#eight-bit-calculations) 278 ### Eight-bit Calculations
|
/external/clang/test/SemaCXX/ |
D | warn-thread-safety-analysis.cpp | 1068 Eight, enumerator
|
/external/skqp/docs/ |
D | SkImageInfo_Reference.bmh | 514 red, green, blue; use eight bits, describing 256 levels. Eight bits are
|
/external/skia/docs/ |
D | SkImageInfo_Reference.bmh | 514 red, green, blue; use eight bits, describing 256 levels. Eight bits are
|
/external/tensorflow/tensorflow/lite/experimental/micro/ |
D | README.md | 570 - Floating point. Eight-bit integer arithmetic is enough for inference on many
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 4201 Constant *Eight = Ctx->getConstantInt16(8); 4205 _rol(T, Eight);
|
/external/skqp/site/user/api/ |
D | SkImageInfo_Reference.md | 529 red, green, blue; use eight bits, describing 256 levels. Eight bits are
|
/external/skia/site/user/api/ |
D | SkImageInfo_Reference.md | 529 red, green, blue; use eight bits, describing 256 levels. Eight bits are
|
/external/e2fsprogs/doc/ |
D | texinfo.tex | 5170 % Eight spaces for a tab
|
/external/e2fsprogs/lib/et/ |
D | texinfo.tex | 5170 % Eight spaces for a tab
|
/external/brotli/tests/testdata/ |
D | lcet10.txt | 3940 the La Guardia Eight * Concerns generated by discussions on the problems 4018 the La Guardia Eight--because La Guardia Airport is where meetings take
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | texinfo.tex | 6644 % Eight spaces for a tab
|
/external/libffi/ |
D | texinfo.tex | 6644 % Eight spaces for a tab
|
/external/cldr/tools/java/org/unicode/cldr/util/data/external/ |
D | 2013-1_UNLOCODE_CodeListPart3.csv | 14347 ,"US","EFB","Eight Fathom Bight","Eight Fathom Bight","AK","---4----","AI","0001",,, 14348 ,"US","EIG","Eight Mile","Eight Mile","AL","--3-----","RQ","9307",,,
|