Home
last modified time | relevance | path

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

1234567

/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dparanoia.cc956 FLOAT Half; member
1042 Half = "0x1p-1"; in main()
1081 TstCond (Failure, Half + MinusOne + Half == Zero, "1/2 + (-1) + 1/2 != 0"); in main()
1157 F6 = Half - Third; in main()
1167 Y = Half * U2 + ThirtyTwo * U2 * U2; in main()
1175 F6 = X - Half; in main()
1177 X = Third - Half; in main()
1186 Y = Half * U1 + ThirtyTwo * U1 * U1; in main()
1187 Y = Half - Y; in main()
1188 X = Half + Y; in main()
[all …]
/netbsd-src/external/gpl3/gcc/dist/contrib/
H A Dparanoia.cc956 FLOAT Half; member
1042 Half = "0x1p-1"; in main()
1081 TstCond (Failure, Half + MinusOne + Half == Zero, "1/2 + (-1) + 1/2 != 0"); in main()
1157 F6 = Half - Third; in main()
1167 Y = Half * U2 + ThirtyTwo * U2 * U2; in main()
1175 F6 = X - Half; in main()
1177 X = Third - Half; in main()
1186 Y = Half * U1 + ThirtyTwo * U1 * U1; in main()
1187 Y = Half - Y; in main()
1188 X = Half + Y; in main()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DOpenCLBuiltins.td306 def Half : Type<"half", QualType<"Context.HalfTy">>;
375 … : TypeList<[Char, UChar, Short, UShort, Int, UInt, Long, ULong, Float, Double, Half]>;
376 def TLFloat : TypeList<[Float, Double, Half]>;
380 def TLIntLongFloats : TypeList<[Int, UInt, Long, ULong, Float, Double, Half]>;
417 Float, Double, Half] in {
426 foreach Type = [Float, Double, Half] in {
441 foreach RType = [Float, Double, Half, Char, UChar, Short,
443 foreach IType = [Float, Double, Half, Char, UChar, Short,
519 def : Builtin<name, [GenTypeHalfVecNoScalar, GenTypeHalfVecNoScalar, Half], Attr.Const>;
666 def : Builtin<name, [GenTypeHalfVecNoScalar, GenTypeHalfVecNoScalar, Half], Attr.Const>;
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DPrettyPrinter.h73 PolishForDeclaration(false), Half(LO.Half), in PrintingPolicy()
229 unsigned Half : 1; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DDelta.cpp77 int Half = (C.Begin + C.End) / 2; in increaseGranularity() local
78 NewChunks.push_back({C.Begin, Half}); in increaseGranularity()
79 NewChunks.push_back({Half + 1, C.End}); in increaseGranularity()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_globals.cpp28 ElfW(Half) phnum) { in CheckCodeModel()
52 ElfW(Half) phnum) { in HwasanGlobalsFor()
H A Dhwasan_interface_internal.h31 ElfW(Half) phnum);
35 ElfW(Half) phnum);
H A Dhwasan_globals.h45 ElfW(Half) phnum);
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/mit/libcbor/dist/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…
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/
H A Dtextrm.cgs49 # Test Unsigned Half Word Wide Extraction
65 # Test Signed Half Word Wide Extraction
H A Dwavg2.cgs69 # Test Half Word Wide Averaging
95 # Test Half Word Wide Averaging with Rounding
H A Dwcmpgt.cgs69 # Test Unsigned Half Word Wide Compare Greater Than
95 # Test Signed Half Word Wide Compare Greater Than
H A Dtbcst.cgs33 # Test Half Word Wide Broadcast
H A Dtinsr.cgs33 # Test Half Word Wide Insertion
H A Dtmovmsk.cgs33 # Test Half Word Wide Mask Transfer
H A Dwacc.cgs37 # Test Unsigned Half Word Wide Accumulation
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp401 size_t Half; in findPublicSymbolBySectOffset() local
404 Half = Count / 2; in findPublicSymbolBySectOffset()
405 It += Half; in findPublicSymbolBySectOffset()
416 Count -= Half + 1; in findPublicSymbolBySectOffset()
418 Count = Half; in findPublicSymbolBySectOffset()
/netbsd-src/sys/arch/mac68k/conf/
H A DAUDIO10 # LOWQUALITY 0x1 Half playback rate.
H A DAUDIOSBC10 # LOWQUALITY 0x1 Half playback rate.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86Schedule.td445 defm WriteCvtPH2PS : X86SchedWritePair<ReadAfterVecXLd>; // Half -> Float size conversion.
446 defm WriteCvtPH2PSY : X86SchedWritePair<ReadAfterVecYLd>; // Half -> Float size conversion (YMM).
447 defm WriteCvtPH2PSZ : X86SchedWritePair<ReadAfterVecYLd>; // Half -> Float size conversion (ZMM).
449 def WriteCvtPS2PH : SchedWrite; // // Float -> Half size conversion.
450 def WriteCvtPS2PHY : SchedWrite; // // Float -> Half size conversion (YMM).
451 def WriteCvtPS2PHZ : SchedWrite; // // Float -> Half size conversion (ZMM).
452 def WriteCvtPS2PHSt : SchedWrite; // // Float -> Half + store size conversion.
453 def WriteCvtPS2PHYSt : SchedWrite; // // Float -> Half + store size conversion (YMM).
454 def WriteCvtPS2PHZSt : SchedWrite; // // Float -> Half + store size conversion (ZMM).
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky-modes.def22 FLOAT_MODE (HF, 2, ieee_half_format); /* Half-precision floating point */
/netbsd-src/external/mit/libcbor/dist/doc/source/
H A Drfc_conformance.rst12 "Half-precision" IEEE 754 floats
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-modes.def17 /* Half-precision floating point */
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-modes.def17 /* Half-precision floating point */

1234567