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

123

/linux-master/drivers/gpu/drm/amd/display/dc/basics/
H A Dcustom_float.c31 bool *negative,
44 *negative = false;
51 *negative = format->sign;
54 *negative = false;
101 bool negative,
150 if (negative && format->sign)
164 bool negative; local
166 return build_custom_float(value, format, &negative, &mantissa, &exponenta) &&
168 negative,
29 build_custom_float(struct fixed31_32 value, const struct custom_float_format *format, bool *negative, uint32_t *mantissa, uint32_t *exponenta) argument
100 setup_custom_float(const struct custom_float_format *format, bool negative, uint32_t mantissa, uint32_t exponenta, uint32_t *result) argument
/linux-master/drivers/video/fbdev/aty/
H A Dradeon_backlight.c22 uint8_t negative; member in struct:radeon_bl_privdata
40 if (pdata->negative)
163 pdata->negative =
170 pdata->negative = pdata->negative ||
/linux-master/arch/m68k/fpsp040/
H A Dutil.S37 | Final result table for ovf_res. Note that the negative counterparts
199 tstb LOCAL_SGN(%a0) |if negative overflow
202 leal EXT_PINF,%a1 |answer is negative infinity
209 tstb LOCAL_SGN(%a0) |if negative overflow
212 leal EXT_PLRG,%a1 |answer is large negative number
230 tstb LOCAL_SGN(%a0) |if negative overflow
233 leal EXT_PINF,%a1 |answer is negative infinity
240 tstb LOCAL_SGN(%a0) |if negative overflow
243 leal DBL_PLRG,%a1 |answer is large negative number
261 tstb LOCAL_SGN(%a0) |if negative overflo
[all...]
H A Dscale.S142 | Source is negative. Add the src to the dest exponent.
149 blts fix_dnrm |if negative, result is
207 | If the mode is rm, and the zero is negative, return smallest
208 | negative denorm.
H A Ddecbin.S38 | if negative, count the trailing zeros. Set the adjusted
60 | it is negative.
164 negl %d1 |now negative, make pos and set SE
241 | if the exp was positive, and added if it was negative. The purpose
253 | 2n.(negative exp)
340 | This section handles a negative adjusted exponent.
455 bpls no_neg |if exp is negative,
485 fdivx %fp1,%fp0 |exp is negative, so divide mant by exp
/linux-master/include/linux/
H A Dfixp-arith.h52 bool negative = false; local
55 negative = true;
63 return negative ? -ret : ret;
69 * @degrees: angle, in degrees. The angle can be positive or negative
H A Dptp_clock_kernel.h157 * scheduling time (>=0) or negative value in case further
266 * Returns: true if scaled_ppm is negative, false otherwise
270 bool negative = false; local
273 negative = true;
279 return negative;
/linux-master/drivers/gpu/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)
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c130 u16 negative = 0, addendh, addendl; local
135 negative = 1;
158 negative = (negative << 15) & 0x8000;
163 hellcreek_ptp_write(hellcreek, negative, PR_CLOCK_DRIFT_C);
177 u16 negative = 0, counth, countl; local
195 negative = 1;
205 negative = (negative << 15) & 0x8000;
210 hellcreek_ptp_write(hellcreek, negative, PR_CLOCK_OFFSET_
[all...]
/linux-master/sound/mips/
H A Dad1843.c112 int negative; /* nonzero if gain is negative. */ member in struct:ad1843_gain
120 .negative = 0,
125 .negative = 1,
132 .negative = 1,
139 .negative = 1,
146 .negative = 1,
153 .negative = 1,
303 if (gp->negative) {
333 if (gp->negative) {
[all...]
/linux-master/arch/x86/math-emu/
H A Dreg_ld_str.c97 int exp, tag, negative; local
106 negative = (m64 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
139 negative)
150 setexponent16(loaded_data, exp | negative);
159 int exp, tag, negative; local
166 negative = (m32 & 0x80000000) ? SIGN_Negative : SIGN_Positive;
171 addexponent(loaded_data, negative);
181 return normalize_no_excep(loaded_data, SINGLE_Emin, negative)
204 setexponent16(loaded_data, exp | negative); /* Set the sign. */
243 int negative; local
271 int s, negative; local
[all...]
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb.h24 int negative; member in struct:ebb_state::__anon1137
H A Debb.c169 " negative = %d\n" \
178 ebb_state.stats.negative, ebb_state.stats.no_overflow,
262 ebb_state.stats.negative++;
/linux-master/lib/crypto/mpi/
H A Dmpicoder.c561 int negative; local
568 * because if some of the formats don't support negative numbers but
570 * for a negative number.
573 negative = 1;
575 negative = 0;
588 if (negative) {
646 if (negative)
676 if (negative) {
721 if (buffer && 2*n + extra + negative + 1 > len) {
728 if (negative)
[all...]
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ptp.c80 bool negative = false; local
85 negative = true;
97 if (negative)
/linux-master/arch/x86/include/asm/
H A Dbitops.h100 bool negative; local
103 : CC_OUT(s) (negative), WBYTE_ADDR(addr)
105 return negative;
/linux-master/drivers/hwmon/pmbus/
H A Dmp2856.c80 bool negative = false; local
86 negative = true;
105 if (negative)
H A Dzl6100.c88 bool negative = false; local
95 negative = true;
118 if (negative)
/linux-master/drivers/gpu/drm/
H A Ddrm_color_mgmt.c123 * The sign-bit BIT(m+n-1) and above are 0 for positive value and 1 for negative
137 bool negative = !!(user_input & BIT_ULL(63)); local
142 val = clamp_val(mag, 0, negative ?
145 return negative ? -val : val;
204 * Zero on success, negative errno on failure.
357 * Zero on success, negative errno on failure.
426 * Zero on success, negative errno on failure.
/linux-master/fs/btrfs/
H A DMakefile21 subdir-ccflags-y += -Wno-shift-negative-value
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dopp.h155 bool negative; member in struct:custom_float_value
/linux-master/arch/powerpc/lib/
H A Dtest_emulate_step.c1601 bool negative)
1614 if (negative)
1619 if (analysed == 1 && negative)
1620 pr_info("negative test failed, instruction = %08lx\n", ppc_inst_as_ulong(instr));
1621 if (!negative)
1659 bool ignore_gpr, ignore_xer, ignore_ccr, passed, rc, negative; local
1673 negative = flags & NEGATIVE_TEST;
1688 rc = emulate_compute_instr(&got, instr, negative) != 0;
1689 if (negative) {
1599 emulate_compute_instr(struct pt_regs *regs, ppc_inst_t instr, bool negative) argument
/linux-master/drivers/hwmon/
H A Dlochnagar-hwmon.c74 bool negative = data & 0x80000000; local
86 return negative ? -result : result;
/linux-master/drivers/gpu/drm/i915/
H A Di915_pci.c943 static bool device_id_in_list(u16 device_id, const char *devices, bool negative) argument
952 if (negative && strcmp(devices, "!*") == 0)
954 if (!negative && strcmp(devices, "*") == 0)
964 if (negative && tok[0] == '!')
966 else if ((negative && tok[0] != '!') ||
967 (!negative && tok[0] == '!'))
/linux-master/drivers/gpu/drm/xe/
H A Dxe_pci.c386 static bool device_id_in_list(u16 device_id, const char *devices, bool negative) argument
395 if (negative && strcmp(devices, "!*") == 0)
397 if (!negative && strcmp(devices, "*") == 0)
407 if (negative && tok[0] == '!')
409 else if ((negative && tok[0] != '!') ||
410 (!negative && tok[0] == '!'))

Completed in 272 milliseconds

123