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

  /external/clang/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
LiteralSupport.h 65 bool isHalf : 1; // 1.0h
  /external/clang/lib/Lex/
LiteralSupport.cpp 525 isHalf = false;
565 if (isHalf || isFloat || isLong) break; // HH, FH, LH invalid.
566 isHalf = true;
571 if (isHalf || isFloat || isLong || isFloat128)
578 if (isHalf || isFloat || isLong || isFloat128)
591 if (isHalf || isFloat || isFloat128) break; // LH, LF, LQ invalid.
668 isHalf = false;
    [all...]
  /external/clang/utils/TableGen/
NeonEmitter.cpp 178 bool isHalf() const { return Float && ElementBitwidth == 16; }
1036 if (T.isHalf() && T.isVector() && !T.isScalarForMangling())
    [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp     [all...]

Completed in 2039 milliseconds