HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 51 - 75 of 661) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/eigen/test/
nullary.cpp 43 Scalar high = internal::random<Scalar>(-500,500); local
44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500));
45 if (low>high) std::swap(low,high);
47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1));
51 m.setLinSpaced(size,low,high);
60 m = VectorType::LinSpaced(size,low,high);
67 //VERIFY( m(m.size()-1) == high );
71 m = VectorType::LinSpaced(Sequential,size,low,high);
75 //VERIFY( m(m.size()-1) == high );
    [all...]
  /external/oprofile/module/x86/
op_model_athlon.c 52 uint low, high; local
57 CTRL_READ(low, high, msrs, i);
59 CTRL_WRITE(low, high, msrs, i);
72 CTRL_READ(low, high, msrs, i);
79 CTRL_WRITE(low, high, msrs, i);
89 uint low, high; local
93 CTR_READ(low, high, msrs, i);
105 uint low, high; local
109 CTRL_READ(low, high, msrs, i);
111 CTRL_WRITE(low, high, msrs, i)
119 uint low, high; local
    [all...]
op_model_ppro.c 48 uint low, high; local
53 CTRL_READ(low, high, msrs, i);
55 CTRL_WRITE(low, high, msrs, i);
68 CTRL_READ(low, high, msrs, i);
75 CTRL_WRITE(low, high, msrs, i);
85 ulong low, high; local
88 CTR_READ(low, high, msrs, i);
99 uint low, high; local
100 CTRL_READ(low, high, msrs, 0);
102 CTRL_WRITE(low, high, msrs, 0)
108 uint low, high; local
    [all...]
  /frameworks/volley/tests/src/com/android/volley/
RequestTest.java 38 TestRequest high = new TestRequest(Priority.HIGH); local
39 high.setSequence(sequence++);
44 assertTrue(low.compareTo(high) > 0);
45 assertTrue(high.compareTo(low) < 0);
48 assertTrue(immediate.compareTo(high) < 0);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 57 HOST_WIDE_INT high; member in struct:__anon22644
73 r.high = cst < 0 ? -1 : 0;
95 r.high = 0;
126 return cst.high == 0;
164 a.high = ~a.high;
174 a.high |= b.high;
184 a.high &= b.high;
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 57 HOST_WIDE_INT high; member in struct:__anon23373
73 r.high = cst < 0 ? -1 : 0;
95 r.high = 0;
126 return cst.high == 0;
164 a.high = ~a.high;
174 a.high |= b.high;
184 a.high &= b.high;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 57 HOST_WIDE_INT high; member in struct:__anon24204
73 r.high = cst < 0 ? -1 : 0;
95 r.high = 0;
126 return cst.high == 0;
164 a.high = ~a.high;
174 a.high |= b.high;
184 a.high &= b.high;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 57 HOST_WIDE_INT high; member in struct:__anon24933
73 r.high = cst < 0 ? -1 : 0;
95 r.high = 0;
126 return cst.high == 0;
164 a.high = ~a.high;
174 a.high |= b.high;
184 a.high &= b.high;
    [all...]
  /external/qemu/fpu/
softfloat-specialize.h 55 uint64_t high, low; member in struct:__anon13564
123 z.high = ((uint64_t) float16_val(a))<<54;
134 uint16_t mantissa = a.high>>54;
214 z.high = ( (uint64_t) float32_val(a) )<<41;
225 uint32_t mantissa = a.high>>41;
233 ( ( (uint32_t) a.sign )<<31 ) | 0x7F800000 | ( a.high>>41 ) );
460 z.high = float64_val(a)<<12;
471 uint64_t mantissa = a.high>>12;
481 | ( a.high>>12 ));
541 ( ( a.high & 0x7FFF ) == 0x7FFF
    [all...]
  /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));
  /dalvik/vm/mterp/armv5te/
OP_CONST_WIDE.S 5 FETCH(r2, 3) @ r2<- hhhh (high middle)
7 FETCH(r3, 4) @ r3<- HHHH (high)
9 orr r1, r2, r3, lsl #16 @ r1<- HHHHhhhh (high word)
  /dalvik/vm/mterp/mips/
OP_CONST_WIDE.S 5 FETCH(a2, 3) # a2 <- hhhh (high middle)
8 FETCH(a3, 4) # a3 <- HHHH (high)
11 or a1, a3, a2 # a1 <- HHHHhhhh (high word)
  /external/compiler-rt/lib/
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;
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)) +
floatundidf.c 40 union { uint64_t x; double d; } high = { .d = twop84 }; local
43 high.x |= a >> 32;
46 const double result = (high.d - twop84_plus_twop52) + low.d;
102 fb.u.high = ((e + 1023) << 20) | /* exponent */
103 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
floatundixf.c 37 fb.u.high.s.low = (e + 16383); /* exponent */
paritydi2.c 26 return __paritysi2(x.s.high ^ x.s.low);
parityti2.c 28 return __paritydi2(x.s.high ^ x.s.low);
  /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;
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 106 static inline int4 clamp(int4 amount, int low, int high) {
108 r.x = amount.x < low ? low : (amount.x > high ? high : amount.x);
109 r.y = amount.y < low ? low : (amount.y > high ? high : amount.y);
110 r.z = amount.z < low ? low : (amount.z > high ? high : amount.z);
111 r.w = amount.w < low ? low : (amount.w > high ? high : amount.w);
115 static inline float4 clamp(float4 amount, float low, float high) {
    [all...]
  /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
  /external/compiler-rt/test/Unit/
divti3_test.c 38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
39 expectedt.s.high, expectedt.s.low);

Completed in 958 milliseconds

1 23 4 5 6 7 8 91011>>