| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | paranoia.cc | 956 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 D | paranoia.cc | 956 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 D | OpenCLBuiltins.td | 306 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 D | PrettyPrinter.h | 73 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 D | Delta.cpp | 77 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 D | hwasan_globals.cpp | 28 ElfW(Half) phnum) { in CheckCodeModel() 52 ElfW(Half) phnum) { in HwasanGlobalsFor()
|
| H A D | hwasan_interface_internal.h | 31 ElfW(Half) phnum); 35 ElfW(Half) phnum);
|
| H A D | hwasan_globals.h | 45 ElfW(Half) phnum);
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/mit/libcbor/dist/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…
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/arm/iwmmxt/ |
| H A D | textrm.cgs | 49 # Test Unsigned Half Word Wide Extraction 65 # Test Signed Half Word Wide Extraction
|
| H A D | wavg2.cgs | 69 # Test Half Word Wide Averaging 95 # Test Half Word Wide Averaging with Rounding
|
| H A D | wcmpgt.cgs | 69 # Test Unsigned Half Word Wide Compare Greater Than 95 # Test Signed Half Word Wide Compare Greater Than
|
| H A D | tbcst.cgs | 33 # Test Half Word Wide Broadcast
|
| H A D | tinsr.cgs | 33 # Test Half Word Wide Insertion
|
| H A D | tmovmsk.cgs | 33 # Test Half Word Wide Mask Transfer
|
| H A D | wacc.cgs | 37 # Test Unsigned Half Word Wide Accumulation
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | SymbolCache.cpp | 401 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 D | AUDIO | 10 # LOWQUALITY 0x1 Half playback rate.
|
| H A D | AUDIOSBC | 10 # LOWQUALITY 0x1 Half playback rate.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86Schedule.td | 445 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 D | csky-modes.def | 22 FLOAT_MODE (HF, 2, ieee_half_format); /* Half-precision floating point */
|
| /netbsd-src/external/mit/libcbor/dist/doc/source/ |
| H A D | rfc_conformance.rst | 12 "Half-precision" IEEE 754 floats
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
| H A D | gcn-modes.def | 17 /* Half-precision floating point */
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
| H A D | gcn-modes.def | 17 /* Half-precision floating point */
|