HomeSort by relevance Sort by last modified time
    Searched refs:TI (Results 1 - 25 of 541) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/lib/Frontend/
InitPreprocessor.cpp 195 const TargetInfo &TI, MacroBuilder &Builder) {
196 DefineTypeSize(MacroName, TI.getTypeWidth(Ty), TI.getTypeConstantSuffix(Ty),
197 TI.isTypeSigned(Ty), Builder);
201 const TargetInfo &TI, MacroBuilder &Builder) {
202 bool IsSigned = TI.isTypeSigned(Ty);
203 StringRef FmtModifier = TI.getTypeFormatModifier(Ty);
216 const TargetInfo &TI, MacroBuilder &Builder) {
217 Builder.defineMacro(MacroName, Twine(TI.getTypeWidth(Ty)));
221 const TargetInfo &TI, MacroBuilder &Builder)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
one_hot_op_gpu.cu.cc 30 #define DEFINE_GPU_SPEC_INDEX(T, TI) \
31 template class generator::OneGenerator<T, TI>; \
32 template struct functor::OneHot<GPUDevice, T, TI>;
one_hot_op.h 30 template <typename T, typename TI>
34 OneGenerator(const typename TTypes<TI>::ConstMatrix& indices,
47 const typename TTypes<TI>::ConstMatrix indices_;
56 template <typename Device, typename T, typename TI>
59 const Device& d, const typename TTypes<TI>::ConstMatrix& indices,
63 generator::OneGenerator<T, TI> generator(indices, on_value, off_value);
  /external/llvm/lib/Support/
ARMBuildAttrs.cpp 79 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags);
80 TI != TE; ++TI)
81 if (ARMAttributeTags[TI].Attr == Attr)
82 return ARMAttributeTags[TI].TagName + (HasTagPrefix ? 0 : 4);
88 for (unsigned TI = 0, TE = sizeof(ARMAttributeTags) / sizeof(*ARMAttributeTags);
89 TI != TE; ++TI)
90 if (StringRef(ARMAttributeTags[TI].TagName + (HasTagPrefix ? 0 : 4)) == Tag)
91 return ARMAttributeTags[TI].Attr
    [all...]
  /external/strace/linux/
subcall.h 59 [SYS_ipc_subcall + 1] = { 4, IS|TI, SEN(semop), "semop" },
60 [SYS_ipc_subcall + 2] = { 3, IS|TI, SEN(semget), "semget" },
61 [SYS_ipc_subcall + 3] = { 4, IS|TI, SEN(semctl), "semctl" },
62 [SYS_ipc_subcall + 4] = { 5, IS|TI, SEN(semtimedop), "semtimedop" },
63 [SYS_ipc_subcall + 11] = { 4, IS|TI, SEN(msgsnd), "msgsnd" },
64 [SYS_ipc_subcall + 12] = { 5, IS|TI, SEN(msgrcv), "msgrcv" },
65 [SYS_ipc_subcall + 13] = { 2, IS|TI, SEN(msgget), "msgget" },
66 [SYS_ipc_subcall + 14] = { 4, IS|TI, SEN(msgctl), "msgctl" },
67 [SYS_ipc_subcall + 21] = { 4, IS|TI|TM|SI, SEN(shmat), "shmat" },
68 [SYS_ipc_subcall + 22] = { 4, IS|TI|TM|SI, SEN(shmdt), "shmdt" }
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 62 template<typename TC, typename TI, typename TO>
63 AudioResamplerDyn<TC, TI, TO>::InBuffer::InBuffer()
68 template<typename TC, typename TI, typename TO>
69 AudioResamplerDyn<TC, TI, TO>::InBuffer::~InBuffer()
74 template<typename TC, typename TI, typename TO>
75 void AudioResamplerDyn<TC, TI, TO>::InBuffer::init()
85 template<typename TC, typename TI, typename TO>
86 void AudioResamplerDyn<TC, TI, TO>::InBuffer::resize(int CHANNELS, int halfNumCoefs)
99 TI* state = NULL;
108 TI* srcLo = mImpulse - halfNumCoefs*CHANNELS
    [all...]
AudioResamplerDyn.h 34 * TI = input data type (one of int16_t or float)
37 * For integer input data types TI, the coefficient type TC is either int16_t or int32_t.
38 * For float input data types TI, the coefficient type TC is float.
41 template<typename TC, typename TI, typename TO>
107 class InBuffer { // buffer management for input type TI
116 inline TI* getImpulse() {
120 inline void setImpulse(TI *impulse) {
125 inline void readAgain(TI*& impulse, const int halfNumCoefs,
126 const TI* const in, const size_t inputIndex);
129 inline void readAdvance(TI*& impulse, const int halfNumCoefs
    [all...]
AudioMixerOps.h 50 * Input signal type TI: int32_t (Q4.27) or int16_t (Q.15) or float [-1,1]
53 * For high precision audio, only the <TO, TI, TV> = <float, float, float>
59 template <typename TO, typename TI, typename TV>
60 TO MixMul(TI value, TV volume);
177 * type. The TO and TI types are the same as MixMul.
180 template <typename TO, typename TI>
181 inline void MixAccum(TO *auxaccum, TI value) {
182 if (!is_same<TO, TI>::value) {
184 sizeof(TO), sizeof(TI));
215 template <typename TO, typename TI, typename TV, typename TA
    [all...]
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeSymbolEmitter.h 33 virtual void writeUserDefinedType(TypeIndex TI, StringRef Name) = 0;
  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
BasicBlockUtils.h 90 bool isCriticalEdge(const TerminatorInst *TI, unsigned SuccNum,
99 /// If MergeIdenticalEdges is true (not the default), *all* edges from TI to the
111 BasicBlock *SplitCriticalEdge(TerminatorInst *TI, unsigned SuccNum,
127 TerminatorInst *TI = (*PI)->getTerminator();
128 for (unsigned i = 0, e = TI->getNumSuccessors(); i != e; ++i)
129 if (TI->getSuccessor(i) == Succ)
130 MadeChange |= !!SplitCriticalEdge(TI, i, P);
142 TerminatorInst *TI = Src->getTerminator();
145 assert(i != TI->getNumSuccessors() && "Edge doesn't exist!");
146 if (TI->getSuccessor(i) == Dst
    [all...]
  /external/clang/test/Sema/
128bitint.c 5 typedef int i128 __attribute__((__mode__(TI)));
6 typedef unsigned u128 __attribute__((__mode__(TI)));

Completed in 840 milliseconds

1 2 3 4 5 6 7 8 91011>>