Searched refs:high (Results 226 - 250 of 531) sorted by relevance

1234567891011>>

/external/chromium_org/v8/src/
H A Dfast-dtoa.cc329 // * low, w and high are correct up to 1 ulp (unit in the last place). That
331 // * low.e() == w.e() == high.e()
332 // * low < w < high, and taking into account their error: low~ <= high~
339 // correct values of low and high (without their error).
359 // represent 'w' we can stop. Everything inside the interval low - high
360 // represents w. However we have to pay attention to low, high and w's
364 DiyFp high,
368 DCHECK(low.e() == w.e() && w.e() == high.e());
369 DCHECK(low.f() + 1 <= high
362 DigitGen(DiyFp low, DiyFp w, DiyFp high, Vector<char> buffer, int* length, int* kappa) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duset.cpp329 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
439 uint16_t high=(uint16_t)(c>>16), low=(uint16_t)c; local
443 if (high < array[base] || (high==array[base] && low<array[base+1])) {
445 } else if (high < array[base+hi] || (high==array[base+hi] && low<array[base+hi+1])) {
451 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) {
/external/icu/icu4c/source/common/
H A Duset.cpp329 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
439 uint16_t high=(uint16_t)(c>>16), low=(uint16_t)c; local
443 if (high < array[base] || (high==array[base] && low<array[base+1])) {
445 } else if (high < array[base+hi] || (high==array[base+hi] && low<array[base+hi+1])) {
451 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) {
/external/chromium_org/third_party/speex/libspeex/
H A Dsb_celp.c233 st->high=(spx_word16_t*)speex_alloc((st->windowSize-st->frame_size)*sizeof(spx_word16_t));
284 speex_free(st->high);
315 spx_word16_t *high; local
335 high = in+st->frame_size;
339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
345 /*FIXME: Are the two signals (low, high) in sync? */
347 e_high = compute_rms16(high, st->frame_size);
356 high = high - (st->windowSize-st->frame_size);
357 SPEEX_COPY(high, s
[all...]
/external/speex/libspeex/
H A Dsb_celp.c233 st->high=(spx_word16_t*)speex_alloc((st->windowSize-st->frame_size)*sizeof(spx_word16_t));
284 speex_free(st->high);
315 spx_word16_t *high; local
335 high = in+st->frame_size;
339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
345 /*FIXME: Are the two signals (low, high) in sync? */
347 e_high = compute_rms16(high, st->frame_size);
356 high = high - (st->windowSize-st->frame_size);
357 SPEEX_COPY(high, s
[all...]
/external/chromium_org/chrome/installer/test/
H A Dalternate_version_generator.cc107 static ChromeVersion FromHighLow(DWORD high, DWORD low) { argument
108 return ChromeVersion(static_cast<ULONGLONG>(high) << 32 |
127 DWORD high() const { return static_cast<DWORD>(version_ >> 32); } function in class:__anon5736::ChromeVersion
335 DWORD high; member in struct:__anon5736::VersionPair
339 ctx.current_version.high(), ctx.current_version.low()
342 ctx.new_version.high(), ctx.new_version.low()
/external/eigen/Eigen/src/Core/
H A DDenseBase.h123 * might have. If this expression might have an arbitrarily high number of rows,
134 * might have. If this expression might have an arbitrarily high number of columns,
146 * might have. If this expression might have an arbitrarily high number of coefficients,
303 LinSpaced(Sequential_t, Index size, const Scalar& low, const Scalar& high);
305 LinSpaced(Index size, const Scalar& low, const Scalar& high);
307 LinSpaced(Sequential_t, const Scalar& low, const Scalar& high);
309 LinSpaced(const Scalar& low, const Scalar& high);
330 Derived& setLinSpaced(Index size, const Scalar& low, const Scalar& high);
331 Derived& setLinSpaced(const Scalar& low, const Scalar& high);
/external/openssl/crypto/bn/
H A Dbn_lib.c92 void BN_set_params(int mult, int high, int low, int mont) argument
101 if (high >= 0)
103 if (high > (int)(sizeof(int)*8)-1)
104 high=sizeof(int)*8-1;
105 bn_limit_bits_high=high;
106 bn_limit_num_high=1<<high;
/external/chromium_org/content/browser/android/
H A Dedge_effect.cc61 T Clamp(T value, T low, T high) { argument
62 return value < low ? low : (value > high ? high : value);
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3gthr.c369 cText.seq_num.high = 0; cText.seq_num.low = 0;
371 cText.seq_num.high <<= 8; cText.seq_num.low <<= 8;
372 cText.seq_num.high |= ss->gs.hdr[3 + i];
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsnmfmt.cpp149 double high = (DBL_MAX/smallerThanMax)/10.0; local
150 double low = -high;
153 } while (low > it || it > high);
/external/icu/icu4c/source/test/intltest/
H A Dtsnmfmt.cpp149 double high = (DBL_MAX/smallerThanMax)/10.0; local
150 double low = -high;
153 } while (low > it || it > high);
/external/checkpolicy/
H A Dpolicy_scan.l236 low-high |
238 high |
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc312 int high = first - kHexDigits; local
313 DCHECK(high >= 0 && high < kHexBase);
324 char decoded = static_cast<char>(high * kHexBase + low);
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/
H A Dx86_64-gcc.c71 register BN_ULONG high, low; \
72 asm("mulq %3" : "=a"(low), "=d"(high) : "a"(word), "m"(a) : "cc"); \
74 : "+r"(carry), "+d"(high) \
78 : "+m"(r), "+d"(high) \
81 carry = high; \
86 register BN_ULONG high, low; \
87 asm("mulq %3" : "=a"(low), "=d"(high) : "a"(word), "g"(a) : "cc"); \
89 : "+r"(carry), "+d"(high) \
92 (r) = carry, carry = high; \
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dtuple.pxd44 tuple PyTuple_GetSlice(object p, Py_ssize_t low, Py_ssize_t high)
46 # Take a slice of the tuple pointed to by p from low to high and return it as a new tuple.
/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.c92 int i, j, lin, low, high, nBark, offset=0; local
114 high = nBark-lin;
115 *nbEBands = low+high;
127 for (i=0;i<high;i++)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters_neon.S33 vmov.i32 d0[0], r4 @ d0: 00000033 (low), 00000000 (high)
71 vorr d27, d26 @ Duplicate the high word with its low one.
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dintnum.h270 * \param high high end of range (inclusive)
274 int yasm_intnum_in_range(const yasm_intnum *intn, long low, long high);
/external/compiler-rt/test/builtins/Unit/
H A Dfloattisf_test.c37 at.s.high, at.s.low, x, expected);
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java857 //final int high = getI4 (code, scan + 8);
859 final int high = (code [++ scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (0xFF & code [++ scan]);
861 final int [] targets = new int [high - low + 2];
864 for (int index = low; index <= high; ++ index)
873 branches.put (ip, new TABLESWITCH (low, high, targets));
1731 TABLESWITCH (final int low, final int high, final int [] targets /* first one is default */) argument
1735 m_high = high;
1755 // low, high:
1762 final int high = m_high;
1763 out.write4 (high >>> 2
[all...]
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dsetup.h90 __u32 high; member in struct:tag_serialnr
/external/libopus/celt/
H A Dmodes.c92 int i, j, lin, low, high, nBark, offset=0; local
114 high = nBark-lin;
115 *nbEBands = low+high;
127 for (i=0;i<high;i++)
/external/libsepol/include/sepol/policydb/
H A Dmls_types.h45 mls_level_t level[2]; /* low == level[0], high == level[1] */
131 uint32_t high; /* last bit represented - equals low for a single cat */ member in struct:mls_semantic_cat
/external/opencv/cv/src/
H A Dcvthresh.cpp209 double low = 0, high = 0, delta = 0; local
226 high = hist->thresh[0][1];
231 high = count;
234 delta = (high-low)/count;

Completed in 1318 milliseconds

1234567891011>>