Searched refs:is_neg (Results 1 – 10 of 10) sorted by relevance
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/t/ |
H A D | alias.inc | 13 is($x->is_neg(), 0, "$CLASS -> new(123) -> is_neg()"); 18 is($x->is_neg(), 1, "$CLASS -> new(123) -> bneg() -> is_neg()");
|
/openbsd/lib/libcrypto/ec/ |
H A D | ec_mult.c | 389 int is_neg; in ec_wNAF_mul() local 392 is_neg = digit < 0; in ec_wNAF_mul() 394 if (is_neg) in ec_wNAF_mul() 397 if (is_neg != r_is_inverted) { in ec_wNAF_mul()
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigInt/lib/Math/ |
H A D | BigInt.pm | 266 *is_neg = \&is_negative; 1614 return $x -> bone("-", @r) if $x -> is_neg(); 1924 if ($y -> is_neg()) { # x = -inf, y < 0 1942 if ($y -> is_neg()) { # x = +inf, y < 0 1958 } elsif ($x -> is_neg()) { 3256 if ($x -> is_neg()) { 3272 $x->{sign} = $x -> is_neg() && $x -> is_even() ? '-' : '+'; 3315 if ($x -> is_neg()) { 4519 if $x -> is_neg() || ! $x -> is_int(); 4540 if $x -> is_neg() || !$x -> is_int(); [all …]
|
H A D | BigFloat.pm | 2495 if defined($upgrade) && $x -> is_neg(); 2552 } elsif ($x -> is_neg()) { # -inf < x < 0 3346 if ($x -> is_neg()) { 3525 if ($x -> is_neg()) { 3528 if $x -> is_int() && $y -> is_int() && $y -> is_neg(); 3667 if ($x -> is_neg() || !$x -> is_int()) { 5088 $sign = 1 if $x -> is_neg(); 5096 $sign = 1 if $x -> is_neg();
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/lib/Math/ |
H A D | BigRat.pm | 205 *is_neg = \&is_negative; 1568 } elsif ($x -> is_neg()) { # -inf < x < 0 2214 $y = $y -> bneg() if $x -> is_neg();
|
/openbsd/gnu/usr.bin/perl/cpan/Math-BigRat/t/ |
H A D | bigratpm.inc | 765 &is_neg
|
/openbsd/gnu/usr.bin/gcc/gcc/config/sparc/ |
H A D | sparc.c | 1660 sparc_emit_set_const64_quick1 (op0, temp, low_bits, is_neg) in sparc_emit_set_const64_quick1() argument 1664 int is_neg; 1668 if (is_neg) 1674 if (!is_neg)
|
/openbsd/gnu/gcc/gcc/config/sparc/ |
H A D | sparc.c | 1357 unsigned HOST_WIDE_INT low_bits, int is_neg) in sparc_emit_set_const64_quick1() argument 1361 if (is_neg) in sparc_emit_set_const64_quick1() 1367 if (!is_neg) in sparc_emit_set_const64_quick1()
|
/openbsd/gnu/llvm/libcxx/include/ |
H A D | chrono | 636 bool is_neg; // exposition only
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regcomp.c | 3553 bool is_neg = FALSE; in S_reg() local 3558 is_neg = TRUE; in S_reg() 3574 if (is_neg) { in S_reg()
|