HomeSort by relevance Sort by last modified time
    Searched refs:SType (Results 1 - 9 of 9) sorted by null

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
stat.h 149 template <typename SType>
150 static inline SType Sqr(const SType &dat) {
154 template <typename SType>
155 static inline Vector2<SType> Sqr(const Vector2<SType> &dat) {
159 template <typename SType>
160 static inline Vector3<SType> Sqr(const Vector3<SType> &dat) {
164 template <typename SType>
    [all...]
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 828 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
830 return llvm::ConstantStruct::get(SType, Elts);
909 llvm::StructType *SType = llvm::StructType::get(AType->getContext(),
911 return llvm::ConstantStruct::get(SType, Elts);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
tdikrnl.h 818 * IN UINT SType,
822 Irp, DevObj, FileObj, CompRoutine, Contxt, SType, MdlAddr) \
834 _Request->SetType = (ULONG)(SType); \
    [all...]
  /external/swiftshader/third_party/LLVM/lib/TableGen/
TGParser.cpp 745 StringRecTy *SType = dynamic_cast<StringRecTy*>(LHSt->getType());
746 if (LType == 0 && SType == 0) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp 825 StringRecTy *SType = dyn_cast<StringRecTy>(LHSt->getType());
826 if (!LType && !SType) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 271 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
272 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 363 Type *SType = SVT.getTypeForEVT(*DAG.getContext());
364 LLVMC = cast<ConstantFP>(ConstantExpr::getFPTrunc(LLVMC, SType));
    [all...]

Completed in 292 milliseconds