Home
last modified time | relevance | path

Searched refs:Half (Results 1 – 25 of 120) sorted by relevance

12345

/freebsd/contrib/llvm-project/libc/src/__support/OSUtil/linux/
H A Dvdso.cpp37 ElfW(Half) vd_version; /* Version revision */
38 ElfW(Half) vd_flags; /* Version information */
39 ElfW(Half) vd_ndx; /* Version Index */
40 ElfW(Half) vd_cnt; /* Number of associated aux entries */
58 cpp::string_view find_version(Verdef *verdef, ElfW(Half) * versym, in find_version()
61 constexpr ElfW(Half) VER_FLG_BASE = 0x1; in find_version()
65 ElfW(Half) identifier = versym[idx] & 0x7FFF; in find_version()
100 ElfW(Half) * versym;
159 ElfW(Half) *versym = nullptr; in populate_symbol_table()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h75 PolishForDeclaration(false), Half(LO.Half), in PrintingPolicy()
268 unsigned Half : 1;
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/
H A Dsinh_3u.c14 #define Half 0x3fe0000000000000 macro
30 double halfsign = asdouble (Half | sign); in sinh()
H A Dsinhf_2u3.c14 #define Half 0x3f000000 macro
31 float halfsign = asfloat (Half | sign); in sinhf()
H A Datanh_3u.c14 #define Half 0x3fe0000000000000 macro
74 double halfsign = asdouble (Half | sign); in atanh()
H A Datanhf_3u1.c14 #define Half 0x3f000000 macro
77 float halfsign = asfloat (Half | sign); in atanhf()
H A Dasinf_2u5.c14 #define Half 0x3f000000 macro
H A Dacosf_1u4.c14 #define Half 0x3f000000 macro
H A Dasin_3u.c14 #define Half 0x3fe0000000000000 macro
H A Dacos_2u.c14 #define Half 0x3fe0000000000000 macro
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DOpenCLBuiltins.td363 def Half : Type<"half", QualType<"Context.HalfTy">>;
448 … : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Double, Half]>;
449 def TLFloat : TypeList<[Float, Double, Half]>;
453 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>;
490 Float, Double, Half] in {
499 foreach Type = [Float, Double, Half] in {
514 foreach RType = [Float, Double, Half, Char, UChar, Short,
516 foreach IType = [Float, Double, Half, Char, UChar, Short,
592 def : Builtin<name, [GenTypeHalfVecNoScalar, GenTypeHalfVecNoScalar, Half], Attr.Const>;
733 def : Builtin<name, [GenTypeHalfVecNoScalar, GenTypeHalfVecNoScalar, Half], Attr.Const>;
[all …]
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Datanh.c16 #define Half (0x3fe0000000000000) macro
34 svfloat64_t halfsign = svreinterpret_f64 (svorr_x (pg, sign, Half)); in SV_NAME_D1()
H A Datanhf.c15 #define Half (0x3f000000) macro
35 svfloat32_t halfsign = svreinterpret_f32 (svorr_x (pg, sign, Half)); in SV_NAME_F1()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_globals.cpp30 ElfW(Half) phnum) { in CheckCodeModel()
54 ElfW(Half) phnum) { in HwasanGlobalsFor()
H A Dhwasan_globals.h46 ElfW(Half) phnum);
H A Dhwasan_interface_internal.h31 ElfW(Half) phnum);
35 ElfW(Half) phnum);
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dasinf.c26 #define Half 0x3f000000 macro
73 uint32x4_t a_lt_half = vcltq_u32 (ia, v_u32 (Half)); in V_NAME_F1()
H A Dacosf.c27 #define Half 0x3f000000 macro
77 uint32x4_t a_le_half = vcleq_u32 (ia, v_u32 (Half)); in V_NAME_F1()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessingRecord.cpp213 size_t Half; in findBeginLocalPreprocessedEntity() local
223 Half = Count/2; in findBeginLocalPreprocessedEntity()
225 std::advance(I, Half); in findBeginLocalPreprocessedEntity()
230 Count = Count - Half - 1; in findBeginLocalPreprocessedEntity()
232 Count = Half; in findBeginLocalPreprocessedEntity()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_7_floats_ctrls.rst65 Half floats
67 CBOR supports two `bytes wide ("half-precision") <https://en.wikipedia.org/wiki/Half-precision_floa…
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A Dstruct_dl_phdr_info.h21 ElfW(Half) dlpi_phnum;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_solaris.h45 ElfW(Half) dlpi_phnum;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVFeatures.td302 : RISCVExtension<1, 0, "Half-Precision Floating-Point Minimal",
307 "'Zfh' (Half-Precision Floating-Point) or "
308 "'Zfhmin' (Half-Precision Floating-Point Minimal)">;
311 : RISCVExtension<1, 0, "Half-Precision Floating-Point",
316 "'Zfh' (Half-Precision Floating-Point)">;
329 "'Zfh' (Half-Precision Floating-Point) or "
330 "'Zfhmin' (Half-Precision Floating-Point Minimal) or "
359 : RISCVExtension<1, 0, "Half Float in Integer Minimal",
363 "'Zhinx' (Half Float in Integer) or "
364 "'Zhinxmin' (Half Float in Integer Minimal)">;
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp410 size_t Half; in findPublicSymbolBySectOffset() local
413 Half = Count / 2; in findPublicSymbolBySectOffset()
414 It += Half; in findPublicSymbolBySectOffset()
425 Count -= Half + 1; in findPublicSymbolBySectOffset()
427 Count = Half; in findPublicSymbolBySectOffset()
/freebsd/sys/sys/
H A Delf_generic.h62 __ElfType(Half);

12345