Searched refs:is_neg (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/arm-optimized-routines/pl/math/
H A Dsv_acosf_1u4.c70 svbool_t is_neg = svcmplt (pg, x, 0.0); local
71 svfloat32_t off = svdup_f32_z (is_neg, d->pi);
H A Dsv_acos_2u.c77 svbool_t is_neg = svcmplt (pg, x, 0.0); local
78 svfloat64_t off = svdup_f64_z (is_neg, d->pi);
H A Dv_acosf_1u4.c96 uint32x4_t is_neg = vcltzq_f32 (x); local
98 vandq_u32 (vreinterpretq_u32_f32 (d->pif), is_neg));
H A Dv_acos_2u.c105 uint64x2_t is_neg = vcltzq_f64 (x); local
107 vandq_u64 (is_neg, vreinterpretq_u64_f64 (d->pi)));
/freebsd-current/crypto/openssl/test/
H A Dbntests.pl83 my $neg = $a->is_neg() ? !$b->is_neg() : $b->is_neg();
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_scanner.c485 int is_neg; local
493 is_neg = TRUE;
495 is_neg = FALSE;
504 if (is_neg)
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_mult.c731 int is_neg; local
734 is_neg = digit < 0;
736 if (is_neg)
739 if (is_neg != r_is_inverted) {
/freebsd-current/contrib/libucl/src/
H A Ducl_parser.c726 is_neg = false; local
731 is_neg = true;
962 obj->value.dv = is_neg ? (-dv) : dv;
966 obj->value.iv = is_neg ? (-lv) : lv;

Completed in 142 milliseconds