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

<<21222324252627282930>>

  /prebuilts/go/darwin-x86/src/runtime/testdata/testprog/
gc.go 80 // Make sure user code can't exploit the GC's high priority
  /prebuilts/go/darwin-x86/test/
torture.go 7 // Various tests for expressions with high complexity.
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32.go 33 // The low 16 bits are s1, the high 16 bits are s2.
  /prebuilts/go/linux-x86/src/math/big/
rat.go 99 // - the high-order 1 is omitted in "normal" representation;
113 // high-order bit of r.
197 // - the high-order 1 is omitted in "normal" representation;
211 // high-order bit of r.
sqrt.go 70 // high precisions.
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 90 var high int
92 high = len(samples) - 1
94 high = (i + 1) * chunk
96 checkSampleDistribution(t, samples[low:high], expected)
  /prebuilts/go/linux-x86/src/runtime/testdata/testprog/
gc.go 80 // Make sure user code can't exploit the GC's high priority
  /prebuilts/go/linux-x86/test/
torture.go 7 // Various tests for expressions with high complexity.
  /toolchain/binutils/binutils-2.27/gas/config/
atof-ieee.c 183 generic_floating_point_number.high = NULL;
230 generic_floating_point_number.high
441 /* Word 1. Sign, exponent and perhaps high bits. */
  /toolchain/binutils/binutils-2.27/include/
longlong.h 824 __a.s.low = (al); __a.s.high = (ah); \
825 __b.s.low = (bl); __b.s.high = (bh); \
827 (sl) = __s.s.low; (sh) = __s.s.high; \
832 __a.s.low = (al); __a.s.high = (ah); \
833 __b.s.low = (bl); __b.s.high = (bh); \
835 (sl) = __s.s.low; (sh) = __s.s.high; \
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c 990 loctset->dic_freq.high, COMP_DIC_FREQ_DIV);
1040 loctset->dic_freq.high, COMP_DIC_FREQ_DIV);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regexec.c 3595 UChar *sch_range, *low, *high, *low_prev; local
3663 UChar *low, *high, *adjrange, *sch_start; local
    [all...]
  /build/soong/java/
androidmk.go 199 // Reverse the order, Soong stores rroDirs in aapt2 order (low to high priority), but Make
200 // expects it in LOCAL_RESOURCE_DIRS order (high to low priority).
  /compatibility/cdd/5_multimedia/
5_10_professional-audio.md 22 using [SimpleSynth](https://github.com/googlesamples/android-audio-high-performance/tree/master/SimpleSynth)
23 commit [1bd6391](https://github.com/googlesamples/android-audio-high-performance/commit/1bd6391f8ba9512f9f8798e979bc55b899f856d1).
  /compatibility/cdd/7_hardware-compatibility/
7_9_virtual-reality.md 4 applications including high quality mobile VR experiences. Device
15 ### 7.9.2\. Virtual Reality High Performance
17 If device implementations identify the support of high performance VR
  /cts/apps/CameraITS/tests/scene1/
test_reprocess_noise_reduction.py 33 Capture reprocessed images with the camera dimly lit. Uses a high analog
36 Captures three reprocessed images, for NR off, "fast", and "high quality".
  /external/chromium-trace/catapult/devil/devil/android/
battery_utils.py 480 'high. Cannot discharge phone %s percent.', percent)
  /external/compiler-rt/test/builtins/Unit/
floattixf_test.c 38 at.s.high, at.s.low, x, expected);
floatuntixf_test.c 38 at.s.high, at.s.low, x, expected);
  /external/gptfdisk/
gpt.h 163 int GetPartRange(uint32_t* low, uint32_t* high);
  /external/icu/icu4c/source/common/
locmap.cpp 1260 uint32_t high = gLocaleCount; local
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/lexer/
Lexer.java 113 int high = tmp1.length - 1; local
115 while(low <= high)
117 int middle = (low + high) / 2;
122 high = middle - 1;
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
battery_utils.py 436 'high. Cannot discharge phone %s percent.', percent)
  /external/libnl/include/linux-private/linux/
if_link.h 313 __be16 high; member in struct:ifla_vxlan_port_range
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_nir_lower_blend.c 75 nir_ssa_def *high = nir_fpow(b, local
82 return nir_bcsel(b, is_low, low, high);
90 nir_ssa_def *high = nir_fsub(b, local
98 return nir_bcsel(b, is_low, low, high);

Completed in 4054 milliseconds

<<21222324252627282930>>