Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dfpgnulib.c66 #define EXPD(fp) (((fp.l.upper) >> 20L) & 0x7FFL)
67 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
68 #define MANTD(fp) (((((fp.l.upper) & 0xFFFFF) | HIDDEND) << 10) | \
77 #define EXPX(fp) (((fp.l.upper) >> 16) & EXPXMASK)
78 #define SIGNX(fp) ((fp.l.upper) & SIGNBIT)
85 long upper; member
100 long upper; member
117 dl.l.upper = dl.l.lower = 0; in __floatsidf()
127 dl.l.upper = SIGNBIT | ((32 + EXCESSD) << 20L); in __floatsidf()
146 dl.l.upper = sign; in __floatsidf()
[all …]
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dfpgnulib.c66 #define EXPD(fp) (((fp.l.upper) >> 20L) & 0x7FFL)
67 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
68 #define MANTD(fp) (((((fp.l.upper) & 0xFFFFF) | HIDDEND) << 10) | \
77 #define EXPX(fp) (((fp.l.upper) >> 16) & EXPXMASK)
78 #define SIGNX(fp) ((fp.l.upper) & SIGNBIT)
85 long upper; member
100 long upper; member
129 && ((dl.l.upper & MANTDMASK) != 0 || dl.l.lower != 0)) in __unorddf2()
133 && ((dl.l.upper & MANTDMASK) != 0 || dl.l.lower != 0)) in __unorddf2()
147 dl.l.upper = dl.l.lower = 0; in __floatunsidf()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c68 #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
69 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
70 #define MANTD(fp) (((((fp.l.upper) & 0xFFFFF) | HIDDEND) << 10) | \
82 long upper; member
86 long upper; member
368 dl.l.upper = dl.l.lower = 0; in __floatsidf()
391 dl.l.upper = sign; in __floatsidf()
392 dl.l.upper |= exp << 20; in __floatsidf()
393 dl.l.upper |= (a1 >> 10) & ~HIDDEND; in __floatsidf()
405 dl.l.upper = dl.l.lower = 0; in __floatdidf()
[all …]
/openbsd-src/gnu/llvm/libcxx/utils/
H A Dgenerate_escaped_output_table.py27 upper: int = -1 variable in PropertyRange
60 result.upper = result.lower
62 result.upper = int(upper_str, base=16)
84 and x.lower <= result[-1].upper + 1
86 result[-1].upper = max(result[-1].upper, x.upper)
250 high = range.upper
253 e = Entry(range.lower, range.upper - range.lower)
329 assert data[-1].upper == 0x10FFFF
330 assert data[-1].upper - data[-1].lower > 900000
H A Dgenerate_extended_grapheme_cluster_table.py27 upper: int = -1 variable in PropertyRange
48 result.upper = result.lower
50 result.upper = int(upper_str, base=16)
69 and result[-1].upper + 1 == x.lower
71 result[-1].upper = x.upper
247 high = range.upper
250 e = Entry(range.lower, range.upper - range.lower, props.index(range.prop))
/openbsd-src/lib/libc/db/btree/
H A Dbt_split.c104 h->linp[skip] = h->upper -= ilen; in __bt_split()
105 dest = (char *)h + h->upper; in __bt_split()
204 if (h->upper - h->lower < nbytes + sizeof(indx_t)) { in __bt_split()
223 h->linp[skip] = h->upper -= nbytes; in __bt_split()
229 h->linp[skip] = h->upper -= nbytes; in __bt_split()
251 h->linp[skip] = h->upper -= nbytes; in __bt_split()
269 h->linp[skip] = h->upper -= nbytes; in __bt_split()
343 r->upper = t->bt_psize; in bt_page()
380 l->upper = t->bt_psize; in bt_page()
448 l->upper = r->upper = t->bt_psize; in bt_root()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/
H A Drsp_bisect.py125 upper = num_files_in_rsp
126 while lower != upper - 1:
127 assert lower < upper - 1
128 mid = int((lower + upper) / 2)
129 assert lower != mid and mid != upper
130 print('Trying {} ({}-{})'.format(mid, lower, upper))
136 upper = mid
137 return upper
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dpat_special_cc.t32 my $upper= uc($special);
40 my $plain_u= $ch=~/$upper/ ? 1 : 0;
44 my $cc_u= $ch=~/[$upper]/ ? 1 : 0;
50 …is(join(" | ",@plain_complement_failed),"", "Check that /$special/ and /$upper/ are complements (o…
51 …is(join(" | ",@cc_complement_failed),"", "Check that /[$special]/ and /[$upper]/ are complements (…
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dstt.c149 ffestt_dimlist_append (ffesttDimList list, ffebld lower, ffebld upper, in ffestt_dimlist_append() argument
161 new->upper = upper; in ffestt_dimlist_append()
208 && (ffebld_op (next->upper) == FFEBLD_opCONTER)) in ffestt_dimlist_as_expr()
214 high = ffebld_constant_integerdefault (ffebld_conter (next->upper)); in ffestt_dimlist_as_expr()
222 && (ffebld_conter_orig (next->upper) == NULL)) in ffestt_dimlist_as_expr()
232 || (ffebld_op (next->upper) == FFEBLD_opANY)) in ffestt_dimlist_as_expr()
234 else if (ffebld_op (next->upper) == FFEBLD_opSTAR) in ffestt_dimlist_as_expr()
237 ffebld_new_bounds (next->lower, next->upper)); in ffestt_dimlist_as_expr()
274 ext = ffebld_copy (next->upper); in ffestt_dimlist_as_expr()
277 ext = ffebld_new_subtract (next->upper, next->lower); in ffestt_dimlist_as_expr()
[all …]
H A Dsrc.h57 #define FFESRC_CASE_MATCH_INIT(upper, lower, match, no_match) \ argument
58 upper: if (!ffesrc_ok_match_init_upper_) goto no_match; \
63 #define FFESRC_CASE_MATCH_NONINIT(upper, lower, match, no_match) \ argument
64 upper: if (!ffesrc_ok_match_noninit_upper_) goto no_match; \
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_isqrt.c169 BIGNUM *n, *n_sqr, *lower, *upper, *testcase, *isqrt; in isqrt_test() local
180 if ((upper = BN_CTX_get(ctx)) == NULL) in isqrt_test()
194 if (!BN_set_bit(upper, UPPER_BITS)) in isqrt_test()
197 if (!bn_rand_in_range(n, lower, upper)) in isqrt_test()
216 if (!BN_lshift1(upper, n)) in isqrt_test()
218 if (!BN_add_word(upper, 1)) in isqrt_test()
222 if (!BN_add(upper, n_sqr, upper)) in isqrt_test()
229 if (!bn_isqrt(isqrt, &is_perfect_square, upper, ctx)) in isqrt_test()
249 if (!bn_rand_in_range(testcase, n_sqr, upper)) in isqrt_test()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp33 << hexValue(RangeEntry.upper()) << "]\n"; in startSearch()
36 RangesTree.insert(RangeEntry.lower(), RangeEntry.upper(), in startSearch()
112 if (LowerAddress >= RangeEntry.lower() && UpperAddress < RangeEntry.upper()) in getEntry()
121 UpperAddress == RangeEntry.upper()) in hasEntry()
136 return lhs.upper() < rhs.upper(); in sort()
153 OS << format("[0x%08x,0x%08x] ", RangeEntry.lower(), RangeEntry.upper()) in print()
/openbsd-src/sbin/unwind/libunbound/util/
H A Dtimehist.c80 hist->buckets[i].upper = last; in dosetup()
122 if(timeval_smaller(tv, &hist->buckets[i].upper)) { in timehist_insert()
140 (int)hist->buckets[i].upper.tv_sec, in timehist_print()
141 (int)hist->buckets[i].upper.tv_usec, in timehist_print()
163 (int)hist->buckets[i].upper.tv_sec, in timehist_log()
164 (int)hist->buckets[i].upper.tv_usec, in timehist_log()
204 up = (double)hist->buckets[i].upper.tv_sec + in timehist_quartile()
205 (double)hist->buckets[i].upper.tv_usec/1000000.; in timehist_quartile()
/openbsd-src/usr.sbin/unbound/util/
H A Dtimehist.c80 hist->buckets[i].upper = last; in dosetup()
122 if(timeval_smaller(tv, &hist->buckets[i].upper)) { in timehist_insert()
140 (int)hist->buckets[i].upper.tv_sec, in timehist_print()
141 (int)hist->buckets[i].upper.tv_usec, in timehist_print()
163 (int)hist->buckets[i].upper.tv_sec, in timehist_log()
164 (int)hist->buckets[i].upper.tv_usec, in timehist_log()
204 up = (double)hist->buckets[i].upper.tv_sec + in timehist_quartile()
205 (double)hist->buckets[i].upper.tv_usec/1000000.; in timehist_quartile()
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_scan_wchar_t.cc80 VERIFY_SCAN_IS (std::ctype_base::upper, ca, ca+5); in test01()
92 VERIFY_SCAN_NOT (std::ctype_base::upper, ca, ca); in test01()
105 VERIFY_SCAN_IS (std::ctype_base::upper, cz, cz+5); in test01()
117 VERIFY_SCAN_NOT (std::ctype_base::upper, cz, cz); in test01()
130 VERIFY_SCAN_IS (std::ctype_base::upper, cA, cA); in test01()
142 VERIFY_SCAN_NOT (std::ctype_base::upper, cA, cA+5); in test01()
155 VERIFY_SCAN_IS (std::ctype_base::upper, cZ, cZ); in test01()
167 VERIFY_SCAN_NOT (std::ctype_base::upper, cZ, cZ+5); in test01()
180 VERIFY_SCAN_IS (std::ctype_base::upper, c0, c0+5); in test01()
192 VERIFY_SCAN_NOT (std::ctype_base::upper, c0, c0); in test01()
[all …]
H A Dctype_scan_char.cc79 VERIFY_SCAN_IS (std::ctype_base::upper, ca, ca+5); in test01()
91 VERIFY_SCAN_NOT (std::ctype_base::upper, ca, ca); in test01()
104 VERIFY_SCAN_IS (std::ctype_base::upper, cz, cz+5); in test01()
116 VERIFY_SCAN_NOT (std::ctype_base::upper, cz, cz); in test01()
129 VERIFY_SCAN_IS (std::ctype_base::upper, cA, cA); in test01()
141 VERIFY_SCAN_NOT (std::ctype_base::upper, cA, cA+5); in test01()
154 VERIFY_SCAN_IS (std::ctype_base::upper, cZ, cZ); in test01()
166 VERIFY_SCAN_NOT (std::ctype_base::upper, cZ, cZ+5); in test01()
179 VERIFY_SCAN_IS (std::ctype_base::upper, c0, c0+5); in test01()
191 VERIFY_SCAN_NOT (std::ctype_base::upper, c0, c0); in test01()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp237 uint64_t upper = 0; in updateSectionLoadAddress() local
240 vmaddrheuristic, lower, upper); in updateSectionLoadAddress()
243 if (upper > max_addr) in updateSectionLoadAddress()
244 max_addr = upper; in updateSectionLoadAddress()
248 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
260 uint64_t upper = lower + section_sp->GetByteSize(); in updateSectionLoadAddress() local
263 if (upper > max_addr) in updateSectionLoadAddress()
264 max_addr = upper; in updateSectionLoadAddress()
344 uint64_t upper = 0; in ReadJITDescriptorImpl() local
347 upper); in ReadJITDescriptorImpl()
/openbsd-src/gnu/usr.bin/gcc/gcc/config/s390/
H A Dfixdfdi.h24 #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
27 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
40 SItype_x upper; member
96 #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
99 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
112 SItype_x upper; member
/openbsd-src/gnu/gcc/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_inline.h65 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in is()
69 if (this->is(upper, *__low)) __m |= upper; in is()
128 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit in do_is()
/openbsd-src/gnu/gcc/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h65 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in is()
69 if (this->is(upper, *__low)) __m |= upper; in is()
128 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit in do_is()
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Dfixdfdi.h174 #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
177 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
190 SItype_x upper; member
246 #define EXPD(fp) (((fp.l.upper) >> 20) & 0x7FF)
249 #define SIGND(fp) ((fp.l.upper) & SIGNBIT)
262 SItype_x upper; member
/openbsd-src/gnu/lib/libstdc++/libstdc++/config/os/bsd/freebsd/
H A Dctype_inline.h58 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in is()
62 if (this->is(upper, *__low)) __m |= upper; in is()
H A Dctype_base.h48 static const mask upper = _CTYPE_U; member
61 static const mask upper = _U; member
/openbsd-src/sbin/iked/
H A Dgenmap.sh40 upper=$(echo $i | tr "[:lower:]" "[:upper:]")
44 X="${TOK}_${upper}"
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dstack1.C74 int upper () const { return upper_; } in upper() function
104 int l = a->upper () + i; in f()
107 l < a->lower () + 1 + a->upper ()) in f()

12345678910>>...24