Searched refs:lo (Results 76 - 100 of 602) sorted by relevance

1234567891011>>

/freebsd-11-stable/lib/msun/ld80/
H A Ds_expl.c74 long double hi, lo, t, twopk; local
101 __k_expl(x, &hi, &lo, &k);
102 t = SUM2P(hi, lo);
253 t = (long double)tbl[n2].lo + tbl[n2].hi;
256 t = SUM2P(tbl[n2].hi - 1, tbl[n2].lo * (r1 + 1) + t * q +
261 t = SUM2P(tbl[n2].hi - 2, tbl[n2].lo * (r1 + 1) + t * q +
266 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1));
270 t = SUM2P(tbl[n2].hi, tbl[n2].lo + t * (q + r1));
280 t = SUM2P(tbl[n2].hi, tbl[n2].lo - twomk + t * (q + r1));
282 t = SUM2P(tbl[n2].hi - twomk, tbl[n2].lo
[all...]
/freebsd-11-stable/sbin/newfs_msdos/
H A Dnewfs_msdos.c47 #define argto1(arg, lo, msg) argtou(arg, lo, 0xff, msg)
48 #define argto2(arg, lo, msg) argtou(arg, lo, 0xffff, msg)
49 #define argto4(arg, lo, msg) argtou(arg, lo, 0xffffffff, msg)
50 #define argtox(arg, lo, msg) argtou(arg, lo, UINT_MAX, msg)
198 argtou(const char *arg, u_int lo, u_int hi, const char *msg) argument
205 if (errno || !*arg || *s || x < lo ||
[all...]
/freebsd-11-stable/contrib/subversion/
H A Dbuild-outputs.mk127 afl_svndiff_DEPS = subversion/tests/afl/afl-svndiff.lo subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
128 afl_svndiff_OBJECTS = afl-svndiff.lo
133 afl_x509_DEPS = subversion/tests/afl/afl-x509.lo subversion/libsvn_subr/libsvn_subr-1.la
134 afl_x509_OBJECTS = afl-x509.lo
139 atomic_ra_revprop_change_DEPS = subversion/tests/cmdline/atomic-ra-revprop-change.lo subversion/libsvn_ra/libsvn_ra-1.la subversion/libsvn_subr/libsvn_subr-1.la
140 atomic_ra_revprop_change_OBJECTS = atomic-ra-revprop-change.lo
145 auth_test_DEPS = subversion/tests/libsvn_subr/auth-test.lo subversion/tests/libsvn_test-1.la subversion/libsvn_subr/libsvn_subr-1.la
146 auth_test_OBJECTS = auth-test.lo
151 authz_test_DEPS = subversion/tests/libsvn_repos/authz-test.lo subversion/tests/libsvn_test-1.la subversion/libsvn_repos/libsvn_repos-1.la subversion/libsvn_fs/libsvn_fs-1.la subversion/libsvn_delta/libsvn_delta-1.la subversion/libsvn_subr/libsvn_subr-1.la
152 authz_test_OBJECTS = authz-test.lo
[all...]
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A DMakefile.in75 am__objects_1 = del_op.lo del_opnt.lo del_opv.lo del_opvnt.lo \
76 eh_alloc.lo eh_arm.lo eh_aux_runtime.lo eh_call.lo eh_catch.lo \
77 eh_exception.lo eh_global
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dmkfilters23 next if (($i =~ /lo/) || !defined($net{$i}) || defined($ppp{$i}));
44 if ($i !~ /lo/) {
53 if ($i ne $j && $j !~ /^lo/ && defined($net{$j})) {
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-ixf18201.c107 uint32_t hi, lo; local
113 lo = cvmx_ixf18201_read16(reg_addr);
115 return((hi << 16) | lo);
119 uint16_t hi, lo; local
125 lo = data & 0xFFFF;
127 cvmx_ixf18201_write16(reg_addr, lo);
/freebsd-11-stable/lib/msun/src/
H A Ds_expm1.c135 double y,hi,lo,c,t,e,hxs,hfx,r1,twopk; local
165 {hi = x - ln2_hi; lo = ln2_lo; k = 1;}
167 {hi = x + ln2_hi; lo = -ln2_lo; k = -1;}
172 lo = t*ln2_lo;
174 STRICT_ASSIGN(double, x, hi - lo);
175 c = (hi-x)-lo;
H A De_sinhl.c87 long double hi,lo,x2,x4; local
124 k_hexpl(fabsl(x), &hi, &lo); local
125 RETURNI(s*(lo - 0.25/(hi + lo) + hi));
H A De_coshl.c88 long double hi,lo,x2,x4; local
122 k_hexpl(fabsl(x), &hi, &lo); local
123 RETURNI(lo + 0.25/(hi + lo) + hi);
/freebsd-11-stable/crypto/openssl/crypto/
H A Dsparc_arch.h49 or reg, %lo(_GLOBAL_OFFSET_TABLE_+4), reg;
57 or reg,%lo(_GLOBAL_OFFSET_TABLE_+4), reg; \
90 or %o7, %lo(SYM), %o7; \
/freebsd-11-stable/contrib/gdb/gdb/
H A Dmips-tdep.h60 int lo; /* ... */ member in struct:mips_regnum
/freebsd-11-stable/sys/x86/iommu/
H A Diommu_intrmap.h40 bool activehi, int irq, u_int *cookie, uint32_t *hi, uint32_t *lo);
/freebsd-11-stable/usr.sbin/crunch/examples/
H A DMakefile15 CLEANFILES+= $(CRUNCHED) *.o *.lo *.c *.mk *.cache
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A Dfloatditf.c30 result.s.lo = (high_addend - result.s.hi) + low.d;
H A Dfloatunditf.c36 result.s.lo = (high_addend - result.s.hi) + low.d;
H A Dmultc3.c11 (x).s.lo = 0.0; \
18 (x).s.lo = 0.0; \
74 real.s.lo = 0.0;
76 imag.s.lo = 0.0;
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A DMakefile.in171 @have_socket_wrapper_TRUE@ libroken_la-socket_wrapper.lo
172 am_libroken_la_OBJECTS = libroken_la-base64.lo libroken_la-bswap.lo \
173 libroken_la-concat.lo libroken_la-cloexec.lo libroken_la-ct.lo \
174 libroken_la-doxygen.lo libroken_la-dumpdata.lo \
175 libroken_la-environment.lo libroken_la-eread.lo \
[all...]
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.pl37 ($lo,$hi)=("%rax","%rdx"); $a=$lo;
63 mov $a,$hi # $a is $lo
64 shl \$63,$lo
71 xor $i0,$lo
76 xor $i1,$lo
132 xor $t1,$lo
148 xor $t1,$lo
152 xor $i0,$lo
229 mov $lo,1
[all...]
/freebsd-11-stable/contrib/unbound/
H A DMakefile.in100 # pythonmod.lo pythonmod_utils.lo if python mod enabled.
105 # libunbound_wrap.lo if python libunbound wrapper enabled.
138 COMMON_OBJ_WITHOUT_NETCALL=dns.lo infra.lo rrset.lo dname.lo msgencode.lo \
139 as112.lo msgparse.lo msgrepl
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dget.ipv4remote.pl55 next if /^lo/;
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c73 ipdn_bound_var(int *v, int dflt, int lo, int hi, const char *msg) argument
76 if (*v < lo) {
/freebsd-11-stable/sys/kern/
H A Dkern_lockstat.c68 lockstat_nsecs(struct lock_object *lo) argument
75 if ((lo->lo_flags & LO_NOPROFILE) != 0)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_strtoi.c52 intmax_t lo; member in struct:test
65 " failed (rv = %jd)", t->str, t->base, t->lo, t->hi, rv);
70 t->str, t->base, t->lo, t->hi, rstatus, strerror(rstatus));
76 end, t->str, t->base, t->lo, t->hi);
138 rv = strtoi(t[i].str, &end, t[i].base, t[i].lo, t[i].hi, &e);
185 rv = strtoi(t[i].str, &end, t[i].base, t[i].lo, t[i].hi, &e);
228 rv = strtoi(t[i].str, &end, t[i].base, t[i].lo, t[i].hi, &e);
285 rv = strtoi(t[i].str, &end, t[i].base, t[i].lo, t[i].hi, &e);
/freebsd-11-stable/stand/ficl/amd64/
H A Dsysdep.c33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
44 qx = (qh << 32) | q.lo;
/freebsd-11-stable/stand/ficl/aarch64/
H A Dsysdep.c33 q.lo = (uint32_t)( qx & 0xFFFFFFFFL);
44 qx = (qh << 32) | q.lo;

Completed in 328 milliseconds

1234567891011>>