/external/tensorflow/tensorflow/core/kernels/ |
D | segment_reduction_ops_impl_3.cc | 42 functor::Highest<type>, \ 93 functor::Highest<type>, \
|
D | segment_reduction_ops_impl_4.cc | 42 functor::Highest<type>, \ 93 functor::Highest<type>, \
|
D | segment_reduction_ops_gpu.cu.cc | 226 template struct SegmentReductionFunctor<T, Index, functor::Highest<T>, \ 243 GPUDevice, T, Index, functor::Highest<T>, functor::AtomicMinOpGpu<T>>; \
|
D | segment_reduction_ops_impl_2.cc | 88 "SegmentMin", type, index_type, functor::Highest<type>, \
|
D | segment_reduction_ops.h | 159 struct Highest { struct
|
D | segment_reduction_ops_impl_1.cc | 138 "SegmentMin", type, index_type, functor::Highest<type>, \
|
/external/llvm-project/clang/lib/Tooling/Inclusions/ |
D | HeaderIncludes.cpp | 307 auto Highest = Priorities.begin(); in HeaderIncludes() local 308 if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) { in HeaderIncludes() 310 CategoryEndOffsets[*Highest] = FirstIncludeOffset; in HeaderIncludes() 312 CategoryEndOffsets[*Highest] = MinInsertOffset; in HeaderIncludes()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsSEISelDAGToDAG.cpp | 1139 const unsigned Highest = SplatValue.lshr(48).getLoBits(16).getZExtValue(); in trySelect() local 1144 SDValue HighestVal = CurDAG->getTargetConstant(Highest, DL, MVT::i32); in trySelect() 1171 if (Highest) in trySelect() 1176 Highest ? SDValue(HiRes, 0) : ZeroVal, in trySelect() 1186 (Highest || Higher) ? SDValue(HiRes, 0) : ZeroVal, in trySelect() 1203 const bool HiResNonZero = Highest || Higher; in trySelect() 1209 CurDAG->getTargetConstant(((Highest >> 15) & 0x1), DL, MVT::i64), in trySelect()
|
D | MipsISelLowering.h | 70 Highest, enumerator 465 SDValue Highest = in getAddrNonPICSym64() local 466 DAG.getNode(MipsISD::Highest, DL, Ty, in getAddrNonPICSym64() 470 DAG.getNode(ISD::ADD, DL, Ty, Highest, in getAddrNonPICSym64()
|
D | Relocation.txt | 33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model,
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 68 Highest, enumerator 451 SDValue Highest = in getAddrNonPICSym64() local 452 DAG.getNode(MipsISD::Highest, DL, Ty, in getAddrNonPICSym64() 456 DAG.getNode(ISD::ADD, DL, Ty, Highest, in getAddrNonPICSym64()
|
D | MipsSEISelDAGToDAG.cpp | 1212 const unsigned Highest = SplatValue.lshr(48).getLoBits(16).getZExtValue(); in trySelect() local 1217 SDValue HighestVal = CurDAG->getTargetConstant(Highest, DL, MVT::i32); in trySelect() 1244 if (Highest) in trySelect() 1249 Highest ? SDValue(HiRes, 0) : ZeroVal, in trySelect() 1259 (Highest || Higher) ? SDValue(HiRes, 0) : ZeroVal, in trySelect() 1276 const bool HiResNonZero = Highest || Higher; in trySelect() 1282 CurDAG->getTargetConstant(((Highest >> 15) & 0x1), DL, MVT::i64), in trySelect()
|
D | Relocation.txt | 33 MipsISD::{Highest, Higher, Hi, Lo}) depending upon relocation model,
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/ |
D | STM32L4A6RG_FLASH.ld | 34 /* Highest address of the user mode stack */
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/ |
D | STM32L476RG_FLASH.ld | 34 /* Highest address of the user mode stack */
|
/external/clang/lib/Format/ |
D | Format.cpp | 1558 auto Highest = Priorities.begin(); in fixCppIncludeInsertions() local 1559 if (CategoryEndOffsets.find(*Highest) == CategoryEndOffsets.end()) { in fixCppIncludeInsertions() 1561 CategoryEndOffsets[*Highest] = FirstIncludeOffset; in fixCppIncludeInsertions() 1563 CategoryEndOffsets[*Highest] = MinInsertOffset; in fixCppIncludeInsertions()
|
/external/llvm-project/compiler-rt/lib/builtins/ |
D | fp_div_impl.inc | 347 // Highest bit is 0, so just reinterpret quotient_UQ1 as UQ1.SB, 353 // Highest bit is 1 (the UQ1.(SB+1) value is in [1, 2)), convert it
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | porting-guide.rst | 2577 In the case of Arm standard platforms using GICv2, the *Highest Priority 2587 ``ICC_HPPIR0_EL1``, *Highest Priority Pending group 0 Interrupt Register*, 2608 In the case of Arm standard platforms using GICv2, the *Highest Priority 2614 #. id = 1022. The *Aliased Highest Priority Pending Interrupt Register* 2620 EL3, the system register ``ICC_HPPIR0_EL1``, *Highest Priority Pending Interrupt 2627 register ``ICC_HPPIR1_EL1``, *Highest Priority Pending Interrupt group 1 2634 register ``ICC_HPPIR1_EL1``, *Highest Priority Pending group 1 Interrupt
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 540 Highest 32 bits of 64-bit size for BINUNICODE8 and BINBYTES8 opcodes no
|
/external/icu/icu4c/source/data/lang/ |
D | ar_XB.txt | 26 kv{"Highest Ignored"}
|
D | en.txt | 26 kv{"Highest Ignored"}
|
/external/curl/m4/ |
D | curl-compilers.m4 | 1191 dnl Highest warning level is double -A, next is single -A.
|
/external/flac/man/ |
D | flac.sgml | 599 <para>Highest compression. Currently synonymous with -8.</para>
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | FLATInstructions.td | 102 // Signed offset. Highest bit ignored for flat and treated as 12-bit
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/m4/ |
D | cares-compilers.m4 | 1072 dnl Highest warning level is double -A, next is single -A.
|