Searched defs:hi (Results 1 - 25 of 235) sorted by relevance

12345678910

/external/compiler-rt/test/builtins/Unit/ppc/
H A DDD.h9 double hi; member in struct:__anon2932::__anon2933
H A Dfloatditf_test.h3 double hi; member in struct:testCase
[all...]
H A Dfloatunditf_test.h3 double hi; 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/elfutils/src/libelf/
H A Ddl-hash.h57 unsigned int hi; local
59 hi = hash & 0xf0000000;
64 if (hi != 0)
65 hash ^= hi >> 24;
67 hash &= ~hi;
72 hash ^= hi;
73 hash ^= hi >> 24;
/external/regex-re2/re2/
H A Dunicode_casefold.h55 uint32 hi; member in struct:re2::CaseFold
H A Dunicode_groups.h28 uint16 hi; member in struct:re2::URange16
34 uint32 hi; member in struct:re2::URange32
/external/regex-re2/util/
H A Drandom.cc16 uint32 hi = A * (int32)((uint32)seed_ >> 16); local
17 lo += (hi & 0x7FFF) << 16;
22 lo += hi >> 15;
H A Dbenchmark.h14 int hi; 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.java35 private final Number hi; field in class:OutOfRangeException
42 * @param hi Higher bound.
46 Number hi) {
47 super(LocalizedFormats.OUT_OF_RANGE_SIMPLE, wrong, lo, hi);
49 this.hi = hi;
61 return hi;
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
73 * @param mid Point inside the interval {@code [lo, hi]}.
74 * @param hi Higher bound of the interval.
83 double lo, double mid, double hi,
94 if (lo < hi) {
96 b = hi;
98 a = hi;
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.h74 uint32_t hi[3]; member in struct:google_breakpad::ThreadInfo
/external/google-breakpad/src/common/mac/
H A Dfile_id.cc89 int hi = (identifier[idx] >> 4) & 0x0F; local
96 static_cast<char>((hi >= 10) ? ('A' + hi - 10) : ('0' + hi));
/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
118 * @param hi the high 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/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))
/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))
/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.cc140 int hi; 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.c45 float2 hi(float3 x) { return x.hi; } function
/external/compiler-rt/lib/builtins/ppc/
H A DDD.h9 double hi; member in struct:__anon2880::__anon2881
/external/skia/src/core/
H A DSkBitmapProcState_filter.h33 uint32_t hi = ((a00 >> 8) & mask) * scale; local
37 hi += ((a01 >> 8) & mask) * scale;
41 hi += ((a10 >> 8) & mask) * scale;
44 hi += ((a11 >> 8) & mask) * xy;
46 *dstColor = ((lo >> 8) & mask) | (hi & ~mask);
63 uint32_t hi = ((a00 >> 8) & mask) * scale; local
67 hi += ((a01 >> 8) & mask) * scale;
71 hi += ((a10 >> 8) & mask) * scale;
74 hi += ((a11 >> 8) & mask) * xy;
77 hi
93 uint32_t hi = ((color0 >> 8) & mask) * scale; local
115 uint32_t hi = ((color0 >> 8) & mask) * scale; local
[all...]

Completed in 1055 milliseconds

12345678910