Home
last modified time | relevance | path

Searched full:difference (Results 1 – 25 of 1884) sorted by relevance

12345678910>>...76

/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c32 s64 difference, expected; in do_count_loop() local
46 difference = events[0].result.value - expected; in do_count_loop()
47 percentage = (double)difference / events[0].result.value * 100; in do_count_loop()
56 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
62 if (difference < 0) in do_count_loop()
63 difference = -difference; in do_count_loop()
65 /* Tolerate a difference below 0.0001 % */ in do_count_loop()
66 difference *= 10000 * 100; in do_count_loop()
67 if (difference / events[0].result.value) in do_count_loop()
Dcount_stcx_fail.c32 s64 difference, expected; in do_count_loop() local
48 difference = events[0].result.value - expected; in do_count_loop()
49 percentage = (double)difference / events[0].result.value * 100; in do_count_loop()
60 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
67 if (difference < 0) in do_count_loop()
68 difference = -difference; in do_count_loop()
70 /* Tolerate a difference below 0.0001 % */ in do_count_loop()
71 difference *= 10000 * 100; in do_count_loop()
72 if (difference / events[0].result.value) in do_count_loop()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c32 s64 difference, expected; in do_count_loop() local
46 difference = events[0].result.value - expected; in do_count_loop()
47 percentage = (double)difference / events[0].result.value * 100; in do_count_loop()
56 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
62 if (difference < 0) in do_count_loop()
63 difference = -difference; in do_count_loop()
65 /* Tolerate a difference below 0.0001 % */ in do_count_loop()
66 difference *= 10000 * 100; in do_count_loop()
67 if (difference / events[0].result.value) in do_count_loop()
Dcount_stcx_fail.c32 s64 difference, expected; in do_count_loop() local
48 difference = events[0].result.value - expected; in do_count_loop()
49 percentage = (double)difference / events[0].result.value * 100; in do_count_loop()
60 printf("Delta %lld, %f%%\n", difference, percentage); in do_count_loop()
67 if (difference < 0) in do_count_loop()
68 difference = -difference; in do_count_loop()
70 /* Tolerate a difference below 0.0001 % */ in do_count_loop()
71 difference *= 10000 * 100; in do_count_loop()
72 if (difference / events[0].result.value) in do_count_loop()
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c28 int64_t difference, expected; in do_count_loop() local
47 difference = event->result.value - expected; in do_count_loop()
48 percentage = (double)difference / event->result.value * 100; in do_count_loop()
54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop()
58 if (difference < 0) in do_count_loop()
59 difference = -difference; in do_count_loop()
61 /* Tolerate a difference of up to 0.0001 % */ in do_count_loop()
62 difference *= 10000 * 100; in do_count_loop()
63 if (difference / event->result.value) in do_count_loop()
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c28 int64_t difference, expected; in do_count_loop() local
47 difference = event->result.value - expected; in do_count_loop()
48 percentage = (double)difference / event->result.value * 100; in do_count_loop()
54 printf("Delta %ld, %f%%\n", difference, percentage); in do_count_loop()
58 if (difference < 0) in do_count_loop()
59 difference = -difference; in do_count_loop()
61 /* Tolerate a difference of up to 0.0001 % */ in do_count_loop()
62 difference *= 10000 * 100; in do_count_loop()
63 if (difference / event->result.value) in do_count_loop()
/kernel/linux/linux-6.6/arch/arc/lib/
Dstrcmp.S31 xor r0,r2,r3 ; mask for difference
33 bic_s r0,r0,r1 ; mask for least significant difference bit
35 xor r0,r5,r1 ; mask for least significant difference byte
47 xor r0,r2,r3 ; mask for difference
50 bic_s r0,r0,r1 ; mask for least significant difference bit
52 xor r0,r5,r1 ; mask for least significant difference byte
/kernel/linux/linux-5.10/arch/arc/lib/
Dstrcmp.S31 xor r0,r2,r3 ; mask for difference
33 bic_s r0,r0,r1 ; mask for least significant difference bit
35 xor r0,r5,r1 ; mask for least significant difference byte
47 xor r0,r2,r3 ; mask for difference
50 bic_s r0,r0,r1 ; mask for least significant difference bit
52 xor r0,r5,r1 ; mask for least significant difference byte
/kernel/linux/linux-5.10/Documentation/hwmon/
Dlm77.rst29 applies to all 3 limits. The relative difference is stored in a single
30 register on the chip, which means that the relative difference between
36 difference staying unchanged. For example, if the old critical limit
42 read-only. Setting temp1_crit_hyst writes the difference between
Demc1403.rst63 hysteresis mechanism which applies to all limits. The relative difference
65 difference between the limit and its hysteresis is always the same for
71 difference staying unchanged. For example, if the old critical limit
77 are read-only. Setting temp1_crit_hyst writes the difference between
/kernel/linux/linux-6.6/Documentation/hwmon/
Dlm77.rst29 applies to all 3 limits. The relative difference is stored in a single
30 register on the chip, which means that the relative difference between
36 difference staying unchanged. For example, if the old critical limit
42 read-only. Setting temp1_crit_hyst writes the difference between
Demc1403.rst63 hysteresis mechanism which applies to all limits. The relative difference
65 difference between the limit and its hysteresis is always the same for
71 difference staying unchanged. For example, if the old critical limit
77 are read-only. Setting temp1_crit_hyst writes the difference between
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
Dia_css_tnr_types.h25 * When difference between current frame and previous frame is less than or
28 * When difference between current frame and previous frame is greater
46 If difference between current frame and
52 If difference between current frame and
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/isp/kernels/tnr/tnr_1.0/
Dia_css_tnr_types.h25 * When difference between current frame and previous frame is less than or
28 * When difference between current frame and previous frame is greater
46 If difference between current frame and
52 If difference between current frame and
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_blit.c138 * vmw_find_first_diff - find the first difference between dst and src
144 * return: The offset from find start where the first difference was
145 * encountered in bytes. If no difference was found, the function returns
211 * vmw_find_last_diff - find the last difference between dst and src
217 * return: The offset from find start where the last difference was
218 * encountered in bytes, or a negative value if no difference was found.
253 * vmw_adjust_rect - Adjust rectangle coordinates for newly found difference
256 * @diff_offs: The offset from @diff->line_offset where the difference was
284 * This is needed to know the needed granularity of the difference computing
303 * Starting from where first difference was found, find in vmw_diff_memcpy()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_blit.c138 * vmw_find_first_diff - find the first difference between dst and src
144 * return: The offset from find start where the first difference was
145 * encountered in bytes. If no difference was found, the function returns
211 * vmw_find_last_diff - find the last difference between dst and src
217 * return: The offset from find start where the last difference was
218 * encountered in bytes, or a negative value if no difference was found.
253 * vmw_adjust_rect - Adjust rectangle coordinates for newly found difference
256 * @diff_offs: The offset from @diff->line_offset where the difference was
284 * This is needed to know the needed granularity of the difference computing
303 * Starting from where first difference was found, find in vmw_diff_memcpy()
[all …]
/kernel/linux/linux-5.10/drivers/input/
Dff-memless.c160 int difference; in apply_envelope() local
181 difference = abs(value) - envelope_level; in apply_envelope()
183 pr_debug("difference = %d\n", difference); in apply_envelope()
187 difference = difference * time_from_level / time_of_envelope; in apply_envelope()
189 pr_debug("difference = %d\n", difference); in apply_envelope()
192 -(difference + envelope_level) : (difference + envelope_level); in apply_envelope()
/kernel/linux/linux-6.6/drivers/input/
Dff-memless.c157 int difference; in apply_envelope() local
178 difference = abs(value) - envelope_level; in apply_envelope()
180 pr_debug("difference = %d\n", difference); in apply_envelope()
184 difference = difference * time_from_level / time_of_envelope; in apply_envelope()
186 pr_debug("difference = %d\n", difference); in apply_envelope()
189 -(difference + envelope_level) : (difference + envelope_level); in apply_envelope()
/kernel/linux/linux-6.6/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_profile_stat.tc12 : "diff returns 0 if there is no difference"
20 : "diff returns 0 if there is no difference"
/kernel/linux/linux-5.10/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc_profile_stat.tc12 : "diff returns 0 if there is no difference"
20 : "diff returns 0 if there is no difference"
/kernel/linux/linux-6.6/net/smc/
Dsmc_cdc.h146 /* calculate cursor difference between old and new, where old <= new and
147 * difference cannot exceed size
160 /* calculate cursor difference between old and new - returns negative
173 /* calculate cursor difference between old and new, where old <= new and
174 * difference may exceed size
/kernel/linux/linux-5.10/net/smc/
Dsmc_cdc.h146 /* calculate cursor difference between old and new, where old <= new and
147 * difference cannot exceed size
160 /* calculate cursor difference between old and new - returns negative
173 /* calculate cursor difference between old and new, where old <= new and
174 * difference may exceed size
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dyuv-formats.rst12 *color difference* signals, this way the green component can be
17 was added to transmit the color difference signals. Secondary in the YUV
/kernel/linux/linux-6.6/Documentation/misc-devices/
Dlis3lv02d.rst44 small difference due to input system fuzziness feature.
50 sensing element is internally moved little bit. Selftest measures difference
55 measured difference between modes. Axes are not remapped in selftest mode.
/kernel/linux/linux-5.10/Documentation/misc-devices/
Dlis3lv02d.rst44 small difference due to input system fuzziness feature.
50 sensing element is internally moved little bit. Selftest measures difference
55 measured difference between modes. Axes are not remapped in selftest mode.

12345678910>>...76