Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 25 of 189) sorted by relevance

12345678

/dragonfly/contrib/gcc-4.7/gcc/
H A Dreal.c529 int dexp, sign, exp; in do_add() local
672 int sign = a->sign ^ b->sign; in do_multiply() local
1519 bool sign; in real_to_decimal_for_mode() local
1906 bool sign = false; in real_from_string() local
2207 bool sign; in decimal_integer_string() local
2885 unsigned long sign = r->sign; in encode_ieee_single() local
2946 bool sign = (image >> 31) & 1; in decode_ieee_single() local
3194 bool sign; in decode_ieee_double() local
3523 bool sign; in decode_ieee_extended() local
3988 bool sign; in decode_ieee_quad() local
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dreal.c518 int dexp, sign, exp; in do_add() local
669 int sign = a->sign ^ b->sign; in do_multiply() local
1575 bool sign; in real_to_decimal_for_mode() local
1960 bool sign = false; in real_from_string() local
2283 bool sign; in decimal_integer_string() local
2929 unsigned long sign = r->sign; in encode_ieee_single() local
2990 bool sign = (image >> 31) & 1; in decode_ieee_single() local
3246 bool sign; in decode_ieee_double() local
3586 bool sign; in decode_ieee_extended() local
4063 bool sign; in decode_ieee_quad() local
[all …]
H A Dsreal.c110 int64_t sign = SREAL_SIGN (m_sig); in to_int() local
181 int64_t sign = 1; variable
/dragonfly/lib/libc/include/
H A Dfpmath.h43 unsigned int sign :1; member
64 unsigned int sign :1; member
/dragonfly/lib/libc/gdtoa/
H A D_hldtoa.c71 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
150 __hldtoa(long double e, const char *xdigs, int ndigits, int *decpt, int *sign, in __hldtoa()
H A D_ldtoa.c45 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, in __ldtoa()
/dragonfly/contrib/mpc/src/
H A Dpow_ui.c25 mpc_pow_usi_naive (mpc_ptr z, mpc_srcptr x, unsigned long y, int sign, in mpc_pow_usi_naive()
44 mpc_pow_usi (mpc_ptr z, mpc_srcptr x, unsigned long y, int sign, in mpc_pow_usi()
H A Dmul_i.c24 mpc_mul_i (mpc_ptr a, mpc_srcptr b, int sign, mpc_rnd_t rnd) in mpc_mul_i()
/dragonfly/crypto/libressl/crypto/bn/
H A Dbn_gcd.c257 int sign; in BN_mod_inverse_internal() local
574 int sign; in BN_mod_inverse_no_branch() local
744 int sign; in BN_gcd_no_branch() local
/dragonfly/contrib/mpfr/src/
H A Dset_inf.c26 mpfr_set_inf (mpfr_ptr x, int sign) in mpfr_set_inf()
H A Dset_zero.c26 mpfr_set_zero (mpfr_ptr x, int sign) in mpfr_set_zero()
H A Dsub.c65 int sign = rnd_mode != MPFR_RNDD in mpfr_sub() local
H A Dround_near_x.c159 int inexact, sign; in mpfr_round_near_x() local
H A Dcache.c50 int inexact, sign; in mpfr_cache() local
H A Dexceptions.c318 mpfr_underflow (mpfr_ptr x, mpfr_rnd_t rnd_mode, int sign) in mpfr_underflow()
342 mpfr_overflow (mpfr_ptr x, mpfr_rnd_t rnd_mode, int sign) in mpfr_overflow()
H A Dacos.c32 int sign, compared, inexact; in mpfr_acos() local
H A Dsubnormal.c49 int sign; in mpfr_subnormalize() local
H A Dtanh.c79 int sign = MPFR_SIGN (xt); in mpfr_tanh() local
/dragonfly/contrib/gdb-7/readline/
H A Disearch.c138 rl_reverse_search_history (sign, key) in rl_reverse_search_history() argument
147 rl_forward_search_history (sign, key) in rl_forward_search_history() argument
/dragonfly/games/robots/
H A Dmove_robs.c137 sign(int n) in sign() function
/dragonfly/contrib/gmp/mpf/
H A Dset_prc.c34 mp_size_t size, sign; in mpf_set_prec() local
/dragonfly/contrib/openbsd_libm/src/
H A Ds_rintl.c60 int ex, sign; in rintl() local
H A De_sqrtf.c25 int32_t sign = (int)0x80000000; in sqrtf() local
/dragonfly/contrib/binutils-2.34/gas/
H A Dflonum.h57 char sign; /* '+' or '-' */ member
/dragonfly/contrib/binutils-2.27/gas/
H A Dflonum.h57 char sign; /* '+' or '-' */ member

12345678