Home
last modified time | relevance | path

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

12

/freebsd/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/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/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td347 def UShort : Type<"ushort", QualType<"Context.UnsignedShortTy">>;
444 def TLAll : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Doub…
447 def TLUnsignedInts : TypeList<[UChar, UShort, UInt, ULong]>;
454 def TLAllUIntsTwice : TypeList<[UChar, UChar, UShort, UShort, UInt, UInt, ULong, ULong]>;
456 def TLAllInts : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong]>;
480 TypeList<[Char, UChar, Short, UShort]>, Vec1>;
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…
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h82 X(unsigned short, UShort) \
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp386 case BuiltinType::UShort: in matchesType()
446 case BuiltinType::UShort: in matchesType()
509 case BuiltinType::UShort: in matchesType()
H A DItaniumMangle.cpp3122 if (mangleSubstitution(BuiltinType::UShort)) in mangleType()
3125 addSubstitution(BuiltinType::UShort); in mangleType()
3165 case BuiltinType::UShort: in mangleType()
3784 case BuiltinType::UShort: in mangleNeonVectorType()
3798 case BuiltinType::UShort: EltName = "uint16_t"; break; in mangleNeonVectorType()
3845 case BuiltinType::UShort: in mangleAArch64VectorBase()
3884 case BuiltinType::UShort: in mangleAArch64NeonVectorType()
3957 case BuiltinType::UShort: in mangleAArch64FixedSveVectorType()
4031 case BuiltinType::UShort: in mangleRISCVFixedRVVVectorType()
H A DScanfFormatString.cpp475 case BuiltinType::UShort: in fixType()
H A DNSAPI.cpp374 case BuiltinType::UShort: in getNSNumberFactoryMethodKind()
H A DTypeLoc.cpp353 case BuiltinType::UShort: in getWrittenTypeSpec()
H A DPrintfFormatString.cpp897 case BuiltinType::UShort: in fixType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h160 unsigned short UShort(unsigned short fail_value = 0) const;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp41 case BuiltinType::UShort: in TypeIdxFromBuiltin()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp136 case BuiltinType::UShort: in getTypeInfoHelper()
H A DCodeGenTypes.cpp413 case BuiltinType::UShort: in ConvertType()
/freebsd/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/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def84 UNSIGNED_TYPE(UShort, UnsignedShortTy)
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp490 case BuiltinType::UShort: in appendBuiltinType()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp918 case BuiltinType::UShort: in __clang_Interpreter_SetValueNoAlloc()

12