Home
last modified time | relevance | path

Searched refs:high (Results 1 – 25 of 104) sorted by relevance

12345

/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_expm1.c234 uint32_t high; in __expm1() local
236 GET_HIGH_WORD (high, y); in __expm1()
237 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
243 uint32_t high; in __expm1() local
246 GET_HIGH_WORD (high, y); in __expm1()
247 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
251 uint32_t high; in __expm1() local
255 GET_HIGH_WORD (high, y); in __expm1()
256 SET_HIGH_WORD (y, high + (k << 20)); /* add k to y's exponent */ in __expm1()
De_jn.c327 uint32_t high; in libm_alias_finite() local
331 GET_HIGH_WORD (high, b); in libm_alias_finite()
332 for (i = 1; i < n && high != 0xfff00000; i++) in libm_alias_finite()
336 GET_HIGH_WORD (high, b); in libm_alias_finite()
/glibc-2.36/sysdeps/wordsize-32/
Ddivdi3.c43 struct DWstruct { Wtype high, low;}; member
45 struct DWstruct { Wtype low, high;}; member
71 d1 = dd.s.high; in __udivmoddi4()
73 n1 = nn.s.high; in __udivmoddi4()
103 rr.s.high = 0; in __udivmoddi4()
178 rr.s.high = 0; in __udivmoddi4()
197 rr.s.high = n1; in __udivmoddi4()
229 rr.s.high = n1; in __udivmoddi4()
262 rr.s.high = n1 >> bm; in __udivmoddi4()
270 ww.s.high = q1; in __udivmoddi4()
/glibc-2.36/nscd/
Dmem.c208 size_t high = nmark; in gc() local
209 while (high > 0 && mark[high - 1] == 0) in gc()
210 --high; in gc()
213 if (high == 0) in gc()
221 while ((mark[high - 1] & mask) == 0) in gc()
228 while (byte < high && mark[byte] == ALLBITS) in gc()
231 if (byte == high in gc()
232 || (byte == high - 1 && (mark[byte] & ~(mask | (mask - 1))) == 0)) in gc()
276 while (byte < high) in gc()
287 while (byte < high && mark[byte] == 0); in gc()
[all …]
/glibc-2.36/malloc/
Dtst-dynarray-fail.c377 unsigned long high = 1 << 30; in reduce_rlimit_as() local
380 limit.rlim_cur = high; in reduce_rlimit_as()
384 if (2 * high < high) in reduce_rlimit_as()
386 high *= 2; in reduce_rlimit_as()
390 while ((high - low) > 128 * 1024) in reduce_rlimit_as()
392 unsigned long middle = (low + high) / 2; in reduce_rlimit_as()
396 high = middle; in reduce_rlimit_as()
401 unsigned long target = high + as_limit_reserve; in reduce_rlimit_as()
/glibc-2.36/sysdeps/powerpc/powerpc32/
Ddl-machine.c93 ElfW(Addr) low, high; in __elf_preferred_address()
106 high = 0x70000000; in __elf_preferred_address()
118 if ((mapend >= high || l->l_type == lt_executable) in __elf_preferred_address()
119 && high >= mapstart) in __elf_preferred_address()
120 high = mapstart; in __elf_preferred_address()
123 else if (high >= mapend && mapstart >= low) in __elf_preferred_address()
125 if (high - mapend >= mapstart - low) in __elf_preferred_address()
128 high = mapstart; in __elf_preferred_address()
132 high -= 0x10000; /* Allow some room between objects. */ in __elf_preferred_address()
134 if (high <= low || high - low < maplength ) in __elf_preferred_address()
[all …]
/glibc-2.36/iconvdata/
Dibm932.c135 uint32_t high; \
157 high = (sizeof (__ucs4_to_ibm932db) >> 1) \
161 while (low < high) \
163 i = (low + high) >> 1; \
165 high = i; \
Dibm943.c136 uint32_t high; \
158 high = (sizeof (__ucs4_to_ibm943db) >> 1) \
162 while (low < high) \
164 i = (low + high) >> 1; \
166 high = i; \
/glibc-2.36/sunrpc/
Drpc_prot.c92 return (xdr_u_long (xdrs, &(ar->ar_vers.high))); in libc_hidden_nolink_sunrpc()
114 return xdr_u_long (xdrs, &(rr->rj_vers.high)); in libc_hidden_nolink_sunrpc()
261 error->re_vers.high = msg->rjcted_rply.rj_vers.high; in _seterr_reply()
270 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
Dsvcauth_des.c155 cred->adc_fullname.key.key.high = *ixdr++; in _svcauth_des()
174 verf.adv_xtimestamp.key.high = *ixdr++; in _svcauth_des()
225 cryptbuf[1].key.high = cred->adc_fullname.window; in _svcauth_des()
227 ivec.key.high = ivec.key.low = 0; in _svcauth_des()
340 *ixdr++ = verf.adv_xtimestamp.key.high; in _svcauth_des()
455 hi = key->key.high; in cache_spot()
458 if (cp->key.key.high == hi && in cache_spot()
/glibc-2.36/sysdeps/sparc/sparc64/
Dmul_1.S43 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
60 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
67 srl %i4,0,%g5 ! zero high 32 bits of lo product
69 srlx %i1,32,%i1 ! extract high bits of mid product...
70 add %i5,%i1,%i1 ! ...and add them to the high result
Daddmul_1.S41 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
58 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
65 srl %i4,0,%g5 ! zero high 32 bits of lo product
67 srlx %i1,32,%i1 ! extract high bits of mid product...
69 add %i5,%i1,%i1 ! ...and add them to the high result
Dsubmul_1.S40 srlx %i3,32,%i3 ! extract high 32 bits of s2_limb
57 srlx %i4,32,%i0 ! extract high 32 bits of lo product...
64 srl %i4,0,%g5 ! zero high 32 bits of lo product
66 srlx %i1,32,%i1 ! extract high bits of mid product...
68 add %i5,%i1,%i1 ! ...and add them to the high result
Ddl-plt.h27 Elf64_Addr high, int t) in sparc64_fixup_plt() argument
44 if (__builtin_expect (high, 0) != 0) in sparc64_fixup_plt()
/glibc-2.36/iconv/
Dgconv_trans.c48 uint32_t high; in __gconv_transliterate() local
85 high = size; in __gconv_transliterate()
86 while (low < high) in __gconv_transliterate()
88 uint32_t med = (low + high) / 2; in __gconv_transliterate()
163 high = med; in __gconv_transliterate()
/glibc-2.36/elf/
Ddl-misc.c125 const uint32_t *high = &primes[sizeof (primes) / sizeof (primes[0])]; in _dl_higher_prime_number() local
127 while (low != high) in _dl_higher_prime_number()
129 const uint32_t *mid = low + (high - low) / 2; in _dl_higher_prime_number()
133 high = mid; in _dl_higher_prime_number()
Ddl-diagnostics.c106 uint32_t high = value >> 32; in _dl_diagnostics_print_labeled_value() local
108 if (high == 0) in _dl_diagnostics_print_labeled_value()
111 _dl_printf ("%s=0x%x%08x\n", label, high, low); in _dl_diagnostics_print_labeled_value()
/glibc-2.36/stdlib/
Dqsort.c58 #define PUSH(low, high) ((void) ((top->lo = (low)), (top->hi = (high)), ++top)) argument
59 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi))) argument
/glibc-2.36/localedata/
Dtst-langinfo.c126 int high = sizeof (map) / sizeof (map[0]); in map_paramstr() local
128 while (low < high) in map_paramstr()
130 int med = (low + high) / 2; in map_paramstr()
139 high = med; in map_paramstr()
/glibc-2.36/sysdeps/mips/mips64/
Daddmul_1.S87 daddu $2,$9,$2 # add high product limb and carry from addition
111 daddu $2,$9,$2 # add high product limb and carry from addition
129 daddu $2,$9,$2 # add high product limb and carry from addition
Dmul_1.S84 daddu $2,$9,$2 # add high product limb and carry from addition
104 daddu $2,$9,$2 # add high product limb and carry from addition
118 daddu $2,$9,$2 # add high product limb and carry from addition
Dsubmul_1.S88 daddu $2,$9,$2 # add high product limb and carry from addition
112 daddu $2,$9,$2 # add high product limb and carry from addition
130 daddu $2,$9,$2 # add high product limb and carry from addition
/glibc-2.36/sysdeps/s390/
Dutf8-utf16-z9.c422 uint16_t zabcd, high, low; \
447 high = (uint16_t)(0xd8 << 8); /* high surrogate id */ \
448 high |= zabcd << 6; /* abcd bits */ \
449 high |= (inptr[1] & 0xf) << 2; /* efgh bits */ \
450 high |= (inptr[2] & 0x30) >> 4; /* ij bits */ \
457 put16 (outptr, high); \
/glibc-2.36/signal/
Dallocrtsig.c59 __libc_allocate_rtsig (int high) in libc_hidden_def()
68 return high ? current_rtmin++ : current_rtmax--; in libc_hidden_def()
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dtest-canonical-ldbl-96.c30 bool high; member
98 (tests[i].mantissa >> 32) | (tests[i].high << 31), in do_test()

12345