Home
last modified time | relevance | path

Searched refs:is_neg (Results 1 – 11 of 11) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dbntests.pl83 my $neg = $a->is_neg() ? !$b->is_neg() : $b->is_neg();
/freebsd/contrib/arm-optimized-routines/math/aarch64/sve/
H A Dacosf.c70 svbool_t is_neg = svcmplt (pg, x, 0.0); in SV_NAME_F1() local
71 svfloat32_t off = svdup_f32_z (is_neg, d->pi); in SV_NAME_F1()
H A Dacos.c77 svbool_t is_neg = svcmplt (pg, x, 0.0); in SV_NAME_D1() local
78 svfloat64_t off = svdup_f64_z (is_neg, d->pi); in SV_NAME_D1()
/freebsd/contrib/arm-optimized-routines/math/aarch64/
H A Dtanpif_3u1.c108 uint32_t is_neg = rounded_x2 & 0x80000000; in arm_math_tanpif() local
109 uint32_t keep_sign = is_finite | (is_odd ^ is_neg); in arm_math_tanpif()
H A Dtanpi_2u5.c123 uint64_t is_neg = rounded_x2 & SIGN_MASK; in arm_math_tanpi() local
124 uint64_t keep_sign = is_finite | (is_odd ^ is_neg); in arm_math_tanpi()
/freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/
H A Dacosf.c96 uint32x4_t is_neg = vcltzq_f32 (x); in V_NAME_F1() local
98 vandq_u32 (vreinterpretq_u32_f32 (d->pif), is_neg)); in V_NAME_F1()
H A Dacos.c105 uint64x2_t is_neg = vcltzq_f64 (x); in V_NAME_D1() local
107 vandq_u64 (is_neg, vreinterpretq_u64_f64 (d->pi))); in V_NAME_D1()
/freebsd/contrib/ntp/ntpd/
H A Dntp_scanner.c485 int is_neg; in is_integer() local
493 is_neg = TRUE; in is_integer()
495 is_neg = FALSE; in is_integer()
504 if (is_neg) in is_integer()
/freebsd/crypto/openssl/crypto/ec/
H A Dec_mult.c731 int is_neg; in ossl_ec_wNAF_mul() local
734 is_neg = digit < 0; in ossl_ec_wNAF_mul()
736 if (is_neg) in ossl_ec_wNAF_mul()
739 if (is_neg != r_is_inverted) { in ossl_ec_wNAF_mul()
/freebsd/contrib/libucl/src/
H A Ducl_parser.c726 is_neg = false; in ucl_maybe_parse_number() local
731 is_neg = true; in ucl_maybe_parse_number()
962 obj->value.dv = is_neg ? (-dv) : dv; in ucl_maybe_parse_number()
966 obj->value.iv = is_neg ? (-lv) : lv; in ucl_maybe_parse_number()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dchrono653 bool is_neg; // exposition only