Home
last modified time | relevance | path

Searched refs:exp (Results 1 – 25 of 98) sorted by relevance

1234

/haiku/src/system/libroot/os/arch/sparc/
H A Dfpu_implode.c204 int sign, exp; local
222 if ((exp = fp->fp_exp) >= 32)
225 if (__fpu_shr(fp, FP_NMANT - 1 - exp) != 0)
253 int sign, exp; local
273 if ((exp = fp->fp_exp) >= 64)
276 if (__fpu_shr(fp, FP_NMANT - 1 - exp) != 0)
306 int exp; local
319 exp = SNG_EXP_INFNAN;
349 if ((exp = fp->fp_exp + SNG_EXP_BIAS) <= 0) { /* subnormal */
351 (void) __fpu_shr(fp, FP_NMANT - FP_NG - SNG_FRACBITS - exp);
[all …]
H A Dfpu_explode.c160 #define FP_TOF(exp, expbias, allfrac, f0, f1, f2, f3) \ argument
161 if (exp == 0) { \
172 if (exp == (2 * expbias + 1)) { \
181 fp->fp_exp = exp - expbias; \
198 int exp; local
202 exp = (i >> (32 - 1 - SNG_EXPBITS)) & mask(SNG_EXPBITS);
206 FP_TOF(exp, SNG_EXP_BIAS, frac, f0, f1, 0, 0);
218 int exp; local
222 exp = (i >> (32 - 1 - DBL_EXPBITS)) & mask(DBL_EXPBITS);
228 FP_TOF(exp, DBL_EXP_BIAS, frac, f0, f1, f2, 0);
[all …]
H A Dfpu_subr.c141 int lsh, rsh, exp; in __fpu_norm() local
143 exp = fp->fp_exp; in __fpu_norm()
152 m0 = m1, m1 = m2, m2 = m3, m3 = 0, exp -= 32; in __fpu_norm()
154 m0 = m2, m1 = m3, m2 = 0, m3 = 0, exp -= 2 * 32; in __fpu_norm()
156 m0 = m3, m1 = 0, m2 = 0, m3 = 0, exp -= 3 * 32; in __fpu_norm()
173 exp += rsh; in __fpu_norm()
186 exp -= lsh; in __fpu_norm()
194 fp->fp_exp = exp; in __fpu_norm()
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dmath_ldbl.h23 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument
27 (exp) = ew_u.parts.sign_exponent; \
34 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument
37 iw_u.parts.sign_exponent = (exp); \
64 #define GET_LDOUBLE_EXP(exp,d) \ argument
68 (exp) = ge_u.parts.sign_exponent; \
73 #define SET_LDOUBLE_EXP(d,exp) \ argument
77 se_u.parts.sign_exponent = (exp); \
/haiku/src/system/libroot/posix/glibc/include/arch/x86_64/
H A Dmath_ldbl.h23 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument
27 (exp) = ew_u.parts.sign_exponent; \
34 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument
37 iw_u.parts.sign_exponent = (exp); \
64 #define GET_LDOUBLE_EXP(exp,d) \ argument
68 (exp) = ge_u.parts.sign_exponent; \
73 #define SET_LDOUBLE_EXP(d,exp) \ argument
77 se_u.parts.sign_exponent = (exp); \
/haiku/src/system/libroot/posix/glibc/include/arch/arm64/
H A Dmath_ldbl.h42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument
46 (exp) = ew_u.parts.sign_exponent; \
53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument
56 iw_u.parts.sign_exponent = (exp); \
83 #define GET_LDOUBLE_EXP(exp,d) \ argument
87 (exp) = ge_u.parts.sign_exponent; \
92 #define SET_LDOUBLE_EXP(d,exp) \ argument
96 se_u.parts.sign_exponent = (exp); \
/haiku/src/system/libroot/posix/glibc/include/arch/x86/
H A Dmath_ldbl.h42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument
46 (exp) = ew_u.parts.sign_exponent; \
53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument
56 iw_u.parts.sign_exponent = (exp); \
83 #define GET_LDOUBLE_EXP(exp,d) \ argument
87 (exp) = ge_u.parts.sign_exponent; \
92 #define SET_LDOUBLE_EXP(d,exp) \ argument
96 se_u.parts.sign_exponent = (exp); \
/haiku/src/system/libroot/posix/glibc/include/arch/arm/
H A Dmath_ldbl.h42 #define GET_LDOUBLE_WORDS(exp,ix0,ix1,d) \ argument
46 (exp) = ew_u.parts.sign_exponent; \
53 #define SET_LDOUBLE_WORDS(d,exp,ix0,ix1) \ argument
56 iw_u.parts.sign_exponent = (exp); \
83 #define GET_LDOUBLE_EXP(exp,d) \ argument
87 (exp) = ge_u.parts.sign_exponent; \
92 #define SET_LDOUBLE_EXP(d,exp) \ argument
96 se_u.parts.sign_exponent = (exp); \
/haiku/src/tests/system/libroot/posix/
H A Dtst-swprintf.c10 ssize_t exp; member
51 if (tests[n].exp < 0 && res >= 0) { in main()
55 } else if (tests[n].exp >= 0 && tests[n].exp != res) { in main()
57 tests[n].n, tests[n].str, tests[n].exp, res); in main()
/haiku/src/system/libroot/posix/glibc/include/
H A Dsysdep.h56 # define cfi_personality(enc, exp) .cfi_personality enc, exp
57 # define cfi_lsda(enc, exp) .cfi_lsda enc, exp
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dcdefs.h156 #define __predict_true(exp) __builtin_expect((exp), 1) argument
157 #define __predict_false(exp) __builtin_expect((exp), 0) argument
159 #define __predict_true(exp) (exp) argument
160 #define __predict_false(exp) (exp) argument
/haiku/src/add-ons/kernel/drivers/disk/nvme/libnvme/
H A Dnvme_common.h275 #define _nvme_assert_default(exp) \ argument
277 if (unlikely(!(exp))) \
279 __LINE__, # exp); \
282 #define _nvme_assert_msg(exp, msg) \ argument
284 if (unlikely(!(exp))) \
/haiku/src/system/libroot/posix/musl/math/
H A Dexpl.c73 return exp(x); in expl()
126 return exp(x); in expl()
/haiku/data/catalogs/apps/deskcalc/
H A Dzh_Hans.catkeys38 exp CalcView exp
H A Dth.catkeys38 exp CalcView exp
H A Dko.catkeys38 exp CalcView exp
H A Dja.catkeys38 exp CalcView exp
H A Dru.catkeys38 exp CalcView exp
H A Del.catkeys38 exp CalcView exp
H A Duk.catkeys38 exp CalcView exp
H A Did.catkeys38 exp CalcView exp
H A Dro.catkeys38 exp CalcView exp
H A Dsv.catkeys38 exp CalcView exp
H A Dnl.catkeys38 exp CalcView exp
H A Deo.catkeys38 exp CalcView exp

1234