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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/src/runtime/
fastlog2.go 25 low, high := fastlog2Table[xManIndex], fastlog2Table[xManIndex+1]
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/util/
parse_number.cpp 123 uint32_t high = uint32_t((0xffffffff00000000 & decoded_bits) >> 32); local
125 emit(high);
177 uint32_t high = uint32_t((0xffffffff00000000 & decoded_val) >> 32); local
179 emit(high);
  /external/icu/icu4c/source/i18n/
ucoleitr.cpp 49 int32_t high; member in struct:RCEI
112 buffer[bufferIndex].high = ixHigh;
174 buffer[bufferIndex].high = ixHigh;
335 uint32_t low = 0, high = 0; local
346 high = cei->getOffset();
361 *ixHigh = high;
388 int32_t low = 0, high = 0; local
403 high = cei->getOffset();
415 rceb.put((uint32_t)ce, low, high, *status);
425 pceBuffer.put(result, rcei->low, rcei->high, *status)
    [all...]
  /art/runtime/interpreter/mterp/arm/
op_const_string_jumbo.S 4 FETCH r2, 2 @ r2<- BBBB (high)
op_const_wide_32.S 4 FETCH_S r2, 2 @ r2<- ssssBBBB (high)
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
InsnFormat.java 422 * @param high {@code 0..255;} high byte
425 protected static short codeUnit(int low, int high) {
430 if ((high & 0xff) != high) {
431 throw new IllegalArgumentException("high out of range 0..255");
434 return (short) (low | (high << 8));
442 * @param n2 {@code 0..15;} medium-high nibble
443 * @param n3 {@code 0..15;} high nibble
470 * @param high {@code 0..15;} high nibbl
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
InsnFormat.java 475 * @param high {@code 0..255;} high byte
478 protected static short codeUnit(int low, int high) {
483 if ((high & 0xff) != high) {
484 throw new IllegalArgumentException("high out of range 0..255");
487 return (short) (low | (high << 8));
495 * @param n2 {@code 0..15;} medium-high nibble
496 * @param n3 {@code 0..15;} high nibble
523 * @param high {@code 0..15;} high nibbl
    [all...]
  /external/compiler-rt/test/builtins/Unit/
cmpti2_test.c 35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
fixdfti_test.c 39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixsfti_test.c 39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunsdfti_test.c 41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunssfti_test.c 41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
fixunsxfti_test.c 42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
ucmpti2_test.c 36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
  /external/stressapptest/src/
findmask.c 74 // Fold high and low 32 bits onto each other
78 // Fold high and low 16 bits onto each other
82 // Fold high and low 8 bits onto each other
98 register uint32_t high = (uint32_t)(addr >> 32);
101 __builtin_parity(low) ^ __builtin_parity(high) ? a++ : b++;
  /external/tensorflow/tensorflow/contrib/sparsemax/python/kernel_tests/
sparsemax_test.py 81 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
102 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
122 z = random.uniform(low=-3, high=3, size=(test_obs, 10)).astype(dtype)
123 c = random.uniform(low=-3, high=3, size=(test_obs, 1)).astype(dtype)
134 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
150 z = random.uniform(low=-3, high=3, size=(test_obs, 10))
182 z = random.uniform(low=-3, high=3, size=(test_obs, 10)).astype(dtype)
195 z = random.uniform(low=-3, high=3, size=(test_obs, 10)).astype(dtype)
  /frameworks/base/core/tests/coretests/BinderProxyCountingTestService/src/com/android/frameworks/coretests/binderproxycountingtestservice/
BpcTestServiceCmdService.java 58 public void setBinderProxyWatermarks(int high, int low) {
59 BinderInternal.nSetBinderProxyCountWatermarks(high, low);
  /frameworks/base/libs/hwui/
SpotShadow.h 53 static void quicksortCirc(Vector2* points, int low, int high, const Vector2& center);
54 static void quicksortX(Vector2* points, int low, int high);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
MD5.h 72 uint64_t high() const { function in struct:llvm::MD5::MD5Result
78 return std::make_pair(high(), low());

Completed in 865 milliseconds

<<11121314151617181920>>