Searched refs:hi (Results 1 - 25 of 67) sorted by last modified time

123

/barrelfish-master/tools/pleco/
H A DMakefile32 rm -f *.aux *.ptb *.toc *.log *.o *.hi $(patsubst %.lhs,%.tex,$(SOURCES))
/barrelfish-master/tools/fugu/
H A DMakefile38 rm -f *.aux *.ptb *.toc *.log *.o *.hi $(patsubst %.lhs,%.tex,$(SOURCES))
/barrelfish-master/tools/fof/
H A DMakefile44 rm -f *.aux *.ptb *.toc *.log *.o *.hi $(patsubst %.lhs,%.tex,$(SOURCES))
/barrelfish-master/lib/usb/class/
H A Dusb_hid.c753 struct usb_hid_item hi; local
760 while ((err = usb_hid_get_item(hd, &hi))) {
761 if (hi.kind == USB_HID_KIND_COLLECTION && hi.usage == usage)
/barrelfish-master/lib/cxx/unwind/
H A DUnwindRegistersSave.S164 # hi and lo
273 # hi and lo
/barrelfish-master/lib/cxx/cxx/
H A Dlocale.cpp703 collate_byname<char>::do_transform(const char_type* lo, const char_type* hi) const
705 const string_type in(lo, hi);
751 collate_byname<wchar_t>::do_transform(const char_type* lo, const char_type* hi) const
753 const string_type in(lo, hi);
H A Ddebug.cpp217 size_t hi = hash<void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_); local
218 __i_node* p = __ibeg_[hi];
230 __ibeg_[hi] = p->__next_;
536 size_t hi = hash<void*>()(__i) % static_cast<size_t>(__iend_ - __ibeg_); local
537 __i_node* p = __ibeg_[hi];
538 __i_node* r = __ibeg_[hi] =
/barrelfish-master/lib/compiler-rt/test/
H A Dfp_test.h42 static inline long double fromRep128(uint64_t hi, uint64_t lo) argument
44 __uint128_t x = ((__uint128_t)hi << 64) + lo;
142 uint64_t hi = rep >> 64; local
145 if (hi == expectedHi && lo == expectedLo){
150 if ((hi & 0x7fff000000000000UL) == 0x7fff000000000000UL &&
151 ((hi & 0xffffffffffffUL) > 0 || lo > 0)){
/barrelfish-master/lib/compiler-rt/builtins/
H A Dfp_lib.h52 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { argument
54 *hi = product >> 32;
84 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { argument
94 // Sum terms contributing to hi with the carry from lo
95 *hi = hiWord(plohi) + hiWord(philo) + hiWord(r1) + phihi;
151 static __inline void wideMultiply(rep_t a, rep_t b, rep_t *hi, rep_t *lo) { argument
186 *hi = (r1 >> 64) + (sum1 >> 96) + (sum2 >> 64) + (sum3 >> 32) + sum4 +
240 static __inline void wideLeftShift(rep_t *hi, rep_t *lo, int count) { argument
241 *hi = *hi << coun
245 wideRightShiftWithSticky(rep_t *hi, rep_t *lo, unsigned int count) argument
[all...]
/barrelfish-master/lib/compiler-rt/builtins/arm/
H A Dsync_fetch_and_umax_8.S17 #define umax_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI) MINMAX_8(rD_LO, rD_HI, rN_LO, rN_HI, rM_LO, rM_HI, hi)
H A Dsync_fetch_and_umax_4.S16 #define umax_4(rD, rN, rM) MINMAX_4(rD, rN, rM, hi)
H A Dcomparesf2.S135 it hi
/barrelfish-master/lib/bfdmuxtools/
H A Dtools.c40 hi; local
44 hi = (uint32_t) (value >> 32);
47 if (hi) {
49 lo = hi & 0xFFFF;
50 hi = hi >> 16;
52 hi = lo >> 16;
55 if (hi) {
57 lo = hi & 0x00FF;
58 hi
[all...]
/barrelfish-master/kernel/include/arch/armv7/
H A Da15_gt.h36 uint32_t lo, hi; local
37 __asm volatile("mrrc p15, 0, %0, %1, c14" : "=r"(lo), "=r"(hi));
38 return (((uint64_t)hi) << 32) | lo;
53 uint32_t lo, hi; local
56 hi = timeout >> 32;
57 __asm volatile("mcrr p15, 2, %0, %1, c14" : : "r" (lo), "r" (hi));
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Dtkgetdir.tcl271 set hi $hi1
273 set hi $hi2
291 .dirsel.f2.cv create image 2 [expr $ind * $hi] \
293 .dirsel.f2.cv create text $wi1 [expr $ind * $hi] \
299 set ha [expr $ind * $hi]
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dic.c101 ** hi, % float: upper bound
107 ** max, % suspensions: wake on update of hi
654 #define Bounds_To_Constant(lo, hi, res) { \
655 if (((lo) == (hi)) \
662 } else if (DoublesIdentical(lo, hi)) { \
665 Make_Interval(res, lo, hi); \
1144 /* Schedule suspensions (hi). */
2194 fprintf(stderr, " term lo = %f, hi = %f.\n", res.l, res.u);
2669 fprintf(stderr, " lo = %f, hi = %f.\n", res.l, res.u);
2729 fprintf(stderr, " lo = %f, hi
3262 double lo, hi; local
[all...]
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsmodules.tex567 hello :- writeln(hi).
619 S (7) 7 CALL writeln(hi)
620 hi
621 S (7) 7 EXIT writeln(hi)
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dic.tex1329 hi:Hi,
1347 \item[hi] The lower bound of the variable's domain, as a float.
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dintervals.c1299 double lo, hi; local
1322 hi = Dbl(vu);
1331 hi = IvlUpb(ivl.ptr);
1334 Return_Unify_Interval(vx, tx, lo, hi);
H A Dbip_serialize.c968 int32 lo, hi; local
971 hi = (int32) (pw->val.nint >> 32);
972 Store_Int32(hi);
985 int32 lo, hi; local
992 hi = BufferSize(pw->val.ptr) > 4 ? limbs[1] : 0;
995 Negate_32_32(lo, hi);
996 if (hi >= 0)
1004 if (hi < 0)
1012 Store_Int32(hi);
1126 int32 hi, l local
[all...]
H A Dbip_misc.c618 int32 lo,hi,test; local
621 hi = seed / RND_Q;
623 test = RND_A * lo - RND_R * hi;
/barrelfish-master/usr/eclipseclp/GecodeInterface/
H A Dgfd.cpp2080 long lo, hi; local
2082 if (EC_succeed != EC_arg(4).is_long(&hi)) return(TYPE_ERROR);
2101 dom(*solver, v, (int)lo, (int)hi, reif);
2924 long lo, hi, k; local
2926 if (EC_succeed != EC_arg(3).is_long(&hi)) return TYPE_ERROR;
2935 sequence(*solver, vars, valset, k, lo, hi, cl);
2964 long lo, hi, k; local
2966 if (EC_succeed != EC_arg(3).is_long(&hi)) return TYPE_ERROR;
2975 sequence(*solver, vars, valset, k, lo, hi, cl);
/barrelfish-master/usr/eclipseclp/Eplex/
H A Deplex.c3055 double lo, hi; local
3089 if (CPXgetub(cpx_env, lpd->lp, &hi, (int) vj.nint, (int) vj.nint))
3097 Request_Unify_Float(vhi, thi, hi);
3203 double lo, hi; local
3215 hi = (double) hhead->val.nint;
3218 hi = Dbl(hhead->val);
3220 lpd->bdu[i] = (hi > CPX_INFBOUND ? CPX_INFBOUND : hi);
3315 double hi; local
3319 hi
3401 double lo, hi; local
3483 double hi; local
5810 double lo, hi; local
[all...]
/barrelfish-master/lib/x86emu/
H A Dprim_ops.c272 register u32 hi; local
284 hi = (lo >> 16) + (d >> 16) + (s >> 16);
286 CONDITIONAL_SET_FLAG(hi & 0x10000, F_CF);
349 register u32 hi; local
355 hi = (lo >> 16) + (d >> 16) + (s >> 16);
357 CONDITIONAL_SET_FLAG(hi & 0x10000, F_CF);
/barrelfish-master/lib/tzcode/zic/
H A Dzdump.c292 long hi; local
295 if (sscanf(cutarg, "%ld%c", &hi, &dummy) == 1) {
296 cuthiyear = hi;
298 &lo, &hi, &dummy) == 2) {
300 cuthiyear = hi;

Completed in 212 milliseconds

123