HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 26 - 50 of 1856) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/builtins/
cmpti2.c 31 if (x.s.high < y.s.high)
33 if (x.s.high > y.s.high)
ucmpdi2.c 29 if (x.s.high < y.s.high)
31 if (x.s.high > y.s.high)
ucmpti2.c 31 if (x.s.high < y.s.high)
33 if (x.s.high > y.s.high)
clzdi2.c 26 const si_int f = -(x.s.high == 0);
27 return __builtin_clz((x.s.high & ~f) | (x.s.low & f)) +
clzti2.c 28 const di_int f = -(x.s.high == 0);
29 return __builtin_clzll((x.s.high & ~f) | (x.s.low & f)) +
ffsdi2.c 28 if (x.s.high == 0)
30 return __builtin_ctz(x.s.high) + (1 + sizeof(si_int) * CHAR_BIT);
ffsti2.c 30 if (x.s.high == 0)
32 return __builtin_ctzll(x.s.high) + (1 + sizeof(di_int) * CHAR_BIT);
ashldi3.c 33 result.s.high = input.s.low << (b - bits_in_word);
40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_word - b));
ashlti3.c 33 result.s.high = input.s.low << (b - bits_in_dword);
40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_dword - b));
int_types.h 40 si_int high; member in struct:__anon16051::__anon16052
42 si_int high;
55 su_int high; member in struct:__anon16053::__anon16054
57 su_int high;
80 di_int high; member in struct:__anon16055::__anon16056
82 di_int high;
95 du_int high; member in struct:__anon16057::__anon16058
97 du_int high;
105 r.s.high = h;
112 r.s.high = h
135 udwords high; member in struct:__anon16061
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modf.c 39 if(j0<20) { /* integer part in high x */
46 u_int32_t high; local
48 GET_HIGH_WORD(high,x);
49 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
57 u_int32_t high; local
63 GET_HIGH_WORD(high,x);
64 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
69 u_int32_t high; local
71 GET_HIGH_WORD(high,x);
72 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 *
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
CameraProfileTest.java 31 private void checkQuality(int low, int mid, int high) {
32 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high);
35 assertTrue(high >= 0 && high <= 100);
36 assertTrue(low <= mid && mid <= high);
42 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); local
43 checkQuality(low, mid, high);
51 int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); local
52 checkQuality(low, mid, high);
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/Math/
s_modf.c 40 if(j0<20) { /* integer part in high x */
47 u_int32_t high; local
49 GET_HIGH_WORD(high,x);
50 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
58 u_int32_t high; local
60 GET_HIGH_WORD(high,x);
61 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
66 u_int32_t high; local
68 GET_HIGH_WORD(high,x);
69 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicInlines.h 85 static inline int4 clamp(int4 amount, int low, int high) {
87 r.x = amount.x < low ? low : (amount.x > high ? high : amount.x);
88 r.y = amount.y < low ? low : (amount.y > high ? high : amount.y);
89 r.z = amount.z < low ? low : (amount.z > high ? high : amount.z);
90 r.w = amount.w < low ? low : (amount.w > high ? high : amount.w);
94 static inline float4 clamp(float4 amount, float low, float high) {
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/value/
histogram_util_unittest.py 13 {"low": 1, "high": 2, "count": 1},
14 {"low": 2, "high": 3, "count": 2}]}"""
17 {"low": 1, "high": 2, "count": 1},
18 {"low": 2, "high": 3, "count": 3},
19 {"low": 3, "high": 4, "count": 10}]}"""
34 {"low": 1, "high": 2, "count": 1},
35 {"low": 2, "high": 3, "count": 2}]}""")
38 {"low": 2, "high": 3, "count": 10},
39 {"low": 3, "high": 4, "count": 10}]}""")
42 {"low": 1, "high": 2, "count": 4}
    [all...]
  /external/strace/tests/
llseek.c 39 const unsigned long high = 0xfacefeed; local
44 long rc = syscall(__NR__llseek, -1, high, low, &result, SEEK_SET);
  /external/strace/tests-m32/
llseek.c 39 const unsigned long high = 0xfacefeed; local
44 long rc = syscall(__NR__llseek, -1, high, low, &result, SEEK_SET);
  /external/strace/tests-mx32/
llseek.c 39 const unsigned long high = 0xfacefeed; local
44 long rc = syscall(__NR__llseek, -1, high, low, &result, SEEK_SET);
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
collate.cpp 32 string collate<char>::do_transform(const char* low, const char* high) const
33 { return string(low, high); }
35 long collate<char>::do_hash(const char* low, const char* high) const {
37 for ( ; low < high; ++low)
52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const
53 { return wstring(low, high); }
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const {
57 for ( ; low < high; ++low)
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
collate.cpp 32 string collate<char>::do_transform(const char* low, const char* high) const
33 { return string(low, high); }
35 long collate<char>::do_hash(const char* low, const char* high) const {
37 for ( ; low < high; ++low)
52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const
53 { return wstring(low, high); }
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const {
57 for ( ; low < high; ++low)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
uppercase.s 7 high: label
8 seth r0,#HIGH(high)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 60 static double_int from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low);
194 HOST_WIDE_INT high; member in struct:double_int
210 r.high = cst < 0 ? -1 : 0;
233 r.high = 0;
238 double_int::from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low)
242 r.high = high;
325 return high == 0;
337 result.high = ~high;
    [all...]
  /external/selinux/libsepol/src/
port_record.c 9 /* Low - High range. Same for single ports. */
10 int low, high; member in struct:sepol_port
20 /* Low - High range. Same for single ports. */
21 int low, high; member in struct:sepol_port_key
29 int low, int high, int proto,
42 tmp_key->high = high;
52 int *low, int *high, int *proto)
56 *high = key->high;
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorUInt128.h 31 template <typename HIGH = uint64_t, typename LOW = uint64_t>
34 HIGH high; member in struct:Eigen::internal::TensorUInt128
39 TensorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low) {
40 EIGEN_STATIC_ASSERT(sizeof(OTHER_HIGH) <= sizeof(HIGH), YOU_MADE_A_PROGRAMMING_MISTAKE);
47 EIGEN_STATIC_ASSERT(sizeof(OTHER_HIGH) <= sizeof(HIGH), YOU_MADE_A_PROGRAMMING_MISTAKE);
49 high = other.high;
56 explicit TensorUInt128(const T& x) : high(0), low(x)
194 uint64_t high = acc & LOW; local
    [all...]
  /device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
ashldi3.c 73 result.high = input.low << (b - bits_in_word);
80 result.high = (input.high << b) | (input.low >> (bits_in_word - b));

Completed in 976 milliseconds

12 3 4 5 6 7 8 91011>>