/art/compiler/utils/mips/ |
managed_register_mips.cc | 30 Register low = AsRegisterPairLow(); local 32 return MipsManagedRegister::FromCoreRegister(low).Overlaps(other) || 38 FRegister low = AsOverlappingDRegisterLow(); local 41 return (low == other_freg) || (high == other_freg); 55 int low; local 58 low = (r * 2) + kNumberOfCoreRegIds; // Return an FRegister. 61 low = (r - kNumberOfDRegIds) * 2 + 2; // Return a Register. 62 if (low >= 24) { 64 low = 5; 67 return low; [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, 41 tmp_key->low = low; 52 int *low, int *high, int *proto) 55 *low = key->low; [all...] |
/external/pdfium/third_party/libopenjpeg20/ |
tgt.c | 245 l_current_node->low = 0; 264 OPJ_INT32 low; local 273 low = 0; 275 if (low > node->low) { 276 node->low = low; 278 low = node->low; 281 while (low < threshold) 304 OPJ_INT32 low; local [all...] |
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
TensorUInt128.h | 31 template <typename HIGH = uint64_t, typename LOW = uint64_t> 35 LOW low; member in struct:Eigen::internal::TensorUInt128 39 TensorUInt128(const TensorUInt128<OTHER_HIGH, OTHER_LOW>& other) : high(other.high), low(other.low) { 41 EIGEN_STATIC_ASSERT(sizeof(OTHER_LOW) <= sizeof(LOW), YOU_MADE_A_PROGRAMMING_MISTAKE); 48 EIGEN_STATIC_ASSERT(sizeof(OTHER_LOW) <= sizeof(LOW), YOU_MADE_A_PROGRAMMING_MISTAKE); 50 low = other.low; 56 explicit TensorUInt128(const T& x) : high(0), low(x) 163 uint64_t low = acc & LOW; local [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
ashrdi3.c | 74 result.low = input.high >> (b - bits_in_word);
81 result.low = (input.high << (bits_in_word - b)) | (input.low >> b);
|
lshrdi3.c | 73 result.low = input.high >> (b - bits_in_word);
80 result.low = (input.high << (bits_in_word - b)) | (input.low >> b);
|
/external/compiler-rt/lib/builtins/ |
fixxfdi.c | 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 42 di_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15); 43 di_int r = fb.u.low.all;
|
fixxfti.c | 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383; 40 ti_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15); 41 ti_int r = fb.u.low.all;
|
int_types.h | 39 su_int low; member in struct:__anon16166::__anon16167 43 su_int low; 54 su_int low; member in struct:__anon16168::__anon16169 58 su_int low; 79 du_int low; member in struct:__anon16170::__anon16171 83 du_int low; 94 du_int low; member in struct:__anon16172::__anon16173 98 du_int low; 106 r.s.low = l; 113 r.s.low = l 134 udwords low; member in struct:__anon16176 [all...] |
lshrdi3.c | 33 result.s.low = input.s.high >> (b - bits_in_word); 40 result.s.low = (input.s.high << (bits_in_word - b)) | (input.s.low >> b);
|
lshrti3.c | 33 result.s.low = input.s.high >> (b - bits_in_dword); 40 result.s.low = (input.s.high << (bits_in_dword - b)) | (input.s.low >> b);
|
paritydi2.c | 24 return __paritysi2(x.s.high ^ x.s.low);
|
parityti2.c | 26 return __paritydi2(x.s.high ^ x.s.low);
|
fixunssfdi.c | 27 su_int low = da - (double)high * 4294967296.f; /* high * 0x1p32f; */ local 28 return ((du_int)high << 32) | low;
|
/external/ltp/testcases/realtime/include/ |
libtsc.h | 44 uint32_t low, high; \ 45 __asm__ __volatile__ ("rdtsc" : "=a" (low), "=d" (high)); \ 46 val = (uint64_t)high << 32 | low; \
|
/toolchain/binutils/binutils-2.25/gas/ |
flonum-mult.c | 88 int P; /* Scan product low-order -> high. */ 101 size_of_a = a->leader - a->low; 102 size_of_b = b->leader - b->low; 104 size_of_product = product->high - product->low; 128 printf ("a:low[%d.]=%04x b:low[%d.]=%04x work_before=%08x\n", 129 A, a->low[A], B, b->low[B], work); 135 work += (unsigned long) a->low[A] * (unsigned long) b->low[B] [all...] |
/external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/ |
augmented_cb_corr.h | 36 size_t low, /* (i) Lag to start from (typically
|
/external/toybox/toys/other/ |
ascii.c | 23 char *low="NULSOHSTXETXEOTENQACKBELBS HT LF VT FF CR SO SI DLEDC1DC2DC3DC4" local 35 if (i<32 || i==127) printf("%.3s ", (i==127) ? "DEL" : low+3*i);
|
/hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/ |
AKFS_AK8975.h | 32 #define AK8975_HDATA_CONVERTER(hi, low, asa) \ 33 (AKFLOAT)((int16)((((uint16)(hi))<<8)+(uint16)(low))*(((asa)/256.0f) + 0.5f))
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/ |
vle-reloc-def-2.s | 31 .globl low 32 low: label
|
/external/eigen/test/ |
nullary.cpp | 37 void check_extremity_accuracy(const VectorType &v, const typename VectorType::Scalar &low, const typename VectorType::Scalar &high) 52 Scalar ref = (low*RealScalar(size-i-1))/RealScalar(size-1) + (high*RealScalar(i))/RealScalar(size-1); 56 std::cout << v(i) << " != " << ref << " ; relative error: " << std::abs((v(i)-ref)/ref) << " ; required precision: " << prec << " ; range: " << low << "," << high << " ; i: " << i << "\n"; 57 VERIFY(internal::isApprox(v(i), (low*RealScalar(size-i-1))/RealScalar(size-1) + (high*RealScalar(i))/RealScalar(size-1), prec)); 72 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500)); local 73 if (low>high) std::swap(low,high); 75 // check low==high 77 low = high; 78 // check abs(low) >> abs(high [all...] |
/art/runtime/interpreter/mterp/mips/ |
op_const_wide.S | 2 FETCH(a0, 1) # a0 <- bbbb (low) 3 FETCH(a1, 2) # a1 <- BBBB (low middle) 5 INSERT_HIGH_HALF(a0, a1) # a0 <- BBBBbbbb (low word)
|
/external/libvpx/libvpx/vpx_dsp/ |
vpx_dsp_common.h | 50 static INLINE int clamp(int value, int low, int high) { 51 return value < low ? low : (value > high ? high : value); 54 static INLINE double fclamp(double value, double low, double high) { 55 return value < low ? low : (value > high ? high : value);
|
/external/valgrind/memcheck/tests/s390x/ |
cds.c | 6 uint64_t low; member in struct:__anon37931 29 // Return a quad-word that only bits low[32:63] are undefined 36 val.low |= 0xFFFFFFFF00000000ull; 49 op3.high = op3.low = 0xdeadbeefdeadbabeull; 58 op1.high = op1.low = 42; 60 op3.high = op3.low = 0xdeadbeefdeadbabeull; 69 op1.high = op1.low = 42;
|
cdsg.c | 6 uint64_t low; member in struct:__anon37932 37 op2.high = op2.low = 42; 38 op3.high = op3.low = 0xdeadbeefdeadbabeull; 46 op1.high = op1.low = 42; 48 op3.high = op3.low = 0xdeadbeefdeadbabeull; 56 op1.high = op1.low = 42;
|