HomeSort by: relevance | last modified time | path
    Searched refs:Half (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/share/doc/psd/20.ipctut/
ustreamwrite.c 37 #define DATA "Half a league, half a league . . ."
streamwrite.c 38 #define DATA "Half a league, half a league . . ."
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_globals.h 46 ElfW(Half) phnum);
hwasan_globals.cpp 30 ElfW(Half) phnum) {
54 ElfW(Half) phnum) {
hwasan_interface_internal.h 31 ElfW(Half) phnum);
35 ElfW(Half) phnum);
hwasan.cpp 418 ElfW(Half) phnum) {
424 ElfW(Half) phnum) {
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_solaris.h 45 ElfW(Half) dlpi_phnum;
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_globals.h 45 ElfW(Half) phnum);
hwasan_globals.cpp 28 ElfW(Half) phnum) {
52 ElfW(Half) phnum) {
hwasan_interface_internal.h 31 ElfW(Half) phnum);
35 ElfW(Half) phnum);
hwasan.cpp 377 ElfW(Half) phnum) {
383 ElfW(Half) phnum) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
PrettyPrinter.h 73 PolishForDeclaration(false), Half(LO.Half),
227 /// When true, print the half-precision floating-point type as 'half'
229 unsigned Half : 1;
  /src/external/gpl3/gcc/dist/contrib/
paranoia.cc 86 F2 Half O8 Eight Y
956 FLOAT Half;
1042 Half = "0x1p-1";
1081 TstCond (Failure, Half + MinusOne + Half == Zero, "1/2 + (-1) + 1/2 != 0");
1157 F6 = Half - Third;
1167 Y = Half * U2 + ThirtyTwo * U2 * U2;
1175 F6 = X - Half;
1177 X = Third - Half;
1186 Y = Half * U1 + ThirtyTwo * U1 * U1
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
paranoia.cc 86 F2 Half O8 Eight Y
956 FLOAT Half;
1042 Half = "0x1p-1";
1081 TstCond (Failure, Half + MinusOne + Half == Zero, "1/2 + (-1) + 1/2 != 0");
1157 F6 = Half - Third;
1167 Y = Half * U2 + ThirtyTwo * U2 * U2;
1175 F6 = X - Half;
1177 X = Third - Half;
1186 Y = Half * U1 + ThirtyTwo * U1 * U1
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
Delta.cpp 66 /// Splits Chunks in half and prints them.
77 int Half = (C.Begin + C.End) / 2;
78 NewChunks.push_back({C.Begin, Half});
79 NewChunks.push_back({Half + 1, C.End});
  /src/external/apache2/llvm/dist/clang/lib/Lex/
PreprocessingRecord.cpp 216 size_t Half;
226 Half = Count/2;
228 std::advance(I, Half);
233 Count = Count - Half - 1;
235 Count = Half;
  /src/external/bsd/elftoolchain/dist/libelf/
libelf_align.c 81 [ELF_T_HALF] = MALIGN(Half),
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Intrinsics.h 120 Half,
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
SymbolCache.cpp 401 size_t Half;
404 Half = Count / 2;
405 It += Half;
416 Count -= Half + 1;
418 Count = Half;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTCommon.cpp 81 case BuiltinType::Half:
  /src/external/gpl3/gcc/dist/libgcc/
unwind-dw2-fde-dip.c 206 ElfW(Half) dlpi_phnum;
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-dw2-fde-dip.c 206 ElfW(Half) dlpi_phnum;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ELFTypes.h 87 using Half = packed<uint16_t>;
108 using Elf_Half = typename ELFT::Half; \
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 2060 0.44,6.RS,11.RA,16.D:D:::Store Half Word
2073 0.31,6.RS,11.RA,16.RB,21.407,31./:X:::Store Half Word Indexed
2086 0.45,6.RS,11.RA,16.D:D:::Store Half Word with Update
2100 0.31,6.RS,11.RA,16.RB,21.439,31./:X:::Store Half Word with Update Indexed
2230 0.31,6.RS,11.RA,16.RB,21.918,31./:X:::Store Half Word Byte-Reversed Indexed
3102 0.31,6.RS,11.RA,16./,21.922,31.Rc:X::extsh:Extend Sign Half Word
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 2060 0.44,6.RS,11.RA,16.D:D:::Store Half Word
2073 0.31,6.RS,11.RA,16.RB,21.407,31./:X:::Store Half Word Indexed
2086 0.45,6.RS,11.RA,16.D:D:::Store Half Word with Update
2100 0.31,6.RS,11.RA,16.RB,21.439,31./:X:::Store Half Word with Update Indexed
2230 0.31,6.RS,11.RA,16.RB,21.918,31./:X:::Store Half Word Byte-Reversed Indexed
3102 0.31,6.RS,11.RA,16./,21.922,31.Rc:X::extsh:Extend Sign Half Word

Completed in 80 milliseconds

1 2 3