| /linux/tools/testing/selftests/powerpc/pmu/ |
| H A D | count_instructions.c | 32 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()
|
| /linux/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | instruction_count_test.c | 28 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()
|
| /linux/arch/arc/lib/ |
| H A D | strcmp.S | 31 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
|
| /linux/Documentation/hwmon/ |
| H A D | lm77.rst | 29 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
|
| H A D | emc1403.rst | 74 hysteresis mechanism which applies to all limits. The relative difference 76 difference between the limit and its hysteresis is always the same for 82 difference staying unchanged. For example, if the old critical limit 88 are read-only. Setting temp1_crit_hyst writes the difference between
|
| H A D | lm70.rst | 55 The LM74 and TMP121/TMP122/TMP123/TMP124 are very similar; main difference is 63 The LM71 is also very similar; main difference is 14-bit temperature
|
| /linux/tools/perf/tests/shell/ |
| H A D | stat+shadow_stat.sh | 40 # check the difference from the real result for FP imperfections 49 echo "Warning: Difference of IPC is under the threshold" 82 # check difference from the real result for FP imperfections 91 echo "Warning: Difference of IPC is under the threshold"
|
| /linux/tools/testing/selftests/ftrace/test.d/ftrace/ |
| H A D | func_profile_stat.tc | 12 : "diff returns 0 if there is no difference" 20 : "diff returns 0 if there is no difference"
|
| /linux/drivers/md/dm-pcache/ |
| H A D | pcache_internal.h | 54 * difference between them. This approach allows handling sequence number 55 * overflow correctly because the difference wraps naturally, and any value 57 * assumes 8-bit unsigned sequence numbers, where the difference wraps
|
| /linux/net/smc/ |
| H A D | smc_cdc.h | 146 /* 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
|
| /linux/Documentation/misc-devices/ |
| H A D | lis3lv02d.rst | 44 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.
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_rtbitmap.c | 279 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtfind_back() 316 * Calculate the difference between the value there in xfs_rtfind_back() 354 * Compute difference between actual and desired value. in xfs_rtfind_back() 393 * Compute difference between actual and desired value. in xfs_rtfind_back() 433 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtfind_forw() 471 * Calculate the difference between the value there in xfs_rtfind_forw() 509 * Compute difference between actual and desired value. in xfs_rtfind_forw() 546 * Compute difference between actual and desired value. in xfs_rtfind_forw() 886 xfs_rtword_t wdiff; /* difference from wanted value */ in xfs_rtcheck_range() 924 * Compute difference between actual and desired value. in xfs_rtcheck_range() [all …]
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | colorspaces-details.rst | 67 The luminance (Y') and color difference (Cb and Cr) are obtained with 143 The luminance (Y') and color difference (Cb and Cr) are obtained with 266 The luminance (Y') and color difference (Cb and Cr) are obtained with 335 The luminance (Y') and color difference (Cb and Cr) are obtained with 406 The luminance (Y') and color difference (Cb and Cr) are obtained with 554 The luminance (Y') and color difference (Cb and Cr) are obtained with 628 The luminance (Y') and color difference (Cb and Cr) are obtained with 699 The luminance (Y') and color difference (Cb and Cr) are obtained with
|
| /linux/drivers/net/wireless/ath/ath5k/ |
| H A D | eeprom.h | 373 * @ee_cck_ofdm_gain_delta: difference in gainF to output the same power for 375 * @ee_cck_ofdm_power_delta: power difference between OFDM (6Mbps) and CCK 383 * @ee_atn_tx_rx: Difference in attenuation between TX and RX in 1dB steps 389 * @ee_tx_end2xlna_enable: Time difference from when BB finishes sending a frame 391 * @ee_tx_end2xpa_disable: Time difference from when BB finishes sending a frame 393 * @ee_tx_frm2xpa_enable: Time difference from when MAC sends frame to when
|
| /linux/drivers/md/ |
| H A D | dm-kcopyd.c | 125 unsigned int throttle, now, difference; in io_job_start() local 140 difference = now - t->last_jiffies; in io_job_start() 143 t->io_period += difference; in io_job_start() 144 t->total_period += difference; in io_job_start() 189 unsigned int now, difference; in io_job_finish() local 192 difference = now - t->last_jiffies; in io_job_finish() 195 t->io_period += difference; in io_job_finish() 196 t->total_period += difference; in io_job_finish()
|
| /linux/rust/syn/ |
| H A D | fixup.rs | 32 // This is the difference between: 96 // This is the difference between: 107 // This is the difference between: 116 // This is the difference between: 125 // This is the difference between: 134 // This is the difference between: 143 // This is the difference between:
|
| /linux/Documentation/sound/hd-audio/ |
| H A D | dp-mst.rst | 8 Virtual pin is an extension of per_pin. The most difference of DP MST 52 Below discussion will ignore MST and NON-MST difference as it doesn't
|
| /linux/Documentation/bpf/ |
| H A D | map_cgrp_storage.rst | 78 Difference Between BPF_MAP_TYPE_CGRP_STORAGE and BPF_MAP_TYPE_CGROUP_STORAGE 84 illusates the main difference between ``BPF_MAP_TYPE_CGRP_STORAGE`` and
|
| /linux/fs/squashfs/ |
| H A D | id.c | 91 * the next (i.e. table[0] < table[1]), and the difference between them in squashfs_read_id_index_table() 93 * should be less than id_table_start, and again the difference in squashfs_read_id_index_table()
|
| H A D | xattr_id.c | 101 * the next (i.e. table[0] < table[1]), and the difference between them in squashfs_read_xattr_id_table() 103 * should be less than table_start, and again the difference in squashfs_read_xattr_id_table()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tc_edt.sh | |
| /linux/arch/parisc/math-emu/ |
| H A D | dfsub.c | 154 /* sign difference selects add or sub operation. */ in dbl_fsub() 214 * difference could cancel to a true zero. */ in dbl_fsub() 283 /* Treat sum and difference of the operands separately. */ in dbl_fsub() 287 * Difference of the two operands. Their can be no overflow. A in dbl_fsub()
|
| H A D | sfsub.c | 153 /* sign difference selects sub or add operation. */ in sgl_fsub() 212 * difference could cancel to a true zero. */ in sgl_fsub() 279 /* Treat sum and difference of the operands separately. */ in sgl_fsub() 283 * Difference of the two operands. Their can be no overflow. A in sgl_fsub()
|
| H A D | sfadd.c | 154 /* sign difference selects add or sub operation. */ in sgl_fadd() 210 * difference could cancel to a true zero. */ in sgl_fadd() 276 /* Treat sum and difference of the operands separately. */ in sgl_fadd() 280 * Difference of the two operands. Their can be no overflow. A in sgl_fadd()
|
| H A D | dfadd.c | 153 /* sign difference selects add or sub operation. */ in dbl_fadd() 211 * difference could cancel to a true zero. */ in dbl_fadd() 280 /* Treat sum and difference of the operands separately. */ in dbl_fadd() 284 * Difference of the two operands. Their can be no overflow. A in dbl_fadd()
|