Searched refs:hi (Results 226 - 250 of 262) sorted by relevance

1234567891011

/bionic/libc/kernel/uapi/asm-mips/asm/
H A Dptrace.h36 __u64 hi; member in struct:pt_regs
H A Dkvm.h26 __u64 hi; member in struct:kvm_regs
/bionic/libc/versioner-dependencies/common/kernel_uapi/asm-mips/asm/
H A Dptrace.h36 __u64 hi; member in struct:pt_regs
H A Dkvm.h26 __u64 hi; member in struct:kvm_regs
/bionic/libc/versioner-dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dptrace.h36 __u64 hi; member in struct:pt_regs
H A Dkvm.h26 __u64 hi; member in struct:kvm_regs
/bionic/libc/versioner-dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dptrace.h36 __u64 hi; member in struct:pt_regs
H A Dkvm.h26 __u64 hi; member in struct:kvm_regs
/bionic/tools/versioner/dependencies/common/kernel_uapi/asm-mips/asm/
H A Dptrace.h36 __u64 hi; member in struct:pt_regs
H A Dkvm.h26 __u64 hi; member in struct:kvm_regs
/bionic/tools/versioner/dependencies/mips/kernel_uapi_asm-mips/asm/
H A Dptrace.h36 __u64 hi; member in struct:pt_regs
H A Dkvm.h26 __u64 hi; member in struct:kvm_regs
/bionic/tools/versioner/dependencies/mips64/kernel_uapi_asm-mips/asm/
H A Dptrace.h36 __u64 hi; member in struct:pt_regs
H A Dkvm.h26 __u64 hi; member in struct:kvm_regs
/bionic/libc/upstream-netbsd/common/lib/libc/stdlib/
H A Drandom.c277 int x1, hi, lo, t; local
287 hi = x1 / 127773;
289 t = 16807 * lo - 2836 * hi;
513 long x, hi, lo, t; local
522 hi = x / 127773;
524 t = 16807 * lo - 2836 * hi;
/bionic/libm/upstream-freebsd/lib/msun/ld128/
H A Ds_logl.c425 (rp)->hi = (v); \
431 (rp)->hi = (h); \
438 long double hi; member in struct:ld
619 * Since x+x_lo is a hi+lo decomposition and subtracting 1
687 * of the hi terms are exact in double precision. The types are chosen so
688 * that the products of the hi terms are done in at least double precision,
704 float hi; local
710 RETURNPI(r.hi);
711 _2sumF(r.hi, r.lo);
712 hi
723 float hi; local
[all...]
H A Dk_expl.h47 * ln2/INTERVALS = L1+L2 (hi+lo decomposition for multiplication). L1 must
83 * hi must be rounded to at most 106 bits so that multiplication
87 * XXX it is wasteful to use long double for both hi and lo. ld128
95 * to all line up for the hi values 1 before the point and 88
99 long double hi; member in struct:__anon2417
266 t = tbl[n2].lo + tbl[n2].hi;
267 *hip = tbl[n2].hi;
292 long double hi, lo, twopkm2; local
296 __k_expl(x, &hi, &lo, &k);
298 return (lo + hi) *
308 long double exp_x, hi, lo; local
[all...]
/bionic/libc/arch-arm64/generic/bionic/
H A Dmemset.S107 b.hi L(set_long)
164 b.hi 1b
193 b.hi 1b
216 b.hi 1b
239 b.hi 1b
H A Dmemcmp.S85 ccmp data1, data2, 0, hi /* NZCV = 0b0000. */
H A Dmemcpy_base.S103 b.hi L(copy_long)
199 b.hi 1b
/bionic/libc/arch-arm64/cortex-a53/bionic/
H A Dmemmove.S94 ccmp tmp1, count, 2, hi
129 b.hi 1b
/bionic/libc/bionic/
H A Diconv.cpp190 uint16_t hi = wc; local
192 wc = 0x10000 + ((hi - 0xd800) << 10) + (lo - 0xdc00);
253 char16_t hi = 0xd800 | (wc >> 10); local
255 Out16(buf + 0, hi, swap);
H A Dpthread_attr.cpp210 uintptr_t lo, hi; local
211 if (sscanf(line, "%" SCNxPTR "-%" SCNxPTR, &lo, &hi) == 2) {
212 if (lo <= startstack && startstack <= hi) {
214 *stack_base = reinterpret_cast<void*>(hi - *stack_size);
/bionic/libc/tzcode/
H A Dlocaltime.c1450 register int hi = sp->timecnt; local
1452 while (lo < hi) {
1453 register int mid = (lo + hi) >> 1;
1456 hi = mid;
1846 register time_t hi; local
1923 hi = time_t_max;
1925 t = lo / 2 + hi / 2;
1928 else if (t > hi)
1929 t = hi;
1944 } else if (t == hi) {
[all...]
/bionic/libc/arch-arm/cortex-a15/bionic/
H A D__strcat_chk.S183 itt hi

Completed in 200 milliseconds

1234567891011