Searched refs:low (Results 51 - 75 of 553) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/builtins/
H A Dashrdi3.c34 result.s.low = input.s.high >> (b - bits_in_word);
41 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b);
H A Dashrti3.c34 result.s.low = input.s.high >> (b - bits_in_dword);
41 result.s.low = (input.s.high << (bits_in_dword - b)) | (input.s.low >> b);
H A Dfixdfdi.c39 r.s.low = fb.u.s.low;
H A Dfixunsdfdi.c41 r.s.low = fb.u.s.low;
H A Dfloatdixf.c40 fb.u.high.s.low = ((su_int)s & 0x00008000) | /* sign */
42 fb.u.low.all = a << clz; /* mantissa */
H A Dclzdi2.c27 return __builtin_clz((x.s.high & ~f) | (x.s.low & f)) +
H A Dclzti2.c29 return __builtin_clzll((x.s.high & ~f) | (x.s.low & f)) +
H A Dfloatdidf.c38 union { int64_t x; double d; } low = { .d = twop52 }; local
41 low.x |= a & INT64_C(0x00000000ffffffff);
43 const double result = (high - twop52) + low.d;
104 fb.u.low = (su_int)a; /* mantissa-low */
H A Dfloatundidf.c40 union { uint64_t x; double d; } low = { .d = twop52 }; local
43 low.x |= a & UINT64_C(0x00000000ffffffff);
45 const double result = (high.d - twop84_plus_twop52) + low.d;
103 fb.u.low = (su_int)a; /* mantissa-low */
/external/lldb/include/lldb/Utility/
H A DRange.h28 Range (ValueType low = 0,
47 SetLow (ValueType low) argument
49 m_low = low;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_common.h55 static INLINE int clamp(int value, int low, int high) { argument
56 return value < low ? low : (value > high ? high : value);
59 static INLINE double fclamp(double value, double low, double high) { argument
60 return value < low ? low : (value > high ? high : value);
/external/libvpx/libvpx/vp9/common/
H A Dvp9_common.h55 static INLINE int clamp(int value, int low, int high) { argument
56 return value < low ? low : (value > high ? high : value);
59 static INLINE double fclamp(double value, double low, double high) { argument
60 return value < low ? low : (value > high ? high : value);
/external/clang/lib/Lex/
H A DPPConditionalDirectiveRecord.cpp30 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
32 if (low == CondDirectiveLocs.end())
35 if (SourceMgr.isBeforeInTranslationUnit(Range.getEnd(), low->getLoc()))
39 upp = std::upper_bound(low, CondDirectiveLocs.end(),
45 return low->getRegionLoc() != uppRegion;
60 low = std::lower_bound(CondDirectiveLocs.begin(), CondDirectiveLocs.end(),
62 assert(low != CondDirectiveLocs.end());
63 return low->getRegionLoc();
/external/e2fsprogs/e2fsck/
H A Ddx_dirinfo.c83 int low, high, mid; local
85 low = 0;
89 if (ino == ctx->dx_dir_info[low].ino)
90 return &ctx->dx_dir_info[low];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
103 low = mid;
/external/chromium_org/crypto/
H A Dghash.cc22 // value one is represented by {low = 2**63, high = 0} and doubling a value
60 product_table_[0].low = 0;
75 y_.low = 0;
117 y_.low ^= additional_bytes_*8;
128 Put64(result, y_.low);
140 FieldElement z = {x.low^y.low, x.hi^y.hi};
151 xx.hi |= x.low << 63;
152 xx.low = x.low >>
[all...]
/external/srec/srec/clib/
H A Dvoc_read.c167 const char* low; local
177 low = voc->first_entry;
181 middle = low + ((high - low) >> 1) - 1;
189 if (low == high) return 0;
199 if (diff > 0) low = middle;
204 low = middle;
205 while (voc->first_entry < low) {
207 for (lo = low - 2; *lo != '\n'; lo--) ;
210 low
[all...]
/external/clang/test/CodeGen/
H A D2002-09-18-UnionProblem.c5 char high, low; member in struct:DWstruct
H A D2005-09-24-BitFieldCrash.c8 unsigned long long low; member in struct:tree_int_cst::tree_int_cst_lowhi
/external/compiler-rt/test/builtins/Unit/
H A Ddivti3_test.c38 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);
H A Dmodti3_test.c38 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);
H A Dsubvti3_test.c42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
43 expectedt.s.high, expectedt.s.low);
H A Dudivti3_test.c38 at.s.high, at.s.low, bt.s.high, bt.s.low, qt.s.high, qt.s.low,
39 expected_qt.s.high, expected_qt.s.low);
H A Dumodti3_test.c38 at.s.high, at.s.low, bt.s.high, bt.s.low, rt.s.high, rt.s.low,
39 expected_rt.s.high, expected_rt.s.low);
/external/smack/src/org/xbill/DNS/utils/
H A Dbase16.java33 byte low = (byte) (value & 0xF);
35 os.write(Base16.charAt(low));
63 byte low = (byte) Base16.indexOf(Character.toUpperCase((char)in[i+1]));
65 ds.writeByte((high << 4) + low);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java35 * 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) { argument
134 return m_encoding.isInEncoding(high, low);
174 * Returns true if the high/low surrogat
177 isInEncoding(char high, char low) argument
234 isInEncoding(char high, char low) argument
464 inEncoding(char high, char low, String encoding) argument
[all...]

Completed in 396 milliseconds

1234567891011>>