Searched refs:MID (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dvirt5.C12 class MID;
16 virtual MID *VFN (){ return 0; }
35 class MID : public virtual VBD { class in inherits:VBD
37 MID () { print_STATE(); } function in class:MID
38 ~MID () { print_STATE(); }
39 virtual MID *VFN() { return this; }
42 class LAST : public MID {
50 MID *p = o->VFN();
/haiku-buildtools/gcc/contrib/reghunt/date_based/
H A Dreg_search139 # Get the date in the middle of the range; MID is in seconds since
145 let MID=${FIRST_MID}
147 let MID=LOW/2+HIGH/2
151 make_date ${MID}
163 let LOW=MID
167 let HIGH=MID
171 let MID=LOW/2+HIGH/2
/haiku-buildtools/gcc/contrib/reghunt/bin/
H A Dreg-hunt183 let MID=LOW+M
194 let MID=LOW+M
209 MID=${FIRST_MID}
217 TEST_ID="${MID}"
233 let LOW=MID
237 let HIGH=MID
H A Dreg-newmid57 # Look in this order; MID has already been done:
59 # LOW--10---7---6---3---2---MID---1---4---5---8---9---HIGH
72 for MID in ${MIDLIST}
75 if [ ${MID} != ${LOW} ]; then
77 ${REG_CHECKFAIL} ${MID}
79 echo ${MID}
/haiku-buildtools/isl/
H A Disl_sort.c30 #define MID(lo, hi) (lo + ((hi - lo) >> 1)) macro
60 mid = MID (low, high);
/haiku-buildtools/gcc/gcc/fortran/
H A Ddependency.c36 enum range {LHS, RHS, MID}; enumerator in enum:range

Completed in 52 milliseconds