Searched refs:low (Results 176 - 200 of 553) sorted by relevance

1234567891011>>

/external/compiler-rt/test/builtins/Unit/
H A Dashlti3_test.c40 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
41 expectedt.s.high, expectedt.s.low);
H A Dashrti3_test.c38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
39 expectedt.s.high, expectedt.s.low);
H A Dlshrti3_test.c38 at.s.high, at.s.low, b, xt.s.high, xt.s.low,
39 expectedt.s.high, expectedt.s.low);
H A Dfixxfti_test.c40 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
/external/eigen/Eigen/src/Core/
H A DCwiseNullaryOp.h226 * The function generates 'size' equally spaced values in the closed interval [low,high].
242 DenseBase<Derived>::LinSpaced(Sequential_t, Index size, const Scalar& low, const Scalar& high) argument
245 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,false>(low,high,size));
254 DenseBase<Derived>::LinSpaced(Sequential_t, const Scalar& low, const Scalar& high) argument
258 return DenseBase<Derived>::NullaryExpr(Derived::SizeAtCompileTime, internal::linspaced_op<Scalar,false>(low,high,Derived::SizeAtCompileTime));
264 * The function generates 'size' equally spaced values in the closed interval [low,high].
276 DenseBase<Derived>::LinSpaced(Index size, const Scalar& low, const Scalar& high) argument
279 return DenseBase<Derived>::NullaryExpr(size, internal::linspaced_op<Scalar,true>(low,high,size));
288 DenseBase<Derived>::LinSpaced(const Scalar& low, const Scalar& high) argument
292 return DenseBase<Derived>::NullaryExpr(Derived::SizeAtCompileTime, internal::linspaced_op<Scalar,true>(low,hig
387 setLinSpaced(Index newSize, const Scalar& low, const Scalar& high) argument
404 setLinSpaced(const Scalar& low, const Scalar& high) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-time-to-tsc.c32 unsigned int low, high; local
34 asm volatile("rdtsc" : "=a" (low), "=d" (high));
36 return low | ((u64)high) << 32;
/external/ltrace/
H A Dlens_default.c661 out_bits(FILE *stream, size_t low, size_t high) argument
663 if (low == high)
664 return fprintf(stream, "%zd", low);
666 return fprintf(stream, "%zd-%zd", low, high);
729 ssize_t low = -1; local
735 if (low < 0) {
737 if (low == -2
740 low = bitno;
743 if (account_output(&o, out_bits(stream, low,
746 low
[all...]
/external/qemu/include/fpu/
H A Dsoftfloat.h125 uint64_t low; member in struct:__anon29704
129 #define make_floatx80_init(exp, mant) { .low = mant, .high = exp }
132 uint64_t high, low; member in struct:__anon29705
134 uint64_t low, high;
137 #define make_float128(high_, low_) ((float128) { .high = high_, .low = low_ })
138 #define make_float128_init(high_, low_) { .high = high_, .low = low_ }
529 return (a.high & 0x7fff) == 0x7fff && a.low == 0x8000000000000000LL;
539 return (a.high & 0x7fff) == 0 && a.low == 0;
549 return ((a.high & 0x7fff) == 0x7fff) && (a.low<<1);
614 return (a.high & 0x7fffffffffffffffLL) == 0x7fff000000000000LL && a.low
[all...]
/external/e2fsprogs/e2fsck/
H A Dea_refcount.c157 int low, high, mid; local
162 low = 0;
182 while (low <= high) {
183 mid = (low+high)/2;
191 low = mid+1;
195 * low (where high will be left at low-1).
203 return insert_refcount_el(refcount, blk, low);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dchvalid.h31 unsigned short low; member in struct:_xmlChSRange
38 unsigned int low; member in struct:_xmlChLRange
/external/chromium_org/third_party/opus/src/celt/
H A Dmodes.c92 int i, j, lin, low, high, nBark, offset=0; local
113 low = (bark_freq[lin]+res/2)/res;
115 *nbEBands = low+high;
122 for (i=0;i<low;i++)
124 if (low>0)
125 offset = eBands[low-1]*res - bark_freq[lin-1];
131 eBands[i+low] = (target+offset/2+res)/(2*res)*2;
132 offset = eBands[i+low]*res - target;
/external/elfutils/0.153/config/
H A Dknown-dwarf.awk39 if (elt ~ /(lo|low)_user$/) {
/external/kernel-headers/original/uapi/linux/
H A Dultrasound.h44 * _GUS_RAMPRANGE - Sets limits for volume ramping (P1=low volume, P2=high volume)
94 #define GUS_RAMPRANGE(chn, voice, low, high) _GUS_CMD(chn, voice, _GUS_RAMPRANGE, (low), (high))
/external/libopus/celt/
H A Dmodes.c92 int i, j, lin, low, high, nBark, offset=0; local
113 low = (bark_freq[lin]+res/2)/res;
115 *nbEBands = low+high;
122 for (i=0;i<low;i++)
124 if (low>0)
125 offset = eBands[low-1]*res - bark_freq[lin-1];
131 eBands[i+low] = (target+offset/2+res)/(2*res)*2;
132 offset = eBands[i+low]*res - target;
/external/libxml2/include/libxml/
H A Dchvalid.h31 unsigned short low; member in struct:_xmlChSRange
38 unsigned int low; member in struct:_xmlChLRange
/external/qemu/include/exec/
H A Dcpu-defs.h125 uint16_t low; member in struct:icount_decr_u16
129 uint16_t low; member in struct:icount_decr_u16
/external/chromium_org/content/browser/loader/
H A Dresource_scheduler_unittest.cc294 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST));
295 scoped_ptr<TestRequest> low2(NewRequest("http://host/low", net::LOWEST));
297 EXPECT_TRUE(low->started());
305 scoped_ptr<TestRequest> low(NewRequest("http://host/low", net::LOWEST));
306 scoped_ptr<TestRequest> low2(NewRequest("http://host/low", net::LOWEST));
308 EXPECT_TRUE(low->started());
317 scoped_ptr<TestRequest> low(NewRequest("http://host/low", ne
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dchvalid.c169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
[all...]
/external/libxml2/
H A Dchvalid.c169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
[all...]
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3lexer.h158 ANTLR3_BOOLEAN (*matchRange) (struct ANTLR3_LEXER_struct * lexer, ANTLR3_UCHAR low, ANTLR3_UCHAR high);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODIntervalTree.h100 // interval. The returned intervals are sorted by increasing low
110 // interval. The returned intervals are sorted by increasing low
116 IntervalSearchAdapterType adapter(result, interval.low(), interval.high());
129 static IntervalType createInterval(const T& low, const T& high, const UserData data = 0) argument
131 return IntervalType(low, high, data);
156 // increasing low endpoint.
180 if (!(adapter.highValue() < node->data().low()))
/external/chromium_org/third_party/boringssl/src/crypto/bn/
H A Dinternal.h252 # define BN_UMULT_LOHI(low,high,a,b) \
254 : "=a"(low),"=d"(high) \
264 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
/external/chromium_org/third_party/libsrtp/srtp/crypto/include/
H A Dintegers.h105 extern uint64_t make64(uint32_t high, uint32_t low);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprinit.h191 NSPR_API(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high);
/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_matrixProcs_neon.cpp22 static inline int16x8_t sbpsm_clamp_tile8(int32x4_t low, int32x4_t high, unsigned max) { argument
26 res = vuzpq_s16(vreinterpretq_s16_s32(low), vreinterpretq_s16_s32(high)).val[1];
64 static inline int16x8_t sbpsm_repeat_tile8(int32x4_t low, int32x4_t high, unsigned max) { argument
69 res = vuzpq_u16(vreinterpretq_u16_s32(low), vreinterpretq_u16_s32(high)).val[0];

Completed in 592 milliseconds

1234567891011>>