Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/gdtoa/
H A Dstrtorx.c58 ULtox(L, bits, exp, k) UShort *L; ULong *bits; Long exp; int k; in ULtox()
60 ULtox(UShort *L, ULong *bits, Long exp, int k)
76 L[_4] = (UShort)bits[0];
77 L[_3] = (UShort)(bits[0] >> 16);
78 L[_2] = (UShort)bits[1];
79 L[_1] = (UShort)(bits[1] >> 16);
84 L[_4] = (UShort)bits[0];
85 L[_3] = (UShort)(bits[0] >> 16);
86 L[_2] = (UShort)bits[1];
87 L[_1] = (UShort)((bits[1] >> 16) | (3 << 14));
[all …]
H A Dstrtopx.c65 UShort *L = (UShort*)V;
87 L[_4] = (UShort)bits[0];
88 L[_3] = (UShort)(bits[0] >> 16);
89 L[_2] = (UShort)bits[1];
90 L[_1] = (UShort)(bits[1] >> 16);
H A DstrtoIx.c45 UShort *L = (UShort *)a, *M = (UShort *)b;
H A Dg_xfmt.c64 UShort *L;
77 L = (UShort *)V;
H A Dgdtoa.h44 #ifndef UShort
45 typedef unsigned short UShort; typedef
H A Dgdtoaimp.h603 extern void ULtox ANSI((UShort*, ULong*, Long, int));
/freebsd-14.2/contrib/ncurses/ncurses/tinfo/
H A Dread_entry.c434 ptr->num_Booleans = UShort(BOOLCOUNT + ext_bool_count); in _nc_read_termtype()
435 ptr->num_Numbers = UShort(NUMCOUNT + ext_num_count); in _nc_read_termtype()
436 ptr->num_Strings = UShort(STRCOUNT + ext_str_count); in _nc_read_termtype()
454 if ((ptr->ext_Booleans = UShort(ext_bool_count)) != 0) { in _nc_read_termtype()
464 if ((ptr->ext_Numbers = UShort(ext_num_count)) != 0) { in _nc_read_termtype()
495 if ((ptr->ext_Strings = UShort(ext_str_count)) != 0) { in _nc_read_termtype()
H A Dalloc_ttype.c140 to->ext_Booleans = UShort(ext_Booleans); in realign_data()
158 to->ext_Numbers = UShort(ext_Numbers); in realign_data()
176 to->ext_Strings = UShort(ext_Strings); in realign_data()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
447 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>;
454 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>;
484 foreach Type = [Char, UChar, Short, UShort,
511 UShort, Int, UInt, Long, ULong] in {
513 UShort, Int, UInt, Long, ULong] in {
855 …def : Builtin<name, [VectorType<UShort, VSize>, Size, PointerType<ConstType<UShort>, AS>], Attr.Pu…
869 def : Builtin<name, [Void, VectorType<UShort, VSize>, Size, PointerType<UShort, AS>]>;
1217 [Short, UShort], [UShort, UShort],
1231 [Short, UShort], [UShort, UShort],
[all …]
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h81 X(unsigned short, UShort) \
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp386 case BuiltinType::UShort: in matchesType()
433 case BuiltinType::UShort: in matchesType()
496 case BuiltinType::UShort: in matchesType()
H A DScanfFormatString.cpp477 case BuiltinType::UShort: in fixType()
H A DItaniumMangle.cpp3120 if (mangleSubstitution(BuiltinType::UShort)) in mangleType()
3123 addSubstitution(BuiltinType::UShort); in mangleType()
3163 case BuiltinType::UShort: in mangleType()
3774 case BuiltinType::UShort: in mangleNeonVectorType()
3788 case BuiltinType::UShort: EltName = "uint16_t"; break; in mangleNeonVectorType()
3835 case BuiltinType::UShort: in mangleAArch64VectorBase()
3874 case BuiltinType::UShort: in mangleAArch64NeonVectorType()
3947 case BuiltinType::UShort: in mangleAArch64FixedSveVectorType()
4021 case BuiltinType::UShort: in mangleRISCVFixedRVVVectorType()
H A DNSAPI.cpp404 case BuiltinType::UShort: in getNSNumberFactoryMethodKind()
H A DTypeLoc.cpp353 case BuiltinType::UShort: in getWrittenTypeSpec()
H A DPrintfFormatString.cpp832 case BuiltinType::UShort: in fixType()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h159 unsigned short UShort(unsigned short fail_value = 0) const;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp41 case BuiltinType::UShort: in TypeIdxFromBuiltin()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp133 case BuiltinType::UShort: in getTypeInfoHelper()
H A DCodeGenTypes.cpp357 case BuiltinType::UShort: in ConvertType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DRegisterValue.cpp491 return m_scalar.UShort(fail_value); in GetAsUInt16()
H A DScalar.cpp315 unsigned short Scalar::UShort(unsigned short fail_value) const { in UShort() function in Scalar
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp490 case BuiltinType::UShort: in appendBuiltinType()
H A DAArch64.cpp215 case BuiltinType::UShort: in coerceIllegalVector()

12