/device/htc/flounder/ |
enctune.conf | 24 QualityLevel high 38 QualityLevel high 54 QualityLevel high
|
/external/chromium-trace/catapult/experimental/heatmap/ |
math.js | 1 function constrain(value, low, high) { 4 if (value > high) 5 return high;
|
/external/compiler-rt/lib/builtins/ |
multi3.c | 33 r.s.high = t >> bits_in_dword_2; 38 r.s.high += t >> bits_in_dword_2; 39 r.s.high += (a >> bits_in_dword_2) * (b >> bits_in_dword_2); 54 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high;
|
muldi3.c | 31 r.s.high = t >> bits_in_word_2; 36 r.s.high += t >> bits_in_word_2; 37 r.s.high += (a >> bits_in_word_2) * (b >> bits_in_word_2); 54 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high;
|
fixxfdi.c | 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 42 di_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
|
fixxfti.c | 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 40 ti_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
|
ctzdi2.c | 27 return __builtin_ctz((x.s.high & f) | (x.s.low & ~f)) +
|
ctzti2.c | 29 return __builtin_ctzll((x.s.high & f) | (x.s.low & ~f)) +
|
/external/valgrind/memcheck/tests/s390x/ |
cds.c | 5 uint64_t high; member in struct:__anon25722 35 val.high = 0; 49 op3.high = op3.low = 0xdeadbeefdeadbabeull; 58 op1.high = op1.low = 42; 60 op3.high = op3.low = 0xdeadbeefdeadbabeull; 69 op1.high = op1.low = 42;
|
cdsg.c | 5 uint64_t high; member in struct:__anon25723 37 op2.high = op2.low = 42; 38 op3.high = op3.low = 0xdeadbeefdeadbabeull; 46 op1.high = op1.low = 42; 48 op3.high = op3.low = 0xdeadbeefdeadbabeull; 56 op1.high = op1.low = 42;
|
/external/webrtc/webrtc/base/ |
random.cc | 36 uint32_t Random::Rand(uint32_t low, uint32_t high) { 37 RTC_DCHECK(low <= high); 38 return Rand(high - low) + low; 41 int32_t Random::Rand(int32_t low, int32_t high) { 42 RTC_DCHECK(low <= high); 45 // high - low might be negative as an int, it is the correct difference 47 return Rand(high - low) + low;
|
/libcore/luni/src/test/java/libcore/java/lang/ |
StringBufferTest.java | 34 char high = '\uD83D', low = '\uDE02'; local 35 StringBuffer surrogateCP = new StringBuffer().append(new char[]{high, low, low}); 36 assertTrue(Arrays.equals(new int[]{high, low, low}, surrogateCP.chars().toArray())); 48 char high = '\uD83D', low = '\uDE02'; local 49 StringBuffer surrogateCP = new StringBuffer().append(new char[]{high, low, low, '0'}); 50 assertEquals(Character.toCodePoint(high, low), surrogateCP.codePoints().toArray()[0]);
|
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/ |
ArraySelection.java | 26 int high = array.indexOf(item, false); local 27 if (low > high) { 29 low = high; 30 high = temp; 34 for (; low <= high; low++)
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_cbrtf.c | 37 u_int32_t high; local 50 GET_FLOAT_WORD(high,t); 51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
vle-reloc-2.s | 11 e_or2i 2, high@h 18 e_and2i. 2, high@h 25 e_or2is 2, high@h 32 e_lis 2, high@h 39 e_and2is. 2, high@h 46 e_cmp16i 2, high@h 53 e_cmpl16i 2, high@h 60 e_cmph16i 2, high@h 67 e_cmphl16i 2, high@h 74 e_add2i. 2, high@ [all...] |
/art/runtime/interpreter/mterp/mips/ |
op_const_wide.S | 4 FETCH(a2, 3) # a2 <- hhhh (high middle) 7 FETCH(a3, 4) # a3 <- HHHH (high) 10 or a1, a3, a2 # a1 <- HHHHhhhh (high word)
|
/external/chromium-trace/catapult/telemetry/telemetry/value/ |
histogram.py | 13 def __init__(self, low, high, count=0): 15 self.high = high 21 'high': self.high, 28 '"high": %i' % self.high, 48 high=bucket['high'],
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_common.h | 55 static INLINE int clamp(int value, int low, int high) { 56 return value < low ? low : (value > high ? high : value); 59 static INLINE double fclamp(double value, double low, double high) { 60 return value < low ? low : (value > high ? high : value);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
vle-reloc.s | 13 e_or2i 2, high@h 20 e_and2i. 2, high@h 28 e_or2is 2, high@h 35 e_lis 2, high@h 42 e_and2is. 2, high@h 49 e_cmp16i 2, high@h 56 e_cmpl16i 2, high@h 63 e_cmph16i 2, high@h 70 e_cmphl16i 2, high@h 77 e_add2i. 2, high@ [all...] |
/external/e2fsprogs/e2fsck/ |
dx_dirinfo.c | 83 int low, high, mid; local 86 high = ctx->dx_dir_info_count-1; 91 if (ino == ctx->dx_dir_info[high].ino) 92 return &ctx->dx_dir_info[high]; 94 while (low < high) { 95 mid = (low+high)/2; 96 if (mid == low || mid == high) 101 high = mid;
|
/external/iproute2/tipc/ |
misc.c | 18 #define IN_RANGE(val, low, high) ((val) <= (high) && (val) >= (low))
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/ |
btAngularLimit.java | 66 public void set(float low, float high, float _softness, float _biasFactor, float _relaxationFactor) { 67 DynamicsJNI.btAngularLimit_set__SWIG_0(swigCPtr, this, low, high, _softness, _biasFactor, _relaxationFactor); 70 public void set(float low, float high, float _softness, float _biasFactor) { 71 DynamicsJNI.btAngularLimit_set__SWIG_1(swigCPtr, this, low, high, _softness, _biasFactor); 74 public void set(float low, float high, float _softness) { 75 DynamicsJNI.btAngularLimit_set__SWIG_2(swigCPtr, this, low, high, _softness); 78 public void set(float low, float high) { 79 DynamicsJNI.btAngularLimit_set__SWIG_3(swigCPtr, this, low, high);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
EncodingInfo.java | 32 * which can be called if the character is not the high one in 35 * isInEncoding(char high, char low); 37 * which can be called if the two characters from a high/low surrogate pair. 118 * character formed by the high/low pair is in the encoding. 119 * @param high a char that the a high char of a high/low surrogate pair. 120 * @param low a char that is the low char of a high/low surrogate pair. 125 public boolean isInEncoding(char high, char low) { 134 return m_encoding.isInEncoding(high, low); [all...] |
/external/bison/src/ |
tables.h | 54 YYLAST ( = high) the number of the last element of YYTABLE, i.e., 136 extern int high;
|
/external/clang/test/CodeGen/ |
2005-09-24-BitFieldCrash.c | 9 long long high; member in struct:tree_int_cst::tree_int_cst_lowhi
|