Home
last modified time | relevance | path

Searched refs:significance (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c71 float dcn_bw_floor2(const float arg, const float significance) in dcn_bw_floor2() argument
73 ASSERT(significance != 0); in dcn_bw_floor2()
75 return ((int) (arg / significance)) * significance; in dcn_bw_floor2()
87 float dcn_bw_ceil2(const float arg, const float significance) in dcn_bw_ceil2() argument
89 ASSERT(significance != 0); in dcn_bw_ceil2()
91 return ((int) (arg / significance + 0.99999)) * significance; in dcn_bw_ceil2()
H A Dbw_fixed.c111 const struct bw_fixed significance) in bw_floor2() argument
116 multiplicand = div64_s64(arg.value, abs_i64(significance.value)); in bw_floor2()
117 result.value = abs_i64(significance.value) * multiplicand; in bw_floor2()
124 const struct bw_fixed significance) in bw_ceil2() argument
129 multiplicand = div64_s64(arg.value, abs_i64(significance.value)); in bw_ceil2()
130 result.value = abs_i64(significance.value) * multiplicand; in bw_ceil2()
133 result.value -= abs_i64(significance.value); in bw_ceil2()
135 result.value += abs_i64(significance.value); in bw_ceil2()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Ddcn_calc_math.h33 float dcn_bw_floor2(const float arg, const float significance);
35 float dcn_bw_ceil2(const float arg, const float significance);
H A Dbw_fixed.h133 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);
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch6 This environment variable has special significance for python,
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dca-fopen.rst53 significance of blocking or non-blocking mode is described in the
H A Ddmx-fopen.rst63 The significance of blocking or non-blocking mode is described in the
/openbmc/linux/drivers/staging/media/av7110/
H A Dvideo-fopen.rst68 significance of blocking or non-blocking mode is described in the
H A Daudio-fopen.rst66 succeeded, the device will be ready for use. The significance of
/openbmc/linux/Documentation/admin-guide/laptops/
H A Dasus-laptop.rst119 /sys/devices/platform/asus-laptop/display. The significance of those values
233 The significance of values is yet to be found, but
/openbmc/linux/Documentation/devicetree/bindings/net/dsa/
H A Dnxp,sja1105.yaml40 # 100base-TX PHY). The "reg" property does not have physical significance.
/openbmc/linux/Documentation/filesystems/
H A Docfs2.rst94 bits of significance.
/openbmc/u-boot/doc/
H A DREADME.memory-test30 takes a _long_ time before there is any significance in the fact
/openbmc/linux/Documentation/arch/arm/
H A Dkernel_mode_neon.rst81 The compiler is not aware of the special significance of kernel_neon_begin() and
/openbmc/phosphor-ipmi-flash/
H A Dbmc_json_config.md180 This configuration is of no significance in its difference.
/openbmc/linux/Documentation/admin-guide/
H A Dxfs.rst87 numbers with more than 32 bits of significance.
92 more than 32 bits of significance.
/openbmc/qemu/docs/interop/
H A Dqmp-spec.rst81 particular significance.
/openbmc/linux/Documentation/process/
H A D6.Followthrough.rst25 A patch of any significance will result in a number of comments from other
/openbmc/linux/Documentation/arch/arm64/
H A Dbooting.rst138 special significance to the kernel, and may be used for other purposes.
/openbmc/linux/Documentation/networking/device_drivers/ethernet/cirrus/
H A Dcs89x0.rst509 connection. (Only applies to 10Base-T. The green LED has no significance for
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-camera.rst102 the zones selection and their significance in calculating the
/openbmc/openbmc/poky/documentation/kernel-dev/
H A Dadvanced.rst204 less significance in the current implementation of the tooling than
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-ref-variables.rst1331 of the name and has no syntactical significance.
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dvariables.rst6764 of the name and has no syntactical significance.