Searched refs:exp (Results 126 - 150 of 451) sorted by relevance

1234567891011>>

/freebsd-current/lib/msun/i387/
H A De_exp.S38 ENTRY(exp)
96 END(exp)
/freebsd-current/sys/dev/random/
H A Dunit_test.h84 #define KASSERT(exp,msg) do { \
85 if (!(exp)) { \
/freebsd-current/tools/regression/zfs/zpool/add/
H A Ddisks.t22 exp=`(
33 expect "${exp}" ${ZPOOL} status ${name0}
41 exp=`(
55 expect "${exp}" ${ZPOOL} status ${name0}
H A Draidz2.t13 exp=`(
32 expect "${exp}" ${ZPOOL} status ${name0}
38 exp=`(
72 expect "${exp}" ${ZPOOL} status ${name0}
/freebsd-current/sys/powerpc/fpu/
H A Dfpu_subr.c139 int lsh, rsh, exp; local
141 exp = fp->fp_exp;
150 m0 = m1, m1 = m2, m2 = m3, m3 = 0, exp -= 32;
152 m0 = m2, m1 = m3, m2 = 0, m3 = 0, exp -= 2 * 32;
154 m0 = m3, m1 = 0, m2 = 0, m3 = 0, exp -= 3 * 32;
171 exp += rsh;
184 exp -= lsh;
192 fp->fp_exp = exp;
/freebsd-current/lib/msun/src/
H A De_cosh.c15 * mathematically cosh(x) if defined to be (exp(x)+exp(-x))/2
18 * [ exp(x) - 1 ]^2
20 * 2*exp(x)
22 * exp(x) + 1/exp(x)
25 * 22 <= x <= lnovft : cosh(x) := exp(x)/2
26 * lnovft <= x <= ln2ovft: cosh(x) := exp(x/2)/2 * exp(x/2)
54 /* |x| in [0,0.5*ln2], return 1+expm1(|x|)^2/(2*exp(|
[all...]
H A Ds_cosl.c66 if (z.bits.exp == 0)
70 if (z.bits.exp == 32767)
H A Ds_tanl.c63 if (z.bits.exp == 0)
67 if (z.bits.exp == 32767)
H A Ds_sinl.c57 if (z.bits.exp == 0)
61 if (z.bits.exp == 32767)
H A Ds_sincosl.c64 if (z.bits.exp == 0) {
73 if (z.bits.exp == 32767) {
H A Ds_fmax.c50 if (u[0].bits.exp == 2047 && (u[0].bits.manh | u[0].bits.manl) != 0)
52 if (u[1].bits.exp == 2047 && (u[1].bits.manh | u[1].bits.manl) != 0)
H A Ds_fmin.c50 if (u[0].bits.exp == 2047 && (u[0].bits.manh | u[0].bits.manl) != 0)
52 if (u[1].bits.exp == 2047 && (u[1].bits.manh | u[1].bits.manl) != 0)
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dulp_funcs.h12 F1 (exp)
18 D1 (exp)
28 F (_ZGVnN4v_expf_1u, Z_expf_1u, exp, mpfr_exp, 1, 1, f1, 1)
29 F (_ZGVnN4v_expf, Z_expf, exp, mpfr_exp, 1, 1, f1, 1)
/freebsd-current/lib/libc/amd64/
H A D_fpmath.h34 unsigned int exp :15; member in struct:IEEEl2bits::__anon90
/freebsd-current/lib/libc/i386/
H A D_fpmath.h34 unsigned int exp :15; member in struct:IEEEl2bits::__anon123
/freebsd-current/lib/libc/riscv/
H A D_fpmath.h33 unsigned int exp :15; member in struct:IEEEl2bits::__anon210
/freebsd-current/lib/libc/aarch64/
H A D_fpmath.h33 unsigned int exp :15; member in struct:IEEEl2bits::__anon88
/freebsd-current/lib/libc/gdtoa/
H A D_hdtoa.c84 *decpt = u.bits.exp - DBL_ADJ;
91 *decpt = u.bits.exp - (514 + DBL_ADJ);
117 u.bits.exp = offset;
120 *decpt += u.bits.exp - offset;
/freebsd-current/usr.bin/showmount/
H A Dshowmount.c111 register struct exportslist *exp; local
199 exp = exportslist;
200 while (exp) {
201 printf("%-34s ", exp->ex_dirp);
202 grp = exp->ex_groups;
212 exp = exp->ex_next;
216 exp = exportslist;
217 while (exp) {
219 exp
343 xdr_exportslist(XDR *xdrsp, struct exportslist **exp) argument
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi.cpp35 void __asan_abi_report_exp_load_n(void *p, size_t n, int exp, bool abort) {} argument
37 void __asan_abi_report_exp_store_n(void *p, size_t n, int exp, bool abort) {} argument
41 void __asan_abi_exp_load_n(void *p, size_t n, int exp, bool abort) {} argument
43 void __asan_abi_exp_store_n(void *p, size_t n, int exp, bool abort) {} argument
H A Dasan_abi.h42 void __asan_abi_report_exp_load_n(void *p, size_t n, int exp, bool abort);
44 void __asan_abi_report_exp_store_n(void *p, size_t n, int exp, bool abort);
48 void __asan_abi_exp_load_n(void *p, size_t n, int exp, bool abort);
50 void __asan_abi_exp_store_n(void *p, size_t n, int exp, bool abort);
/freebsd-current/contrib/libcbor/src/cbor/internal/
H A Dloaders.c55 int exp = (half >> 10) & 0x1f; local
58 if (exp == 0)
60 else if (exp != 31)
61 val = ldexp(mant + 1024, exp - 25);
/freebsd-current/contrib/gdtoa/
H A DstrtopxL.c59 Long exp; local
68 k = strtodg(s, sp, fpi, &exp, bits);
80 L[_0] = (exp + 0x3fff + 63) << 16;
H A Dstrtopx.c63 Long exp; local
72 k = strtodg(s, sp, fpi, &exp, bits);
85 L[_0] = exp + 0x3fff + 63;
H A DstrtopQ.c61 Long exp; local
70 k = strtodg(s, sp, fpi, &exp, bits);
82 L[_0] = (bits[3] & ~0x10000) | ((exp + 0x3fff + 112) << 16);

Completed in 314 milliseconds

1234567891011>>