/external/llvm/test/MC/Mips/ |
H A D | higher-highest-addressing.s | 15 lui $5, %highest(func) 25 # Test the calculation of %higher and %highest: 27 # ((x + 0x800080008000) >> 48) & 0xffff (highest). 36 lui $6, %highest($L2-$L1+0x300047FFF7FF7) 44 lui $7, %highest($L2-$L1+0x300047FFF7FF8) 50 # Check the case where both %higher and %highest are modified by adding +1. 51 lui $8, %highest(0x37FFF7FFF8000)
|
H A D | relocation.s | 105 daddiu $2, $3, %highest(foo) // RELOC: R_MIPS_HIGHEST foo 106 // ENCBE: daddiu $2, $3, %highest(foo) # encoding: [0x64,0x62,A,A] 107 // ENCLE: daddiu $2, $3, %highest(foo) # encoding: [A,A,0x62,0x64]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
H A D | WNafL2RMultiplier.java | 48 int highest = LongArray.bitLengths[n]; 51 int scale = width - highest; 52 int lowBits = n ^ (1 << (highest - 1));
|
/external/autotest/server/site_tests/security_kASLR/ |
H A D | security_kASLR.py | 106 highest = 0 109 if address_count[addr] > highest: 110 highest = address_count[addr] 115 if highest > (unique / 10):
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
H A D | toy.ml | 11 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/valgrind/memcheck/tests/ |
H A D | descr_belowsp.stderr.exp | 18 describing 0x........ byte just above highest guardpage byte 21 describing 0x........ highest guardpage byte
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
H A D | toy.ml | 13 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
H A D | toy.ml | 18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
H A D | toy.ml | 18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/ |
H A D | toy.ml | 18 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/ |
H A D | toy.ml | 19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
|
/external/eigen/unsupported/test/ |
H A D | mpreal_support.cpp | 18 std::cerr << "highest = " << NumTraits<mpreal>::highest() << "\n";
|
/external/elfutils/libdwfl/ |
H A D | segment.c | 157 int highest = -1; local 222 if (resized && idx - 1 >= highest) 227 highest = idx - 1;
|
H A D | dwfl_module_getdwarf.c | 465 So we consider the highest section end, which still matches up. */ 467 GElf_Addr highest; local 469 highest = 0; 481 sh->sh_addr, sh->sh_size, &highest); 483 if (highest > mod->main.vaddr) 485 mod->main.address_sync = highest; 487 highest = 0; 494 (*s32)[i].sh_size, &highest); 502 (*s64)[i].sh_size, &highest); 505 if (highest > fil [all...] |
/external/eigen/Eigen/src/Core/ |
H A D | StableNorm.h | 27 if(tmp > NumTraits<Scalar>::highest()) 29 invScale = NumTraits<Scalar>::highest();
|
H A D | NumTraits.h | 48 * \li highest() and lowest() functions returning the highest and lowest possible values respectively. 77 static inline T highest() { return (std::numeric_limits<T>::max)(); }
|
/external/llvm/test/MC/PowerPC/ |
H A D | ppc64-fixup-apply.s | 46 addis 1, 1, target7@highest
|
H A D | ppc64-fixups.s | 115 # CHECK-BE: lis 3, target@highest # encoding: [0x3c,0x60,A,A] 116 # CHECK-LE: lis 3, target@highest # encoding: [A,A,0x60,0x3c] 117 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@highest, kind: fixup_ppc_half16 118 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@highest, kind: fixup_ppc_half16 121 lis 3, target@highest 365 # CHECK-BE: addis 3, 2, target@tprel@highest # encoding: [0x3c,0x62,A,A] 366 # CHECK-LE: addis 3, 2, target@tprel@highest # encoding: [A,A,0x62,0x3c] 367 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target@tprel@highest, kind: fixup_ppc_half16 368 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target@tprel@highest, kind: fixup_ppc_half16 371 addis 3, 2, target@tprel@highest [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.launcher.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.launcher_1.1.0.v20100507.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/eigen/Eigen/src/LU/ |
H A D | FullPivLU.h | 430 eigen_assert(matrix.rows()<=NumTraits<int>::highest() && matrix.cols()<=NumTraits<int>::highest());
|
H A D | PartialPivLU.h | 398 eigen_assert(matrix.rows()<NumTraits<int>::highest());
|
/external/libvorbis/doc/ |
H A D | 09-helper.tex | 17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
|
/external/eigen/Eigen/src/Geometry/ |
H A D | AlignedBox.h | 100 m_min.setConstant( ScalarTraits::highest() );
|
/external/eigen/Eigen/src/QR/ |
H A D | ColPivHouseholderQR.h | 439 eigen_assert(cols<=NumTraits<int>::highest());
|