Searched refs:negative (Results 1 - 25 of 119) sorted by relevance

12345

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dextzvsi.c5 unsigned int negative:1; member in struct:ieee
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/t/
H A Dextend.t37 like $@, qr/panic: .*negative count/, "test_EXTEND($offset, -1, $use_ss)";
51 like $@, qr/panic: .*negative count/,
57 like $@, qr/panic: .*negative count/,
62 like $@, qr/panic: .*negative count/,
/openbsd-current/sys/dev/pci/drm/amd/display/dc/dml/calcs/
H A Dcustom_float.c32 bool *negative,
48 *negative = false;
57 *negative = format->sign;
60 *negative = false;
124 bool negative,
174 if (negative && format->sign)
189 bool negative; local
192 value, format, &negative, &mantissa, &exponenta) &&
194 format, negative, mantissa, exponenta, result);
29 build_custom_float( struct fixed31_32 value, const struct custom_float_format *format, bool *negative, uint32_t *mantissa, uint32_t *exponenta) argument
122 setup_custom_float( const struct custom_float_format *format, bool negative, uint32_t mantissa, uint32_t exponenta, uint32_t *result) argument
/openbsd-current/regress/usr.bin/mandoc/roff/sp/
H A DMakefile4 REGRESS_TARGETS += negative scaling-man scaling-mdoc
/openbsd-current/sbin/mount/
H A Dgetmntopts.c69 int inverse, negative, needval, ret = 0; local
80 negative = 1;
83 negative = 0;
102 if (negative == inverse)
107 else if (negative == inverse)
/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Djavaop.h62 unsigned int negative : 1; member in struct:_jfloat
72 unsigned int negative : 1; member in struct:_jdouble
115 f.negative = (w & 0x80000000) >> 31;
146 d.negative = (hi & 0x80000000) >> 31;
/openbsd-current/gnu/gcc/gcc/config/sparc/
H A Dlb1spc.asm131 ! compute sign of result; if neither is negative, no problem
132 orcc %o1, %o0, %g0 ! either negative?
138 ! %o1 is definitely negative; %o0 might also be negative
139 bge ready_to_divide ! if %o0 not negative...
141 1: ! %o0 is negative, %o1 is nonnegative
275 ! remainder is negative
282 ! remainder is negative
293 ! remainder is negative
299 ! remainder is negative
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dlb1spc.asm131 ! compute sign of result; if neither is negative, no problem
132 orcc %o1, %o0, %g0 ! either negative?
138 ! %o1 is definitely negative; %o0 might also be negative
139 bge ready_to_divide ! if %o0 not negative...
141 1: ! %o0 is negative, %o1 is nonnegative
275 ! remainder is negative
282 ! remainder is negative
293 ! remainder is negative
299 ! remainder is negative
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cpp43 bool negative, bool uppercase) {
46 RAW_CHECK(base == 10 || !negative);
47 RAW_CHECK(absolute_value || !negative);
50 if (negative && minimal_num_length)
52 if (negative && pad_with_zero)
73 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-');
86 pad_with_zero, false /* negative */, uppercase);
91 bool negative = (num < 0); local
92 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10,
93 minimal_num_length, pad_with_zero, negative,
41 AppendNumber(char **buff, const char *buff_end, u64 absolute_value, u8 base, u8 minimal_num_length, bool pad_with_zero, bool negative, bool uppercase) argument
[all...]
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dfp_fixint_impl.inc26 // If exponent is negative, the result is zero.
H A Dfp_fixuint_impl.inc24 // If either the value or the exponent is negative, the result is zero.
H A Dfp_compare_impl.inc68 // Otherwise, both are negative, so we need to flip the sense of the
/openbsd-current/sys/dev/pci/drm/amd/display/include/
H A Dfixed31_32.h226 bool negative = arg.value < 0; local
228 if (negative)
231 if (negative)
519 bool negative = arg.value < 0; local
526 if (negative)
529 if (negative)
/openbsd-current/usr.sbin/dhcpd/
H A Dparse.c399 int negative = 0, tval, max; local
404 negative = 1;
445 if (negative)
453 negative ? "-" : "", val, max);
457 negative ? "-" : "", val, max);
461 negative ? "-" : "", val, max);
466 if (negative) {
/openbsd-current/regress/lib/libm/msun/
H A Dnearbyint_test.c72 get_output(int testindex, int rmodeindex, int negative) argument
76 if (negative) { /* swap downwards and upwards if input is negative */
85 return (negative ? -out : out);
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h290 bool negative() const { return CapExpr.getInt(); } function in class:clang::threadSafety::CapabilityExpr
297 return (negative() == other.negative()) &&
302 return (negative() == other.negative()) &&
311 return (negative() == other.negative()) &&
316 if (negative() || sexpr() == nullptr)
326 if (negative())
/openbsd-current/regress/sys/netinet6/rip6cksum/
H A DMakefile20 REGRESS_TARGETS += run-error-negative
21 run-error-negative:
/openbsd-current/lib/libc/arch/mips64/gen/
H A Dldexp.S146 bge t3, zero, 1f # should result be negative?
159 bge t3, zero, 1f # should result be negative infinity?
160 neg.d $f0, $f0 # result is negative infinity
/openbsd-current/lib/libcrypto/asn1/
H A Da_int.c202 asn1_aint_get_int64(CBS *cbs, int negative, int64_t *out_val) argument
209 if (negative) {
666 uint8_t negative; local
686 negative = (val >> 7);
687 padding = ~(negative - 1) & 0xff;
719 if (negative) {
786 * with its MSB set as negative (it doesn't add a padding zero).
/openbsd-current/sbin/iked/
H A Dsmult_curve25519_ref.c54 unsigned int negative; local
58 negative = -((a[31] >> 7) & 1);
59 for (j = 0;j < 32;++j) a[j] ^= negative & (aorig[j] ^ a[j]);
/openbsd-current/usr.bin/ssh/
H A Dsmult_curve25519_ref.c54 unsigned int negative; local
58 negative = -((a[31] >> 7) & 1);
59 for (j = 0;j < 32;++j) a[j] ^= negative & (aorig[j] ^ a[j]);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DARMUtils.h145 bool negative = BitIsSet(value, 31); local
151 carry_out = (negative ? 1 : 0);
152 return (negative ? 0xffffffff : 0);
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dinteger.pm47 largest positive integer to the largest negative one. Also, arguments
71 modulus of negative numbers, which Perl does one way, but your hardware
/openbsd-current/gnu/usr.bin/perl/
H A Dnumeric.c994 C<IS_NUMBER_NEG> if the number is negative (in which case C<*valuep> holds the
1289 leading whitespace, nor negative inputs. If such features are required, the
1368 bool negative = 0; local
1414 negative = 1;
1456 return negative ? value / result : value * result;
1536 S_my_atof_infnan(pTHX_ const char* s, bool negative, const char* send, NV* value) argument
1538 const char *p0 = negative ? s - 1 : s;
1636 bool negative = 0; local
1668 negative = 1;
1851 if (negative)
[all...]
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-iq2000.c1152 int negative = 0;
1158 negative = 1;
1174 return negative ? -val : val;
1185 return negative ? -val : val;
1203 return negative ? -val : val;
1146 int negative = 0; local

Completed in 185 milliseconds

12345