Home
last modified time | relevance | path

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

12345

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DPrettyPrinter.h73 PolishForDeclaration(false), Half(LO.Half), in PrintingPolicy()
264 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.td359 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 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/libcbor/doc/source/api/
H A Dtype_7.rst65 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 DPreprocessingRecord.cpp216 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 DRISCVFeatures.td302 "'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 Dsanitizer_solaris.h45 ElfW(Half) dlpi_phnum;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp406 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 DDXILABI.h28 Half, enumerator
/freebsd/sys/sys/
H A Delf_generic.h62 __ElfType(Half);
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp79 return ParameterKind::Half; in getParameterKind()
208 case ParameterKind::Half: in getParameterKindStr()

12345