Searched refs:high (Results 26 - 50 of 531) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/builtins/
H A Dclzdi2.c26 const si_int f = -(x.s.high == 0);
27 return __builtin_clz((x.s.high & ~f) | (x.s.low & f)) +
H A Dclzti2.c28 const di_int f = -(x.s.high == 0);
29 return __builtin_clzll((x.s.high & ~f) | (x.s.low & f)) +
H A Dffsdi2.c28 if (x.s.high == 0)
30 return __builtin_ctz(x.s.high) + (1 + sizeof(si_int) * CHAR_BIT);
H A Dffsti2.c30 if (x.s.high == 0)
32 return __builtin_ctzll(x.s.high) + (1 + sizeof(di_int) * CHAR_BIT);
H A Dfixunsxfdi.c38 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
39 if (e < 0 || (fb.u.high.s.low & 0x00008000))
H A Dashldi3.c33 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));
H A Dashlti3.c33 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));
H A Dparitydi2.c24 return __paritysi2(x.s.high ^ x.s.low);
H A Dparityti2.c26 return __paritydi2(x.s.high ^ x.s.low);
H A Dfixdfti.c33 int e = ((fb.u.s.high & 0x7FF00000) >> 20) - 1023;
36 ti_int s = (si_int)(fb.u.s.high & 0x80000000) >> 31;
H A Dfixunsdfti.c36 int e = ((fb.u.s.high & 0x7FF00000) >> 20) - 1023;
37 if (e < 0 || (fb.u.s.high & 0x80000000))
H A Dfixunsxfti.c38 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
39 if (e < 0 || (fb.u.high.s.low & 0x00008000))
H A Dfixxfdi.c35 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
38 di_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
H A Dfixxfti.c35 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
38 ti_int s = -(si_int)((fb.u.high.s.low & 0x00008000) >> 15);
H A Dmulti3.c33 r.s.high = t >> bits_in_dword_2;
38 r.s.high += t >> bits_in_dword_2;
39 r.s.high += (a >> bits_in_dword_2) * (b >> bits_in_dword_2);
54 r.s.high += x.s.high * y.s.low + x.s.low * y.s.high;
/external/libsepol/src/
H A Dport_record.c10 int low, high; member in struct:sepol_port
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;
68 (handle, port->low, port->high, port->proto, key_ptr) < 0) {
72 port->low, port->high);
28 sepol_port_key_create(sepol_handle_t * handle, int low, int high, int proto, sepol_port_key_t ** key_ptr) argument
161 sepol_port_set_range(sepol_port_t * port, int low, int high) argument
[all...]
/external/compiler-rt/lib/builtins/ppc/
H A Dfloatunditf.c18 doublebits high = { .d = twop84 }; local
21 high.x |= a >> 32; /* 0x1.0p84 + high 32 bits of a */
24 const double high_addend = high.d - twop84_plus_twop52;
/external/eigen/test/
H A Dnullary.cpp43 Scalar high = internal::random<Scalar>(-500,500); local
44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500));
45 if (low>high) std::swap(low,high);
47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1));
51 m.setLinSpaced(size,low,high);
60 m = VectorType::LinSpaced(size,low,high);
67 //VERIFY( m(m.size()-1) == high );
71 m = VectorType::LinSpaced(Sequential,size,low,high);
75 //VERIFY( m(m.size()-1) == high );
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Daugmented_cb_corr.h38 int16_t high, /* (i) Lag to end at (typically 39 */
H A Dget_lsp_poly.c46 int16_t high, low; local
67 high = (int16_t)WEBRTC_SPL_RSHIFT_W32(fPtr[-1], 16);
68 low = (int16_t)WEBRTC_SPL_RSHIFT_W32(fPtr[-1]-WEBRTC_SPL_LSHIFT_W32(((int32_t)high),16), 1);
70 tmpW32 = WEBRTC_SPL_LSHIFT_W32(WEBRTC_SPL_MUL_16_16(high, (*lspPtr)), 2) +
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.h18 long high; member in struct:IntervalTreeNode
59 long *high);
61 IntervalTreeNode *IT_insert(IntervalTree *, long low, long high, void *data);
67 void IT_enumerate(IntervalTree *, long low, long high, void *cbd,
/external/oprofile/module/ia64/
H A Dop_ia64_model.h18 uint high; member in struct:op_saved_msr
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMeterElement.idl29 attribute double high;
/external/valgrind/main/memcheck/tests/s390x/
H A Dcds.c5 uint64_t high; member in struct:__anon33066
35 val.high = 0;
49 op3.high = op3.low = 0xdeadbeefdeadbabeull;
58 op1.high = op1.low = 42;
60 op3.high = op3.low = 0xdeadbeefdeadbabeull;
69 op1.high = op1.low = 42;
H A Dcdsg.c5 uint64_t high; member in struct:__anon33067
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;

Completed in 356 milliseconds

1234567891011>>