HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 501 - 525 of 1979) sorted by null

<<21222324252627282930>>

  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 859 final int high = (code [++ scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (0xFF & code [++ scan]); local
1762 final int high = m_high; local
    [all...]
  /external/fec/
sumsq_sse2_assist.s 40 movd %xmm0,%edx # high 32 bits of sum
  /external/freetype/src/tools/ftrandom/
ftrandom.c 427 int high )
429 if ( low - high < 0x10000L )
430 return low + ( ( random() >> 8 ) % ( high + 1 - low ) );
432 return low + ( random() % ( high + 1 - low ) );
  /external/gptfdisk/
basicmbr.h 93 int GetPartRange(uint32_t* low, uint32_t* high);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneAliasTest.java 287 long high = lastDate; local
288 while (low - high > EPSILON) {
289 long mid = (high + low)/2;
294 high = mid;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java 284 long high = lastDate; local
285 while (low - high > EPSILON) {
286 long mid = (high + low)/2;
291 high = mid;
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 91 __u32 high; member in struct:tag_serialnr
  /external/libopus/celt/
modes.c 93 int i, j, lin, low, high, nBark, offset=0; local
115 high = nBark-lin;
116 *nbEBands = low+high;
128 for (i=0;i<high;i++)
  /external/linux-kselftest/tools/testing/selftests/gpio/
gpio-mockup-sysfs.sh 77 test_pin_logic $nr high 0 0
  /external/opencv/cv/src/
cvthresh.cpp 209 double low = 0, high = 0, delta = 0; local
226 high = hist->thresh[0][1];
231 high = count;
234 delta = (high-low)/count;
  /external/selinux/checkpolicy/
policy_scan.l 253 low-high |
254 LOW-HIGH { return(LOW_HIGH); }
255 high |
256 HIGH { return(HIGH); }
  /external/selinux/libsepol/include/sepol/policydb/
mls_types.h 48 mls_level_t level[2]; /* low == level[0], high == level[1] */
134 uint32_t high; /* last bit represented - equals low for a single cat */ member in struct:mls_semantic_cat
  /external/syslinux/dos/
crt0.S 11 # Align the stack and make sure the high half is zero
  /external/tensorflow/tensorflow/contrib/kernel_methods/python/mappers/
random_fourier_features.py 157 low=0.0, high=2 * np.pi, size=bias_shape),
  /external/tensorflow/tensorflow/contrib/mpi/
README.md 13 By using this protocol TensorFlow can take advantage of the high performance networking primitives that are offered via the MPI API. This enables TensorFlow to take advantage of high performance low latency networks such as Infiniband. These changes are largely transparent to the user who only has to change the offered protocol and launch the script using the 'mpirun' launcher. For example:
  /external/tensorflow/tensorflow/core/kernels/
sparse_matmul_op.h 390 __m128i high = _mm_castps_si128(_mm256_extractf128_ps(from, 1));
391 __m128i res_h = _mm_unpacklo_epi16(zero, high);
410 __m128i high = _mm_castps_si128(_mm256_extractf128_ps(from, 1));
411 __m128i res_h = _mm_unpackhi_epi16(zero, high);
  /external/tensorflow/tensorflow/python/kernel_tests/
tensordot_op_test.py 150 low=-1.0, high=1.0,
153 low=-1.0, high=1.0,
196 low=-1.0, high=1.0, size=np.prod(shape)).reshape(shape).astype(dtype_)
198 low=-1.0, high=1.0, size=np.prod(shape)).reshape(shape).astype(dtype_)
  /frameworks/base/core/java/com/android/internal/os/
BinderInternal.java 140 * Set the Binder Proxy watermarks. Default high watermark = 2500. Default low watermark = 2000
141 * @param high The limit at which the BinderProxyListener callback will be called.
146 public static final native void nSetBinderProxyCountWatermarks(int high, int low);
  /frameworks/native/libs/binder/include/binder/
BpBinder.h 75 static void setBinderProxyCountWatermarks(int high, int low);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth.h 71 u_int32_t high; member in struct:des_block::__anon62990
  /toolchain/binutils/binutils-2.27/bfd/
hash.c 346 const unsigned long *high = &primes[sizeof (primes) / sizeof (primes[0])]; local
348 while (low != high)
350 const unsigned long *mid = low + (high - low) / 2;
354 high = mid;
  /toolchain/binutils/binutils-2.27/binutils/
coffgrok.h 74 int high; member in struct:coff_isection
  /toolchain/binutils/binutils-2.27/gas/
flonum-mult.c 88 int P; /* Scan product low-order -> high. */
104 size_of_product = product->high - product->low;
172 /* No room at high order for carry littlenum. */
  /external/selinux/python/semanage/
seobject.py     [all...]
  /art/compiler/optimizing/
register_allocator_linear_scan.cc 256 LiveInterval* high = interval->GetHighInterval(); local
257 temp_intervals_.push_back(high);
258 unhandled_fp_intervals_.push_back(high);
353 LiveInterval* high = current->GetHighInterval(); local
354 high->SetRegister(first.high());
355 high->SetFrom(position + 1);
365 LiveInterval* high = current->GetHighInterval(); local
366 high->SetRegister(output.high());
    [all...]

Completed in 698 milliseconds

<<21222324252627282930>>