Home
last modified time | relevance | path

Searched refs:UShort (Results 1 – 25 of 32) sorted by relevance

12

/netbsd/lib/libc/gdtoa/
H A Dstrtorx.c58 ULtox(L, bits, expt, k) UShort *L; ULong *bits; Long expt; int k; in ULtox()
60 ULtox(UShort *L, ULong *bits, Long expt, int k)
77 L[_4] = (UShort)bits[0];
78 L[_3] = (UShort)(bits[0] >> 16);
79 L[_2] = (UShort)bits[1];
80 L[_1] = (UShort)(bits[1] >> 16);
123 ULtox((UShort*)L, bits, expt, k);
H A Dstrtopx.c63 UShort *L = (UShort*)V; in strtopx()
87 L[_4] = (UShort)bits[0]; in strtopx()
88 L[_3] = (UShort)(bits[0] >> 16); in strtopx()
89 L[_2] = (UShort)bits[1]; in strtopx()
90 L[_1] = (UShort)(bits[1] >> 16); in strtopx()
H A DstrtoIx.c47 UShort *L = (UShort *)a, *M = (UShort *)b;
H A Dg_xfmt.c66 UShort *L;
79 L = (UShort *)V;
H A Dgdtoa.h52 #ifndef UShort
53 #define UShort uint16_t macro
H A Dgdtoaimp.h185 #define UShort uint16_t macro
596 extern void ULtox ANSI((UShort*, ULong*, Long, int));
H A DREADME107 are viewed as arrays of ULong (or, for the "x" functions, UShort)
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DOpenCLBuiltins.td385 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>;
415 foreach Type = [Char, UChar, Short, UShort,
442 UShort, Int, UInt, Long, ULong] in {
794 def : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, AS>]>;
807 def : Builtin<name, [Void, VectorType<UShort, VSize>, Size, PointerType<UShort, AS>]>;
836 … def : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, GenericAS>]>;
849 def : Builtin<name, [Void, VectorType<UShort, VSize>, Size, PointerType<UShort, GenericAS>]>;
875 …def : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, ConstantAS>]>;
1185 [Short, UShort], [UShort, UShort],
1199 [Short, UShort], [UShort, UShort],
[all …]
/netbsd/lib/libc/gdtoa/test/
H A Dxtest.c86 union { long double d; UShort bits[5]; } u, v[2]; in main()
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTCommon.cpp41 case BuiltinType::UShort: in TypeIdxFromBuiltin()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp133 case BuiltinType::UShort: in getTypeInfoHelper()
H A DCodeGenTypes.cpp457 case BuiltinType::UShort: in ConvertType()
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DScanfFormatString.cpp475 case BuiltinType::UShort: in fixType()
H A DNSAPI.cpp403 case BuiltinType::UShort: in getNSNumberFactoryMethodKind()
H A DTypeLoc.cpp337 case BuiltinType::UShort: in getWrittenTypeSpec()
H A DItaniumMangle.cpp2880 case BuiltinType::UShort: in mangleType()
3404 case BuiltinType::UShort: in mangleNeonVectorType()
3418 case BuiltinType::UShort: EltName = "uint16_t"; break; in mangleNeonVectorType()
3465 case BuiltinType::UShort: in mangleAArch64VectorBase()
3504 case BuiltinType::UShort: in mangleAArch64NeonVectorType()
3577 case BuiltinType::UShort: in mangleAArch64FixedSveVectorType()
H A DFormatString.cpp397 case BuiltinType::UShort: in matchesType()
H A DPrintfFormatString.cpp826 case BuiltinType::UShort: in fixType()
H A DType.cpp2743 case BuiltinType::UShort: in isPromotableIntegerType()
2958 case UShort: in getName()
H A DASTContext.cpp1298 InitBuiltinType(UnsignedShortTy, BuiltinType::UShort); in InitBuiltinTypes()
2027 case BuiltinType::UShort: in getTypeInfoImpl()
6318 case BuiltinType::UShort: in getIntegerRank()
7222 case BuiltinType::UShort: return 'S'; in getObjCEncodingForPrimitiveType()
10191 case BuiltinType::UShort: in getCorrespondingSignedType()
H A DStmtPrinter.cpp1122 case BuiltinType::UShort: OS << "Ui16"; break; in VisitIntegerLiteral()
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXType.cpp37 BTCASE(UShort); in GetBuiltinTypeKind()
555 TKIND(UShort); in clang_getTypeKindSpelling()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
H A DTypeLoc.h584 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128) in needsExtraLocalData()
/netbsd/external/apache2/llvm/dist/clang/lib/Index/
H A DUSRGeneration.cpp673 case BuiltinType::UShort: in VisitType()

12