/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | PrettyPrinter.h | 73 PolishForDeclaration(false), Half(LO.Half), in PrintingPolicy() 264 unsigned Half : 1;
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
H A D | sinh_3u.c | 14 #define Half 0x3fe0000000000000 macro 30 double halfsign = asdouble (Half | sign); in sinh()
|
H A D | sinhf_2u3.c | 14 #define Half 0x3f000000 macro 31 float halfsign = asfloat (Half | sign); in sinhf()
|
H A D | atanh_3u.c | 14 #define Half 0x3fe0000000000000 macro 74 double halfsign = asdouble (Half | sign); in atanh()
|
H A D | atanhf_3u1.c | 14 #define Half 0x3f000000 macro 77 float halfsign = asfloat (Half | sign); in atanhf()
|
H A D | asinf_2u5.c | 14 #define Half 0x3f000000 macro
|
H A D | acosf_1u4.c | 14 #define Half 0x3f000000 macro
|
H A D | asin_3u.c | 14 #define Half 0x3fe0000000000000 macro
|
H A D | acos_2u.c | 14 #define Half 0x3fe0000000000000 macro
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 359 def Half : Type<"half", QualType<"Context.HalfTy">>; 444 … : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Double, Half]>; 445 def TLFloat : TypeList<[Float, Double, Half]>; 449 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>; 486 Float, Double, Half] in { 495 foreach Type = [Float, Double, Half] in { 510 foreach RType = [Float, Double, Half, Char, UChar, Short, 512 foreach IType = [Float, Double, Half, Char, UChar, Short, 588 def : Builtin<name, [GenTypeHalfVecNoScalar, GenTypeHalfVecNoScalar, Half], Attr.Const>; 729 def : Builtin<name, [GenTypeHalfVecNoScalar, GenTypeHalfVecNoScalar, Half], Attr.Const>; [all …]
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
H A D | atanh.c | 16 #define Half (0x3fe0000000000000) macro 34 svfloat64_t halfsign = svreinterpret_f64 (svorr_x (pg, sign, Half)); in SV_NAME_D1()
|
H A D | atanhf.c | 15 #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 D | hwasan_globals.cpp | 30 ElfW(Half) phnum) { in CheckCodeModel() 54 ElfW(Half) phnum) { in HwasanGlobalsFor()
|
H A D | hwasan_globals.h | 46 ElfW(Half) phnum);
|
H A D | hwasan_interface_internal.h | 31 ElfW(Half) phnum); 35 ElfW(Half) phnum);
|
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
H A D | asinf.c | 26 #define Half 0x3f000000 macro 73 uint32x4_t a_lt_half = vcltq_u32 (ia, v_u32 (Half)); in V_NAME_F1()
|
H A D | acosf.c | 27 #define Half 0x3f000000 macro 77 uint32x4_t a_le_half = vcleq_u32 (ia, v_u32 (Half)); in V_NAME_F1()
|
/freebsd/contrib/libcbor/doc/source/api/ |
H A D | type_7.rst | 65 Half floats 67 CBOR supports two `bytes wide ("half-precision") <https://en.wikipedia.org/wiki/Half-precision_floa…
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | PreprocessingRecord.cpp | 216 size_t Half; in findBeginLocalPreprocessedEntity() local 226 Half = Count/2; in findBeginLocalPreprocessedEntity() 228 std::advance(I, Half); in findBeginLocalPreprocessedEntity() 233 Count = Count - Half - 1; in findBeginLocalPreprocessedEntity() 235 Count = Half; in findBeginLocalPreprocessedEntity()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVFeatures.td | 302 "'Zfhmin' (Half-Precision Floating-Point Minimal)", 307 "'Zfh' (Half-Precision Floating-Point) or " 308 "'Zfhmin' (Half-Precision Floating-Point Minimal)">; 312 "'Zfh' (Half-Precision Floating-Point)", 317 "'Zfh' (Half-Precision Floating-Point)">; 331 "'Zfh' (Half-Precision Floating-Point) or " 332 "'Zfhmin' (Half-Precision Floating-Point Minimal) or " 362 "'Zhinxmin' (Half Float in Integer Minimal)", 366 "'Zhinx' (Half Float in Integer) or " 367 "'Zhinxmin' (Half Float in Integer Minimal)">; [all …]
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_solaris.h | 45 ElfW(Half) dlpi_phnum;
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | SymbolCache.cpp | 406 size_t Half; in findPublicSymbolBySectOffset() local 409 Half = Count / 2; in findPublicSymbolBySectOffset() 410 It += Half; in findPublicSymbolBySectOffset() 421 Count -= Half + 1; in findPublicSymbolBySectOffset() 423 Count = Half; in findPublicSymbolBySectOffset()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | DXILABI.h | 28 Half, enumerator
|
/freebsd/sys/sys/ |
H A D | elf_generic.h | 62 __ElfType(Half);
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | DXILEmitter.cpp | 79 return ParameterKind::Half; in getParameterKind() 208 case ParameterKind::Half: in getParameterKindStr()
|