Searched defs:lo (Results 1 - 25 of 233) sorted by relevance

12345678910

/external/compiler-rt/test/builtins/Unit/ppc/
H A DDD.h10 double lo; member in struct:__anon2932::__anon2933
H A Dfloatditf_test.h4 double lo; member in struct:testCase
[all...]
H A Dfloatunditf_test.h4 double lo; member in struct:testCase
[all...]
/external/libunwind/src/mi/
H A Dflush_cache.c29 unw_flush_cache (unw_addr_space_t as, unw_word_t lo, unw_word_t hi) argument
49 ignores the flush range arguments (lo-hi). This is OK because
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_test.h83 uint32_t hi, lo; local
84 __asm__ __volatile__ ("rdtsc" : "=a"(lo), "=d"(hi));
85 return ((uint64_t)lo) | (((uint64_t)hi) << 32);
/external/regex-re2/re2/
H A Dunicode_casefold.h54 uint32 lo; member in struct:re2::CaseFold
H A Dunicode_groups.h27 uint16 lo; member in struct:re2::URange16
33 uint32 lo; member in struct:re2::URange32
/external/regex-re2/util/
H A Drandom.cc15 uint32 lo = A * (int32)(seed_ & 0xFFFF); local
17 lo += (hi & 0x7FFF) << 16;
18 if (lo > M) {
19 lo &= M;
20 ++lo;
22 lo += hi >> 15;
23 if (lo > M) {
24 lo &= M;
25 ++lo;
27 return (seed_ = (int32) lo);
[all...]
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/apache-commons-math/src/main/java/org/apache/commons/math/exception/
H A DOutOfRangeException.java33 private final Number lo; field in class:OutOfRangeException
41 * @param lo Lower bound.
45 Number lo,
47 super(LocalizedFormats.OUT_OF_RANGE_SIMPLE, wrong, lo, hi);
48 this.lo = lo;
55 return lo;
44 OutOfRangeException(Number wrong, Number lo, Number hi) argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/
H A DBrentOptimizer.java60 * Find the minimum of the function within the interval {@code (lo, hi)}.
62 * If the function is defined on the interval {@code (lo, hi)}, then
72 * @param lo Lower bound of the interval.
73 * @param mid Point inside the interval {@code [lo, hi]}.
83 double lo, double mid, double hi,
94 if (lo < hi) {
95 a = lo;
99 b = lo;
82 localMin(boolean isMinim, double lo, double mid, double hi, double eps, double t) argument
/external/freetype/src/base/
H A Dmd5.h35 MD5_u32plus lo, hi; member in struct:__anon5035
/external/google-breakpad/src/client/linux/dump_writer_common/
H A Dthread_info.h75 uint32_t lo[3]; member in struct:google_breakpad::ThreadInfo
/external/google-breakpad/src/common/mac/
H A Dfile_id.cc90 int lo = (identifier[idx]) & 0x0F; local
98 static_cast<char>((lo >= 10) ? ('A' + lo - 10) : ('0' + lo));
/external/guava/guava-testlib/src/com/google/common/escape/testing/
H A DEscaperAsserts.java113 * Asserts that a Unicode escaper escapes the given hi/lo surrogate pair into
119 * @param lo the low surrogate pair character
122 String expected, char hi, char lo) {
124 int cp = Character.toCodePoint(hi, lo);
121 assertUnicodeEscaping(UnicodeEscaper escaper, String expected, char hi, char lo) argument
/external/icu/icu4c/source/common/
H A Dbmpset.h81 * lo=findCodePoint(start) and
83 * with 0<=lo<=hi<len.
84 * findCodePoint(c) defaults to lo=0 and hi=len-1.
87 * @param lo The lowest index to be returned.
89 * @return the smallest integer i in the range lo..hi,
92 int32_t findCodePoint(UChar32 c, int32_t lo, int32_t hi) const;
94 inline UBool containsSlow(UChar32 c, int32_t lo, int32_t hi) const;
155 inline UBool BMPSet::containsSlow(UChar32 c, int32_t lo, int32_t hi) const { argument
156 return (UBool)(findCodePoint(c, lo, hi) & 1);
/external/libunwind/src/coredump/
H A D_UPT_get_dyn_info_list_addr.c37 unsigned long lo, hi, off; local
46 while (maps_next (&mi, &lo, &hi, &off))
59 di = tdep_find_unwind_table (&ui->edi, as, path, lo, off);
/external/libunwind/src/ptrace/
H A D_UPT_get_dyn_info_list_addr.c36 unsigned long lo, hi, off; local
44 while (maps_next (&mi, &lo, &hi, &off))
53 if (tdep_find_unwind_table (&ui->edi, as, path, lo, off, 0) > 0)
/external/llvm/include/llvm/Support/
H A DMD5.h42 MD5_u32plus hi, lo; member in class:llvm::MD5
/external/pdfium/third_party/freetype/src/base/
H A Dmd5.h35 MD5_u32plus lo, hi; member in struct:__anon13385
/external/regex-re2/re2/testing/
H A Dcompile_test.cc139 int lo; member in struct:re2::UTF8ByteRange
165 for (int j = utf8ranges[i].lo; j <= utf8ranges[i].hi; j++)
/external/bison/lib/
H A Dfloat.in.h98 struct { unsigned int lo; unsigned int hi; unsigned int exponent; } xd; member in struct:gl_long_double_union::__anon318
151 struct { double hi; double lo; } dd; member in struct:gl_long_double_union::__anon319
/external/clang/test/Sema/
H A Dext_vector_components.c44 float2 lo(float3 x) { return x.lo; } function
/external/compiler-rt/lib/builtins/ppc/
H A DDD.h10 double lo; member in struct:__anon2880::__anon2881
/external/skia/src/core/
H A DSkBitmapProcState_filter.h32 uint32_t lo = (a00 & mask) * scale; local
36 lo += (a01 & mask) * scale;
40 lo += (a10 & mask) * scale;
43 lo += (a11 & mask) * xy;
46 *dstColor = ((lo >> 8) & mask) | (hi & ~mask);
62 uint32_t lo = (a00 & mask) * scale; local
66 lo += (a01 & mask) * scale;
70 lo += (a10 & mask) * scale;
73 lo += (a11 & mask) * xy;
76 lo
92 uint32_t lo = (color0 & mask) * scale; local
114 uint32_t lo = (color0 & mask) * scale; local
[all...]

Completed in 1912 milliseconds

12345678910