Searched refs:lo (Results 26 - 50 of 631) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkBitmapProcState_filter.h31 uint32_t lo = (a00 & mask) * scale; local
35 lo += (a01 & mask) * scale;
39 lo += (a10 & mask) * scale;
42 lo += (a11 & mask) * xy;
45 *dstColor = ((lo >> 8) & mask) | (hi & ~mask);
61 uint32_t lo = (a00 & mask) * scale; local
65 lo += (a01 & mask) * scale;
69 lo += (a10 & mask) * scale;
72 lo += (a11 & mask) * xy;
75 lo
91 uint32_t lo = (color0 & mask) * scale; local
113 uint32_t lo = (color0 & mask) * scale; local
[all...]
H A DSkSRGB.h47 auto lo = (13.0471f * 255.0f) * x; local
52 return (x < 0.0048f).thenElse(lo, hi);
63 auto lo = 12.46f * x; local
68 return (x < 0.0043f).thenElse(lo, hi);
89 auto lo = x * (1/12.92f); local
91 return (x < 0.055f).thenElse(lo, hi);
106 auto lo = x * (u/12.92f); local
107 return (x < (0.055f/u)).thenElse(lo, hi);
/external/pdfium/third_party/libopenjpeg20/
H A Dmct.c232 __m128i lo, hi; local
238 lo = r;
240 lo = _mm_mul_epi32(lo, ry);
242 lo = _mm_add_epi64(lo, mulround);
244 lo = _mm_srli_epi64(lo, 13);
246 y = _mm_blend_epi16(lo, hi, 0xCC);
248 lo
[all...]
/external/libcxx/test/std/containers/sequences/vector/vector.cons/
H A Dmove.pass.cpp26 std::vector<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
28 assert(is_contiguous_container_asan_correct(lo));
32 lo.push_back(i);
35 assert(is_contiguous_container_asan_correct(lo));
37 assert(l2 == lo);
39 assert(l2.get_allocator() == lo.get_allocator());
44 std::vector<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5));
46 assert(is_contiguous_container_asan_correct(lo));
50 lo.push_back(i);
53 assert(is_contiguous_container_asan_correct(lo));
[all...]
/external/libopus/celt/
H A Drate.h56 int lo, hi; local
62 lo = 0;
67 int mid = (lo+hi+1)>>1;
72 lo = mid;
74 if (bits- (lo == 0 ? -1 : (int)cache[lo]) <= (int)cache[hi]-bits)
75 return lo;
/external/regex-re2/util/
H A Dbenchmark.h13 int lo; member in struct:testing::Benchmark
20 Benchmark(const char* name, void (*f)(int, int), int l, int h) { Clear(name); fnr = f; lo = l; hi = h; Register(); }
21 void Clear(const char* n) { name = n; fn = 0; fnr = 0; lo = 0; hi = 0; threadlo = 0; threadhi = 0; }
22 Benchmark* ThreadRange(int lo, int hi) { threadlo = lo; threadhi = hi; return this; } argument
37 #define BENCHMARK_RANGE(f, lo, hi) \
39 (new ::testing::Benchmark(#f, f, lo, hi))
/external/libcxx/test/std/containers/sequences/list/list.cons/
H A Dmove_alloc.pass.cpp25 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
29 lo.push_back(i);
32 assert(l2 == lo);
38 std::list<MoveOnly, test_allocator<MoveOnly> > lo(test_allocator<MoveOnly>(5));
42 lo.push_back(i);
45 assert(l2 == lo);
51 std::list<MoveOnly, other_allocator<MoveOnly> > lo(other_allocator<MoveOnly>(5));
55 lo.push_back(i);
58 assert(l2 == lo);
65 std::list<MoveOnly, min_allocator<MoveOnly> > lo(min_allocato
[all...]
/external/compiler-rt/lib/builtins/arm/
H A Dsync_fetch_and_umin_8.S18 #define umin_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI) MINMAX_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI, lo)
H A Dswitch8.S36 ite lo
H A Dswitchu8.S36 ite lo
/external/dhcpcd-6.8.2/compat/
H A Dstrtoi.c36 intmax_t lo, intmax_t hi, int *rstatus)
61 if (r < lo) {
64 return lo;
76 uintmax_t lo, uintmax_t hi, int *rstatus)
101 if (r < lo) {
104 return lo;
35 strtoi(const char * __restrict nptr, char ** __restrict endptr, int base, intmax_t lo, intmax_t hi, int *rstatus) argument
75 strtou(const char * __restrict nptr, char ** __restrict endptr, int base, uintmax_t lo, uintmax_t hi, int *rstatus) argument
/external/python/cpython2/Modules/
H A D_bisectmodule.c9 internal_bisect_right(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi) argument
14 if (lo < 0) {
15 PyErr_SetString(PyExc_ValueError, "lo must be non-negative");
23 while (lo < hi) {
27 mid = ((size_t)lo + hi) / 2;
38 lo = mid + 1;
40 return lo;
47 Py_ssize_t lo = 0; local
50 static char *keywords[] = {"a", "x", "lo", "hi", NULL};
53 keywords, &list, &item, &lo,
78 Py_ssize_t lo = 0; local
115 internal_bisect_left(PyObject *list, PyObject *item, Py_ssize_t lo, Py_ssize_t hi) argument
153 Py_ssize_t lo = 0; local
183 Py_ssize_t lo = 0; local
[all...]
/external/llvm/test/MC/Mips/
H A Dexpr1.s10 # 32R2-EL: lw $4, %lo(foo)($4) # encoding: [A,A,0x84,0x8c]
11 # 32R2-EL: # fixup A - offset: 0, value: %lo(foo), kind: fixup_Mips_LO16
13 # 32R2-EL: lw $4, %lo(8+foo)($4) # encoding: [A,A,0x84,0x8c]
14 # 32R2-EL: # fixup A - offset: 0, value: %lo(8+foo), kind: fixup_Mips_LO16
15 # 32R2-EL: lw $4, %lo(8+foo)($4) # encoding: [A,A,0x84,0x8c]
16 # 32R2-EL: # fixup A - offset: 0, value: %lo(8+foo), kind: fixup_Mips_LO16
17 # 32R2-EL: lw $4, %lo(8+foo)($4) # encoding: [A,A,0x84,0x8c]
18 # 32R2-EL: # fixup A - offset: 0, value: %lo(8+foo), kind: fixup_Mips_LO16
23 # 32R2-EL: lw $4, %lo(65542)($4) # encoding: [0x06,0x00,0x84,0x8c]
29 # MM-32R2-EL: lw $4, %lo(fo
[all...]
H A Drelocation.s56 addiu $2, $3, %lo(foo) // RELOC: R_MIPS_LO16 foo
57 // ENCBE: addiu $2, $3, %lo(foo) # encoding: [0x24,0x62,A,A]
58 // ENCLE: addiu $2, $3, %lo(foo) # encoding: [A,A,0x62,0x24]
59 // FIXUP: # fixup A - offset: 0, value: %lo(foo), kind: fixup_Mips_LO16
66 addiu $2, $3, %lo(bar) // RELOC: R_MIPS_LO16 .data
67 // ENCBE: addiu $2, $3, %lo(bar) # encoding: [0x24,0x62,A,A]
68 // ENCLE: addiu $2, $3, %lo(bar) # encoding: [A,A,0x62,0x24]
69 // FIXUP: # fixup A - offset: 0, value: %lo(bar), kind: fixup_Mips_LO16
88 // %got requires a %lo pair
89 addiu $2, $2, %lo(fo
[all...]
/external/compiler-rt/lib/builtins/ppc/
H A Dgcc_qdiv.c17 register double x = dst.s.hi, x1 = dst.s.lo,
18 y = src.s.hi, y1 = src.s.lo;
28 dst.s.lo = 0.0;
35 dst.s.lo = 0.0;
51 dst.s.lo = (q - x) + tmp;
H A Dgcc_qmul.c17 register double A = dst.s.hi, a = dst.s.lo,
18 B = src.s.hi, b = src.s.lo;
28 dst.s.lo = 0.0;
35 dst.s.lo = 0.0;
49 dst.s.lo = (ab - tau) + tmp;
H A Dgcc_qadd.c18 register double A = dst.s.hi, a = dst.s.lo,
19 B = src.s.hi, b = src.s.lo;
24 dst.s.lo = 0.0;
34 dst.s.lo = 0.0;
44 dst.s.lo = 0.0;
73 dst.s.lo = (W - Y) + w;
H A Dgcc_qsub.c18 register double A = dst.s.hi, a = dst.s.lo,
19 B = -src.s.hi, b = -src.s.lo;
24 dst.s.lo = 0.0;
34 dst.s.lo = 0.0;
44 dst.s.lo = 0.0;
73 dst.s.lo = (W - Y) + w;
/external/arm-neon-tests/
H A Dref_dsp.c51 int32_t lo, hi; local
316 /* int32_t smlalbb(int32_t *lo, int32_t *hi, int32_t val1, int32_t val2); */
320 lo = 0x9ABCDEF0;
321 fprintf(ref_file, "smlalbb(&%#x, &%#x, %#x, %#x) = ", lo, hi, svar1, svar2);
322 smlalbb(&lo, &hi, svar1, svar2);
323 fprintf(ref_file, "%#x%#x\n", hi, lo);
325 lo = 0x9ABCDEF0;
326 fprintf(ref_file, "smlalbt(&%#x, &%#x, %#x, %#x) = ", lo, hi, svar1, svar2);
327 smlalbt(&lo, &hi, svar1, svar2);
328 fprintf(ref_file, "%#x%#x\n", hi, lo);
[all...]
/external/clang/test/CodeGen/
H A Davx-shuffle-builtins.c178 __m256 test_mm256_set_m128(__m128 hi, __m128 lo) { argument
181 return _mm256_set_m128(hi, lo);
184 __m256d test_mm256_set_m128d(__m128d hi, __m128d lo) { argument
187 return _mm256_set_m128d(hi, lo);
190 __m256i test_mm256_set_m128i(__m128i hi, __m128i lo) { argument
193 return _mm256_set_m128i(hi, lo);
196 __m256 test_mm256_setr_m128(__m128 hi, __m128 lo) { argument
199 return _mm256_setr_m128(lo, hi);
202 __m256d test_mm256_setr_m128d(__m128d hi, __m128d lo) { argument
205 return _mm256_setr_m128d(lo, h
208 test_mm256_setr_m128i(__m128i hi, __m128i lo) argument
[all...]
/external/fio/arch/
H A Darch-x86_64.h31 unsigned int lo, hi; local
33 __asm__ __volatile__("rdtsc" : "=a" (lo), "=d" (hi));
34 return ((unsigned long long) hi << 32ULL) | lo;
/external/ltp/testcases/kernel/containers/netns/
H A Dnetns_comm.sh44 # 3. communication over the lo (localhost) device in a separate
82 $NS_EXEC $NS_HANDLE0 $NS_TYPE ip link set dev lo up || \
83 tst_brkm TBROK "enabling lo device failed"
86 $NS_EXEC $NS_HANDLE0 $NS_TYPE ifconfig lo up || \
87 tst_brkm TBROK "enabling lo device failed"
90 $NS_EXEC $NS_HANDLE0 $NS_TYPE $tping -q -c2 -I lo $IP_LO 1>/dev/null
/external/selinux/libsepol/tests/
H A Dtest-downgrade.c35 #define POLICY_BIN_LO "policies/test-downgrade/policy.lo"
130 int hi, lo, version; local
151 for (lo = hi - 1; lo >= POLICYDB_VERSION_MIN; lo--) {
154 policydb.policyvers = lo;
162 if (mls && lo < POLICYDB_VERSION_MLS)
165 fprintf(stderr, "error writing %spolicy binary, version %d (downgraded from %d)\n", mls ? "mls " : "", lo, hi);
177 fprintf(stderr, "error reading %spolicy binary, version %d (downgraded from %d)\n", mls ? "mls " : "", lo, hi);
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DNodeVector.java643 int lo = lo0;
646 // pause(lo, hi);
647 if (lo >= hi)
651 else if (lo == hi - 1)
657 if (a[lo] > a[hi])
659 int T = a[lo];
661 a[lo] = a[hi];
671 int pivot = a[(lo + hi) / 2];
673 a[(lo + hi) / 2] = a[hi];
676 while (lo < h
[all...]
/external/freetype/src/base/
H A Dmd5.h35 MD5_u32plus lo, hi; member in struct:__anon6760

Completed in 623 milliseconds

1234567891011>>