/l4re-core-master/uclibc/lib/contrib/uclibc/libm/ |
A D | s_cbrt.c | 34 u_int32_t high,low; in cbrt() local 48 t*=x; GET_HIGH_WORD(high,t); SET_HIGH_WORD(t,high/3+B2); in cbrt() 60 GET_HIGH_WORD(high,t); in cbrt() 61 INSERT_WORDS(t,high+0x00000001,0); in cbrt() 72 GET_HIGH_WORD(high,t); in cbrt() 73 SET_HIGH_WORD(t,high|sign); in cbrt()
|
A D | s_expm1.c | 192 u_int32_t high; in expm1() local 194 GET_HIGH_WORD(high,y); in expm1() 195 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in expm1() 200 u_int32_t high; in expm1() local 203 GET_HIGH_WORD(high,y); in expm1() 204 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in expm1() 206 u_int32_t high; in expm1() local 210 GET_HIGH_WORD(high,y); in expm1() 211 SET_HIGH_WORD(y,high+(k<<20)); /* add k to y's exponent */ in expm1()
|
A D | s_fabs.c | 24 u_int32_t high; in fabs() local 25 GET_HIGH_WORD(high,x); in fabs() 26 SET_HIGH_WORD(x,high&0x7fffffff); in fabs()
|
A D | e_rem_pio2.c | 114 u_int32_t high; in __ieee754_rem_pio2() local 117 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2() 118 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2() 125 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2() 126 i = j-((high>>20)&0x7ff); in __ieee754_rem_pio2()
|
A D | e_hypot.c | 112 u_int32_t high; in __ieee754_hypot() local 114 GET_HIGH_WORD(high,t1); in __ieee754_hypot() 115 SET_HIGH_WORD(t1,high+(k<<20)); in __ieee754_hypot()
|
A D | e_jn.c | 262 u_int32_t high; in strong_alias() local 266 GET_HIGH_WORD(high,b); in strong_alias() 267 for(i=1;i<n&&high!=0xfff00000;i++){ in strong_alias() 270 GET_HIGH_WORD(high,b); in strong_alias()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _uintmaxtostr.c | 26 unsigned int H, L, high, low, rh; in _uintmaxtostr() local 101 high = (unsigned int) (uval >> (sizeof(unsigned int) * CHAR_BIT)); in _uintmaxtostr() 120 if (unlikely(high)) { in _uintmaxtostr() 121 rh = high % base; in _uintmaxtostr() 122 high /= base; in _uintmaxtostr() 142 } while (low | high); in _uintmaxtostr()
|
/l4re-core-master/l4util/include/ARCH-x86/ |
A D | apic.h | 296 unsigned long high; in apic_activate_by_msr() local 301 "=d" (high) in apic_activate_by_msr() 314 "d" (high) in apic_activate_by_msr() 324 unsigned long high; in apic_deactivate_by_msr() local 329 "=d" (high) in apic_deactivate_by_msr() 340 "d" (high) in apic_deactivate_by_msr() 350 unsigned long high; in apic_read_phys_address() local 355 "=d" (high) in apic_read_phys_address()
|
/l4re-core-master/l4util/include/ARCH-amd64/ |
A D | apic.h | 296 unsigned long high; in apic_activate_by_msr() local 301 "=d" (high) in apic_activate_by_msr() 314 "d" (high) in apic_activate_by_msr() 324 unsigned long high; in apic_deactivate_by_msr() local 329 "=d" (high) in apic_deactivate_by_msr() 340 "d" (high) in apic_deactivate_by_msr() 350 unsigned long high; in apic_read_phys_address() local 355 "=d" (high) in apic_read_phys_address()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/signal/ |
A D | allocrtsig.c | 64 int __libc_allocate_rtsig (int high); 65 int __libc_allocate_rtsig (int high) 71 return high ? current_rtmin++ : current_rtmax--;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | rpc_prot.c | 98 return (xdr_u_long (xdrs, &(ar->ar_vers.high))); in xdr_accepted_reply() 120 return xdr_u_long (xdrs, &(rr->rj_vers.high)); in libc_hidden_def() 267 error->re_vers.high = msg->rjcted_rply.rj_vers.high; in _seterr_reply() 276 error->re_vers.high = msg->acpted_rply.ar_vers.high; in _seterr_reply()
|
A D | clnt_perror.c | 242 e.re_vers.low, e.re_vers.high); in clnt_sperror() 266 e.re_vers.low, e.re_vers.high); in clnt_sperror()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/ |
A D | tempname.c | 146 uint32_t high, low, rh; in brain_damaged_fillrand() local 151 high = value >> 32; in brain_damaged_fillrand() 153 rh = high % NUM_LETTERS; in brain_damaged_fillrand() 154 high /= NUM_LETTERS; in brain_damaged_fillrand()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/ |
A D | allocrtsig.c | 77 __libc_allocate_rtsig (int high) 85 return high ? current_rtmin++ : current_rtmax--;
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale/ |
A D | tst-langinfo.c | 115 int high = sizeof (map) / sizeof (map[0]); in map_paramstr() local 117 while (low < high) in map_paramstr() 119 int med = (low + high) / 2; in map_paramstr() 128 high = med; in map_paramstr()
|
A D | gen-unicode-ctype.c | 490 ucs_symbol_range (unsigned int low, unsigned int high) in ucs_symbol_range() argument 496 strcat (buf, ucs_symbol (high)); in ucs_symbol_range() 524 unsigned int low, high; in output_charclass() local 531 high = i - 1; in output_charclass() 533 if (low == high) in output_charclass() 536 strcpy (buf, ucs_symbol_range (low, high)); in output_charclass()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | lseek.c | 26 __off_t high = 0; 28 __LONG_LONG_PAIR(high, offset),
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/ldso/fdpic/ |
A D | dl-inlines.h | 191 const unsigned long *high = &primes[ARRAY_SIZE(primes)]; in higher_prime_number() local 193 while (low != high) { in higher_prime_number() 194 const unsigned long *mid = low + (high - low) / 2; in higher_prime_number() 198 high = mid; in higher_prime_number()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | rpc_msg.h | 97 u_long high; member 117 u_long high; member
|
A D | auth.h | 74 u_int32_t high; member
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/ |
A D | stdlib.c | 673 void *bsearch(const void *key, const void *base, size_t /* nmemb */ high, in bsearch() argument 683 while (low < high) { in bsearch() 684 mid = low + ((high - low) >> 1); /* Avoid possible overflow here. */ in bsearch() 690 high = mid; in bsearch()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/sparcv7/ |
A D | udiv.S | 81 ! This means that %o3 has the high-order bit set. 83 sll %g1, 4, %g1 ! high order bit 104 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-
|
A D | urem.S | 81 ! This means that %o3 has the high-order bit set. 83 sll %g1, 4, %g1 ! high order bit 104 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-
|
A D | rem.S | 94 ! This means that %o3 has the high-order bit set. 96 sll %g1, 4, %g1 ! high order bit 117 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-
|
A D | sdiv.S | 94 ! This means that %o3 has the high-order bit set. 96 sll %g1, 4, %g1 ! high order bit 117 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-
|