HomeSort by: relevance | last modified time | path
    Searched defs:negative (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_custom_float.c 37 bool *negative,
53 *negative = false;
62 *negative = format->sign;
65 *negative = false;
129 bool negative,
179 if (negative && format->sign)
194 bool negative; local in function:convert_to_custom_float_format
197 value, format, &negative, &mantissa, &exponenta) &&
199 format, negative, mantissa, exponenta, result);
  /src/tests/usr.bin/indent/
lsym_unary_op.c 74 int negative = -number; local in function:unary_operators
  /src/lib/libutil/
getmntopts.c 127 int negative; local in function:getmntopts
157 negative = 1;
160 negative = 0;
180 if (negative == m->m_inverse)
  /src/sys/external/bsd/drm2/dist/drm/
drm_color_mgmt.c 124 * The sign-bit BIT(m+n-1) and above are 0 for positive value and 1 for negative
138 bool negative = !!(user_input & BIT_ULL(63)); local in function:drm_color_ctm_s31_32_to_qm_n
143 val = clamp_val(mag, 0, negative ?
146 return negative ? -val : val;
208 * Zero on success, negative errno on failure.
251 * Zero on success, negative errno on failure.
320 * Zero on success, negative errno on failure.
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_printf.cc 44 bool negative, bool uppercase) {
47 RAW_CHECK(base == 10 || !negative);
48 RAW_CHECK(absolute_value || !negative);
51 if (negative && minimal_num_length)
53 if (negative && pad_with_zero)
74 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-');
87 pad_with_zero, false /* negative */, uppercase);
92 bool negative = (num < 0); local in function:__sanitizer::AppendSignedDecimal
93 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10,
94 minimal_num_length, pad_with_zero, negative,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
fixed31_32.h 236 bool negative = arg.value < 0; local in function:dc_fixpt_shr
238 if (negative)
241 if (negative)
526 bool negative = arg.value < 0; local in function:dc_fixpt_truncate
533 if (negative)
536 if (negative)
  /src/lib/libc/time/
strftime.c 656 bool negative; local in function:_fmt
725 negative = diff < 0;
728 negative = t->TM_ZONE[0] == '-';
730 negative = t->tm_isdst < 0;
733 negative = true;
737 if (negative) {
835 ** what %C and %y do if the year is negative or exceeds 9999.
zic.c 915 /* The time specified by an Expires line, or negative if no such line. */
2922 bool negative = offset < 0; local in function:stringoffset
2923 int len = negative;
2925 if (negative) {
3036 negative integer if no such TZ string exists. */
3091 Fake a timezone with negative DST. */
3903 ** Don't trust mod of negative numbers.
  /src/sbin/mount/
mount.c 339 int negative, found; local in function:hasopt
343 negative = 1;
346 negative = 0;
352 found = negative;
354 found = !negative;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
opp.h 141 bool negative; member in struct:custom_float_value
  /src/sys/external/isc/libsodium/dist/src/libsodium/crypto_core/ed25519/ref10/
ed25519_ref10.c 525 negative(signed char b) function in typeref:typename:unsigned char
556 const unsigned char bnegative = negative(b);
591 const unsigned char bnegative = negative(b);
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_mode.h 364 uint8_t negative; member in struct:amdgpu_backlight_privdata
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_mode.h 290 uint8_t negative; member in struct:radeon_backlight_privdata

Completed in 26 milliseconds