Home
last modified time | relevance | path

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

12345678

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dreal.c129 get_zero (REAL_VALUE_TYPE *r, int sign) in get_zero()
138 get_canonical_qnan (REAL_VALUE_TYPE *r, int sign) in get_canonical_qnan()
147 get_canonical_snan (REAL_VALUE_TYPE *r, int sign) in get_canonical_snan()
157 get_inf (REAL_VALUE_TYPE *r, int sign) in get_inf()
529 int dexp, sign, exp; in do_add() local
672 int sign = a->sign ^ b->sign; in do_multiply() local
806 int exp, sign = a->sign ^ b->sign; in do_divide() 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
[all …]
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dreal.c118 get_zero (REAL_VALUE_TYPE *r, int sign) in get_zero()
127 get_canonical_qnan (REAL_VALUE_TYPE *r, int sign) in get_canonical_qnan()
136 get_canonical_snan (REAL_VALUE_TYPE *r, int sign) in get_canonical_snan()
146 get_inf (REAL_VALUE_TYPE *r, int sign) in get_inf()
518 int dexp, sign, exp; in do_add() local
669 int sign = a->sign ^ b->sign; in do_multiply() local
811 int exp, sign = a->sign ^ b->sign; in do_divide() 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
[all …]
H A Dsreal.c110 int64_t sign = SREAL_SIGN (m_sig); in to_int() local
181 int64_t sign = 1; variable
/dflybsd-src/lib/libc/include/
H A Dfpmath.h43 unsigned int sign :1; member
64 unsigned int sign :1; member
/dflybsd-src/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()
/dflybsd-src/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()
/dflybsd-src/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
/dflybsd-src/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
/dflybsd-src/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
/dflybsd-src/games/robots/
H A Dmove_robs.c137 sign(int n) in sign() function
/dflybsd-src/contrib/gmp/mpf/
H A Dset_prc.c34 mp_size_t size, sign; in mpf_set_prec() local
/dflybsd-src/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
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dflonum.h57 char sign; /* '+' or '-' */ member
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dflonum.h57 char sign; /* '+' or '-' */ member

12345678