Searched refs:significance (Results 1 – 17 of 17) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/calcs/ |
D | dcn_calc_math.c | 70 float dcn_bw_floor2(const float arg, const float significance) in dcn_bw_floor2() argument 72 if (significance == 0) in dcn_bw_floor2() 74 return ((int) (arg / significance)) * significance; in dcn_bw_floor2() 77 float dcn_bw_ceil2(const float arg, const float significance) in dcn_bw_ceil2() argument 79 float flr = dcn_bw_floor2(arg, significance); in dcn_bw_ceil2() 80 if (significance == 0) in dcn_bw_ceil2() 82 return flr + 0.00001 >= arg ? arg : flr + significance; in dcn_bw_ceil2()
|
D | bw_fixed.c | 113 const struct bw_fixed significance) in bw_floor2() argument 118 multiplicand = div64_s64(arg.value, abs_i64(significance.value)); in bw_floor2() 119 result.value = abs_i64(significance.value) * multiplicand; in bw_floor2() 126 const struct bw_fixed significance) in bw_ceil2() argument 131 multiplicand = div64_s64(arg.value, abs_i64(significance.value)); in bw_ceil2() 132 result.value = abs_i64(significance.value) * multiplicand; in bw_ceil2() 135 result.value -= abs_i64(significance.value); in bw_ceil2() 137 result.value += abs_i64(significance.value); in bw_ceil2()
|
D | dcn_calc_math.h | 33 float dcn_bw_floor2(const float arg, const float significance); 34 float dcn_bw_ceil2(const float arg, const float significance);
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/ |
D | bw_fixed.h | 133 struct bw_fixed bw_floor2(const struct bw_fixed arg, const struct bw_fixed significance); 134 struct bw_fixed bw_ceil2(const struct bw_fixed arg, const struct bw_fixed significance);
|
/Linux-v4.19/Documentation/media/uapi/dvb/ |
D | ca-fopen.rst | 56 significance of blocking or non-blocking mode is described in the
|
D | audio-fopen.rst | 69 succeeded, the device will be ready for use. The significance of
|
D | video-fopen.rst | 70 significance of blocking or non-blocking mode is described in the
|
D | dmx-fopen.rst | 65 The significance of blocking or non-blocking mode is described in the
|
/Linux-v4.19/Documentation/laptops/ |
D | asus-laptop.txt | 110 /sys/devices/platform/asus-laptop/display. The significance of those values 220 The significance of values is yet to be found, but
|
/Linux-v4.19/Documentation/filesystems/ |
D | ocfs2.txt | 84 bits of significance.
|
D | xfs.txt | 92 numbers with more than 32 bits of significance. 97 more than 32 bits of significance.
|
/Linux-v4.19/Documentation/arm/ |
D | kernel_mode_neon.txt | 80 The compiler is not aware of the special significance of kernel_neon_begin() and
|
/Linux-v4.19/Documentation/arm64/ |
D | booting.txt | 128 special significance to the kernel, and may be used for other purposes.
|
/Linux-v4.19/Documentation/process/ |
D | 6.Followthrough.rst | 25 A patch of any significance will result in a number of comments from other
|
/Linux-v4.19/Documentation/networking/ |
D | cs89x0.txt | 493 connection. (Only applies to 10Base-T. The green LED has no significance for
|
/Linux-v4.19/Documentation/devicetree/ |
D | booting-without-of.txt | 647 significance of the #address-cells and #size-cells properties will be
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | extended-controls.rst | 2512 the zones selection and their significance in calculating the
|