Home
last modified time | relevance | path

Searched refs:Higher (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ResourceGather.pbtxt15 # Higher rank indices
Dapi_def_Gather.pbtxt15 # Higher rank indices
Dapi_def_GatherV2.pbtxt45 # Higher rank indices (output is rank(params) + rank(indices) - 1).
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonConstExtenders.cpp164 Node *rotateLeft(Node *Lower, Node *Higher);
165 Node *rotateRight(Node *Lower, Node *Higher);
664 RangeTree::Node *RangeTree::rotateLeft(Node *Lower, Node *Higher) { in rotateLeft() argument
665 assert(Higher->Right == Lower); in rotateLeft()
672 Higher->Right = Lower->Left; in rotateLeft()
673 update(Higher); in rotateLeft()
674 Lower->Left = Higher; in rotateLeft()
679 RangeTree::Node *RangeTree::rotateRight(Node *Lower, Node *Higher) { in rotateRight() argument
680 assert(Higher->Left == Lower); in rotateRight()
687 Higher->Left = Lower->Right; in rotateRight()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsISelLowering.h74 Higher, enumerator
463 SDValue Higher = getTargetNode(N, Ty, DAG, MipsII::MO_HIGHER); in getAddrNonPICSym64() local
466 DAG.getNode(MipsISD::Higher, DL, Ty, Higher)); in getAddrNonPICSym64()
DMipsSEISelDAGToDAG.cpp1171 const unsigned Higher = SplatValue.lshr(32).getLoBits(16).getZExtValue(); in trySelect() local
1176 SDValue HigherVal = CurDAG->getTargetConstant(Higher, DL, MVT::i32); in trySelect()
1207 if (Higher) in trySelect()
1219 (Highest || Higher) ? SDValue(HiRes, 0) : ZeroVal, in trySelect()
1236 const bool HiResNonZero = Highest || Higher; in trySelect()
DRelocation.txt33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model,
DMipsRegisterInfo.td159 // Higher half of 64-bit FP registers.
/external/iptables/extensions/
Dlibxt_NFLOG.man29 to userspace (only applicable for nfnetlink_log). Higher values
/external/syzkaller/docs/
Dtroubleshooting.md11 output files in the `crashes` subdirectory of the working directory). Higher values of
/external/python/cpython2/Doc/library/
Dfunctools.rst1 :mod:`functools` --- Higher-order functions and operations on callable objects
5 :synopsis: Higher-order functions and operations on callable objects.
Dzlib.rst103 Valid values range from ``1`` to ``9``. Higher values using more memory,
Dthreading.rst1 :mod:`threading` --- Higher-level threading interface
5 :synopsis: Higher-level threading interface.
/external/caliper/caliper/src/main/resources/com/google/caliper/config/
Dglobal-config.properties49 # Higher values take longer, but are more precise (less vulnerable to fixed costs)
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/
Dllvm-exegesis.rst150 Higher values lead to more accurate measurements but lengthen the benchmark.
/external/python/cpython3/Doc/library/
Dfunctools.rst1 :mod:`functools` --- Higher-order functions and operations on callable objects
5 :synopsis: Higher-order functions and operations on callable objects.
Dzlib.rst99 Higher values use more memory, but are faster and produce smaller output.
Dlzma.rst181 Higher presets produce smaller output, but make the compression process
/external/lz4/programs/
Dlz4.1.md121 Higher values trade compression speed for compression ratio.
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodings.properties37 # Higher values above this char might be in the encoding, although in the
/external/elfutils/
Dconfigure.ac509 dnl Higher-level ELF support library.
518 dnl Higher-level DWARF support library.
/external/tensorflow/tensorflow/python/saved_model/
DREADME.md35 Higher-level frameworks and tools that use SavedModel may provide these.
/external/llvm/lib/Target/Mips/
DMipsRegisterInfo.td159 // Higher half of 64-bit FP registers.
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt199 # Vector Compare Mask Higher or Same (Unsigned Integer)
211 # Vector Compare Mask Higher (Unsigned Integer)
1565 # Scalar Compare Unsigned Higher Or Same
1584 # Scalar Compare Unsigned Higher
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt199 # Vector Compare Mask Higher or Same (Unsigned Integer)
211 # Vector Compare Mask Higher (Unsigned Integer)
1565 # Scalar Compare Unsigned Higher Or Same
1584 # Scalar Compare Unsigned Higher

12