Lines Matching refs:is_neg
270 void bf_set_zero(bf_t *r, int is_neg) in bf_set_zero() argument
274 r->sign = is_neg; in bf_set_zero()
277 void bf_set_inf(bf_t *r, int is_neg) in bf_set_inf() argument
281 r->sign = is_neg; in bf_set_inf()
2883 int is_neg, radix_bits, exp_is_neg, ret, digits_per_limb, shift; in bf_atof_internal() local
2897 is_neg = 0; in bf_atof_internal()
2903 is_neg = 1; in bf_atof_internal()
2936 bf_set_inf(r, is_neg); in bf_atof_internal()
3069 bf_set_zero(r, is_neg); in bf_atof_internal()
3072 bf_set_inf(r, is_neg); in bf_atof_internal()
3085 a->sign = is_neg; in bf_atof_internal()
3092 a->sign = is_neg; in bf_atof_internal()
3099 bf_set_zero(r, is_neg); in bf_atof_internal()
3110 T->sign = is_neg; in bf_atof_internal()
3318 int is_neg; in bf_mul_log2_radix() local
3326 is_neg = 1; in bf_mul_log2_radix()
3328 is_neg = 0; in bf_mul_log2_radix()
3330 is_ceil ^= is_neg; in bf_mul_log2_radix()
3367 if (is_neg) in bf_mul_log2_radix()
4848 int is_neg; in bf_sincos() local
4884 is_neg = T->sign; in bf_sincos()
4921 c->sign = is_neg ^ 1; in bf_sincos()
4928 s->sign = is_neg; in bf_sincos()