Searched refs:lo (Results 26 - 50 of 602) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gdb/gdb/
H A Dmemattr.c44 create_mem_region (CORE_ADDR lo, CORE_ADDR hi, argument
49 /* lo == hi is a useless empty region */
50 if (lo >= hi && hi != 0)
60 if ((lo >= n->lo && (lo < n->hi || n->hi == 0))
61 || (hi > n->lo && (hi <= n->hi || n->hi == 0))
62 || (lo <= n->lo && (hi >= n->hi || hi == 0)))
71 new->lo
98 CORE_ADDR lo; local
138 CORE_ADDR lo, hi; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl51 ($hi,$lo,$t0,$t1, $i0,$i1 )=map("r$_",(4..9),12);
78 ldr $lo,[sp,$i0] @ tab[b & 0x7]
83 eor $lo,$lo,$t1,lsl#3 @ stall
88 eor $lo,$lo,$t0,lsl#6
93 eor $lo,$lo,$t1,lsl#9
98 eor $lo,$lo,
[all...]
H A Dx86-gf2m.pl122 ($lo,$hi)=("eax","edx");
131 &lea (@i[1],&DWP(0,$lo,$lo));
132 &sar ($lo,31); # broadcast 31st bit
146 &and ($lo,$b);
150 &mov ($hi,$lo);
151 &shl ($lo,31);
159 &xor ($lo,@i[1]);
166 &xor ($lo,&DWP(0,"esp",@i[0],4));
177 &xor ($lo,
[all...]
/freebsd-11-stable/contrib/binutils/bfd/
H A DMakefile.in83 am__objects_1 = archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
84 cache.lo coffgen.lo corefile.lo format.lo init.lo libbf
[all...]
H A DMakefile.am40 archive.lo archures.lo bfd.lo bfdio.lo bfdwin.lo \
41 cache.lo coffgen.lo corefile.lo \
42 format.lo init.lo libbf
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dgcc_qdiv.c15 register double x = dst.s.hi, x1 = dst.s.lo, y = src.s.hi, y1 = src.s.lo;
25 dst.s.lo = 0.0;
32 dst.s.lo = 0.0;
48 dst.s.lo = (q - x) + tmp;
H A Dgcc_qmul.c15 register double A = dst.s.hi, a = dst.s.lo, B = src.s.hi, b = src.s.lo;
25 dst.s.lo = 0.0;
32 dst.s.lo = 0.0;
46 dst.s.lo = (ab - tau) + tmp;
H A Dgcc_qadd.c16 register double A = dst.s.hi, a = dst.s.lo, B = src.s.hi, b = src.s.lo;
21 dst.s.lo = 0.0;
31 dst.s.lo = 0.0;
42 dst.s.lo = 0.0;
71 dst.s.lo = (W - Y) + w;
H A Dgcc_qsub.c16 register double A = dst.s.hi, a = dst.s.lo, B = -src.s.hi, b = -src.s.lo;
21 dst.s.lo = 0.0;
31 dst.s.lo = 0.0;
42 dst.s.lo = 0.0;
71 dst.s.lo = (W - Y) + w;
H A Ddivtc3.c20 (x).s.lo = 0.0; \
36 cDD.s.lo = crt_scalbn(cDD.s.lo, -ilogbw);
38 dDD.s.lo = crt_scalbn(dDD.s.lo, -ilogbw);
52 real.s.lo = crt_scalbn(real.s.lo, -ilogbw);
54 imag.s.lo = crt_scalbn(imag.s.lo, -ilogbw);
63 real.s.lo
[all...]
/freebsd-11-stable/contrib/blacklist/port/
H A D_strtoi.h49 __TYPE lo, __TYPE hi, int * rstatus)
81 if (im < lo) {
84 return lo;
48 _FUNCNAME(const char * __restrict nptr, char ** __restrict endptr, int base, __TYPE lo, __TYPE hi, int * rstatus) argument
/freebsd-11-stable/lib/msun/src/
H A Ds_fmal.c43 long double lo; member in struct:dd
59 ret.lo = (a - (ret.hi - s)) + (b - s);
81 if (sum.lo != 0) {
84 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
107 * bits in sum.lo. With the sticky bit adjusted, the hardware will
113 if (sum.lo != 0) {
117 sum.hi = nextafterl(sum.hi, INFINITY * sum.lo);
152 ret.lo = p - ret.hi + q + la * lb;
235 * (xy.hi, xy.lo) = x * y (exact)
236 * (r.hi, r.lo)
[all...]
H A De_log10f.c36 float f,hfsq,hi,lo,r,y; local
69 lo = (f - hi) - hfsq + r;
70 return y*log10_2lo + (lo+hi)*ivln10lo + lo*ivln10hi + hi*ivln10hi +
H A De_log2.c44 double f,hfsq,hi,lo,r,val_hi,val_lo,w,y; local
76 * keeps R small (though not as small as a true `lo' term would be),
80 * theorem for spitting f-hfsq as hi+lo, unless double_t was used
103 lo = (f - hi) - hfsq + r;
105 val_lo = (lo+hi)*ivln2lo + lo*ivln2hi;
H A De_log2f.c34 float f,hfsq,hi,lo,r,y; local
80 lo = (f - hi) - hfsq + r;
81 return (lo+hi)*ivln2lo + lo*ivln2hi + hi*ivln2hi + y;
H A De_expf.c48 float y,hi=0.0,lo=0.0,c,t,twopk; local
69 hi = x-ln2HI[xsb]; lo=ln2LO[xsb]; k = 1-xsb-xsb;
74 lo = t*ln2LO[0];
76 STRICT_ASSIGN(float, x, hi - lo);
91 else y = one-((lo-(x*c)/((float)2.0-c))-hi);
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_exp.c92 double z,hi,lo,c;
105 /* express x-k*ln2 as hi-lo and let x=hi-lo rounded */
108 x=hi-(lo=k*ln2lo);
113 return scalb(1.0+(hi-(lo-(x*c)/(2.0-c))),k);
138 double z,hi,lo; local
150 /* express (x+c)-k*ln2 as hi-lo and let x=hi-lo rounded */
153 x= hi - (lo = k*ln2lo-c);
159 return scalb(1.+(hi-(lo
[all...]
/freebsd-11-stable/contrib/apr/
H A Dbuild-outputs.mk3 encoding/apr_encode.lo: encoding/apr_encode.c .make.dirs include/apr_allocator.h include/apr_encode.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
4 encoding/apr_escape.lo: encoding/apr_escape.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_escape.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
5 passwd/apr_getpass.lo: passwd/apr_getpass.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
6 strings/apr_cpystrn.lo: strings/apr_cpystrn.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
7 strings/apr_cstr.lo: strings/apr_cstr.c .make.dirs include/apr_allocator.h include/apr_cstr.h include/apr_errno.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
8 strings/apr_fnmatch.lo: strings/apr_fnmatch.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_file_info.h include/apr_fnmatch.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_time.h include/apr_user.h include/apr_want.h
9 strings/apr_snprintf.lo: strings/apr_snprintf.c .make.dirs include/apr_allocator.h include/apr_dso.h include/apr_errno.h include/apr_file_info.h include/apr_file_io.h include/apr_general.h include/apr_global_mutex.h include/apr_inherit.h include/apr_lib.h include/apr_network_io.h include/apr_perms_set.h include/apr_pools.h include/apr_portable.h include/apr_proc_mutex.h include/apr_shm.h include/apr_strings.h include/apr_tables.h include/apr_thread_mutex.h include/apr_thread_proc.h include/apr_time.h include/apr_user.h include/apr_want.h
10 strings/apr_strings.lo: strings/apr_strings.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
11 strings/apr_strnatcmp.lo: strings/apr_strnatcmp.c .make.dirs include/apr_allocator.h include/apr_errno.h include/apr_general.h include/apr_lib.h include/apr_pools.h include/apr_strings.h include/apr_thread_mutex.h include/apr_time.h include/apr_want.h
12 strings/apr_strtok.lo
[all...]
/freebsd-11-stable/contrib/ntp/libntp/
H A Dvint64ops.c112 M_ADD(res.D_s.hi, res.D_s.lo, 0, digit);
121 M_NEG(res.D_s.hi, res.D_s.lo);
142 res = (lhs->D_s.lo > rhs->D_s.lo)
143 - (lhs->D_s.lo < rhs->D_s.lo);
166 res = (lhs->D_s.lo > rhs->D_s.lo)
167 - (lhs->D_s.lo < rhs->D_s.lo);
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A DMakefile.in148 dist_libkrb5_la_OBJECTS = libkrb5_la-acache.lo libkrb5_la-acl.lo \
149 libkrb5_la-add_et_list.lo libkrb5_la-addr_families.lo \
150 libkrb5_la-aname_to_localname.lo libkrb5_la-appdefault.lo \
151 libkrb5_la-asn1_glue.lo libkrb5_la-auth_context.lo \
152 libkrb5_la-build_ap_req.lo libkrb5_la-build_auth.lo \
[all...]
/freebsd-11-stable/sys/sys/
H A Dlock.h155 * lo - struct lock_object * for this lock
163 #define LOCK_LOG_TEST(lo, flags) \
164 (((flags) & LOP_QUIET) == 0 && ((lo)->lo_flags & LO_QUIET) == 0)
166 #define LOCK_LOG_TEST(lo, flags) 0
170 #define LOCK_LOG_LOCK(opname, lo, flags, recurse, file, line) do { \
171 if (LOCK_LOG_TEST((lo), (flags))) \
173 LOCK_CLASS(lo)->lc_name, (lo)->lo_name, \
174 (lo), (u_int)(recurse), (file), (line)); \
177 #define LOCK_LOG_TRY(opname, lo, flag
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv6remote.pl58 next if /^lo/;
84 next if $interf =~ /lo[0-9]+/;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/arm/
H A Dswitch8.S35 ite lo
H A Dswitchu8.S35 ite lo
/freebsd-11-stable/contrib/binutils/opcodes/
H A DMakefile.in82 am_libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo dis-init.lo
437 alpha-dis.lo \
438 alpha-opc.lo \
439 arc-dis.lo \
440 arc-opc.lo \
441 arc-ext.lo \
442 arm-dis.lo \
443 avr-dis.lo \
[all...]

Completed in 120 milliseconds

1234567891011>>