Home
last modified time | relevance | path

Searched refs:hi (Results 1 – 25 of 57) sorted by relevance

123

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Duint128_t.h39 : lo(lo), hi(hi) in lo()
41 : hi(hi), lo(lo) in lo()
61 x.hi &= y.hi;
69 x.hi |= y.hi;
85 x.hi <<= y.lo;
100 x.hi = 0;
123 x.hi += y.hi;
131 x.hi -= y.hi;
156 z.hi += x.lo * y.hi + x.hi * y.lo;
217 { return x.hi == y.hi && x.lo == y.lo; }
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/ryu/
A Dd2s_intrinsics.h51 return __shiftright128(lo, hi, (unsigned char) dist); in shiftright128()
90 return (hi << (64 - dist)) | (lo >> dist); in shiftright128()
102 uint64_t hi; in umulh() local
103 umul128(a, b, &hi); in umulh()
104 return hi; in umulh()
321 uint64_t hi; in mulShiftAll64() local
322 const uint64_t mid = tmp + umul128(m, mul[1], &hi); in mulShiftAll64()
323 hi += mid < tmp; // overflow into hi in mulShiftAll64()
327 const uint64_t hi2 = hi + (mid2 < mid); in mulShiftAll64()
333 const uint64_t hi3 = hi - (mid3 > mid); in mulShiftAll64()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libm/
A Ds_expm1.c127 double y,hi,lo,c=0.0,t,e,hxs,hfx,r1; in expm1() local
158 {hi = x - ln2_hi; lo = ln2_lo; k = 1;} in expm1()
160 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;} in expm1()
164 hi = x - t*ln2_hi; /* t*ln2_hi is exact here */ in expm1()
167 x = hi - lo; in expm1()
168 c = (hi-x)-lo; in expm1()
A De_exp.c99 double hi = 0.0; in __ieee754_exp() local
127 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb; in __ieee754_exp()
131 hi = x - t*ln2HI[0]; /* t*ln2HI is exact here */ in __ieee754_exp()
134 x = hi - lo; in __ieee754_exp()
145 else y = one-((lo-(x*c)/(2.0-c))-hi); in __ieee754_exp()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/sparc/
A Dcrt1.S79 sethi %hi(_GLOBAL_OFFSET_TABLE_-4), %l7
95 sethi %hi(main), %o0
96 sethi %hi(_init), %o3
97 sethi %hi(_fini), %o4
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sparc/sparc32/
A Dstrchr.S58 sethi %hi(0x01010101), %o5
77 sethi %hi(0x80808080), %o4
82 4: sethi %hi(0x01010101), %o5
144 sethi %hi(0x01010101), %o4
156 sethi %hi(0x80808080), %o4
158 4: sethi %hi(0x01010101), %o4
208 sethi %hi(0x01010101), %o4
232 sethi %hi(0x80808080), %o4
237 4: sethi %hi(0x01010101), %o4
A Dmemchr.S34 sethi %hi(0x80808080), %o4
52 sethi %hi(0x01010101), %o5
73 sethi %hi(0x80808080), %o4
75 4: sethi %hi(0x01010101), %o5
A Dstrlen.S51 sethi %hi(0x01010101), %o4
69 sethi %hi(0x80808080), %o4
71 4: sethi %hi(0x01010101), %o4
A Dstpcpy.S55 sethi %hi(0x01010101), %o4
70 sethi %hi(0x80808080), %o4
72 4: sethi %hi(0x01010101), %o4
A Dstrcmp.S59 sethi %hi(0x01010101), %g1
79 sethi %hi(0x80808080), %g1
81 4: sethi %hi(0x01010101), %g1
A Dstrcat.S80 sethi %hi(0x01010101), %o4
88 2: sethi %hi(0x01010101), %o4
97 sethi %hi(0x80808080), %o4
99 7: sethi %hi(0x01010101), %o4
A Dstrcpy.S55 sethi %hi(0x01010101), %o4
69 sethi %hi(0x80808080), %o4
71 4: sethi %hi(0x01010101), %o4
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios2/
A Dcrt1.S39 movhi r4, %hi(main)
45 movhi r7, %hi(_init)
51 movhi r8, %hi(_fini)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dvfork.S30 sethi %hi(_GLOBAL_OFFSET_TABLE_-4), %o0
33 sethi %hi(__libc_pthread_functions), %o2
41 sethi %hi(pthread_create), %o0
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dvfork.S29 sethi %hi(_GLOBAL_OFFSET_TABLE_-4), %o0
32 sethi %hi(__libc_pthread_functions), %o2
39 sethi %hi(pthread_create), %o0
/l4re-core-master/uclibc/lib/contrib/uclibc/test/args/
A Darg_test.out.good13 environ[2]='BLAHBLAH= hi hi '
A Darg_test_glibc.out.good13 environ[2]='BLAHBLAH= hi hi '
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/
A Dcrti.S73 lui $28,%hi(%neg(%gp_rel(_init)))
95 lui $28,%hi(%neg(%gp_rel(_fini)))
126 lui $1,%hi(%neg(%gp_rel(_init)))
149 lui $1,%hi(%neg(%gp_rel(_fini)))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/
A DNM_Macros.S58 PFX %hi(\val)
113 PFX %hi(\val)
145 PFX %hi(\val)
151 PFX %hi(\val)
157 PFX %hi(\val)
163 PFX %hi(\val)
196 PFX %hi('0')
222 PFX %hi(\val)
230 PFX %hi(\val)
/l4re-core-master/libc_backends/lib/sig/lib/ARCH-mips/
A Darch.h20 ucf->uc_mcontext.mdhi = ue->hi; in fill_ucontext_frame()
31 ue->hi = ucf->uc_mcontext.mdhi; in fill_utcb_exc()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sh/
A Dpthread_cond_signal.S51 cmp/hi r2, r0
53 cmp/hi r0, r2
56 cmp/hi r2, r1
A Dpthread_cond_broadcast.S54 cmp/hi r2, r0
56 cmp/hi r0, r2
59 cmp/hi r2, r1
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/sh/sh4/
A Dmemcpy.S70 cmp/hi r2,r0 ! 57 MT
87 cmp/hi r2,r0 ! 57 MT
109 8: cmp/hi r2,r0 ! 57 MT
143 cmp/hi r2,r0 ! 57 MT
164 cmp/hi r2,r0
177 8: cmp/hi r2,r0 ! 57 MT
396 cmp/hi r7, r0
414 cmp/hi r7,r0 ! 57 MT
983 cmp/hi r2, r0 ! 57 MT
989 cmp/hi r2,r0 ! 57 MT
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dvfork.S29 sethi %hi(0x80000000), %o4
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Drandom_r.c222 long int hi = word / 127773; in libc_hidden_def() local
224 word = 16807 * lo - 2836 * hi; in libc_hidden_def()

Completed in 43 milliseconds

123