/linux/arch/x86/math-emu/ |
H A D | poly_l2.c | 5 | Compute the base 2 log of a FPU_REG, using a polynomial approximation. | 25 | Base 2 logarithm by a polynomial approximation. | 103 | Base 2 logarithm by a polynomial approximation. | 179 | Base 2 logarithm by a polynomial approximation. |
|
H A D | poly_tan.c | 5 | Compute the tan of a FPU_REG, using a polynomial approximation. | 165 approximation for pi/2 in poly_tan() 168 error due to the approximation used for pi/2 in poly_tan()
|
H A D | poly_sin.c | 5 | Computation of an approximation of the sin function and the cosine | 162 compensate for the error due to the approximation used for in poly_sine() 342 compensate for the error due to the approximation used for in poly_cos()
|
/linux/lib/math/ |
H A D | rational.c | 19 * calculate best rational approximation for a given fraction 70 /* Calculate the current rational approximation (aka in rational_best_approximation()
|
/linux/drivers/clk/ |
H A D | clk-fractional-divider.c | 6 * Uses rational best approximation algorithm. 167 if (fd->approximation) in clk_fd_determine_rate() 168 fd->approximation(hw, req->rate, &req->best_parent_rate, &m, &n); in clk_fd_determine_rate()
|
H A D | clk-fractional-divider_test.c | 140 .name = "clk-fd-approximation",
|
/linux/lib/crypto/mpi/ |
H A D | mpih-div.c | 59 * result is a (N+1)-bit approximation to 1/DIVISOR_LIMB, with the in mpihelp_mod_1() 95 * result is a (N+1)-bit approximation to 1/DIVISOR_LIMB, with the in mpihelp_mod_1() 409 * result is a (N+1)-bit approximation to 1/DIVISOR_LIMB, with the in mpihelp_divmod_1() 444 * result is a (N+1)-bit approximation to 1/DIVISOR_LIMB, with the in mpihelp_divmod_1()
|
/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp42x-freecom-fsg-3.dts | 40 /* Closest approximation of what the key should do */ 53 /* Unplug USB, closest approximation of what the key should do */
|
/linux/Documentation/hwmon/ |
H A D | mcp3021.rst | 31 The Microchip Technology Inc. MCP3021 is a successive approximation A/D
|
H A D | ntc_thermistor.rst | 36 The NTC driver provides lookup tables with a linear approximation function
|
/linux/sound/pci/cs46xx/ |
H A D | cs46xx_dsp_scb_types.h | 266 /* 16b.16b integer.frac approximation to the 268 frame. (approximation must be floor, to 342 16b.16b integer.frac approximation to the 344 (approximation must be floor, to insure */
|
/linux/Documentation/arch/x86/x86_64/ |
H A D | cpu-hotplug-spec.rst | 23 number (or a reasonable approximation of it, with erring towards more not less)
|
/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | lltc,ltc2497.yaml | 15 low noise, low power, 8-channel, 12-bit successive approximation ADC with an
|
H A D | sophgo,cv1800b-saradc.yaml | 8 Sophgo CV1800B SoC 3 channels Successive Approximation Analog to
|
H A D | adi,ad4080.yaml | 15 successive approximation register (SAR) analog-to-digital converter (ADC).
|
H A D | amlogic,meson-saradc.yaml | 7 title: Amlogic Meson SAR (Successive Approximation Register) A/D converter
|
/linux/drivers/clk/baikal-t1/ |
H A D | ccu-pll.c | 178 * This will cause a worse approximation though. in ccu_pll_calc_factors() 206 * handled by the rational fraction approximation algorithm. in ccu_pll_calc_factors() 219 /* Select the best approximation of the target rate. */ in ccu_pll_calc_factors()
|
/linux/arch/arm/mach-omap1/ |
H A D | mtd-xip.h | 41 * It's permitted to do approximation for xip_elapsed_since macro
|
/linux/drivers/clk/sunxi/ |
H A D | clk-sun6i-apb0-gates.c | 67 /* Worst-case size approximation and memory allocation */ in sun6i_a31_apb0_gates_clk_probe()
|
/linux/Documentation/devicetree/bindings/iio/afe/ |
H A D | temperature-sense-rtd.yaml | 65 approximation of the resistance versus temperature relationship
|
/linux/include/asm-generic/ |
H A D | delay.h | 41 * generic threshold for this which will fit for all systems. An approximation
|
/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_ptp.c | 292 /* Determine which end gives better approximation */ in qed_ptp_hw_adjfreq() 299 /* Track best approximation found so far */ in qed_ptp_hw_adjfreq()
|
/linux/arch/x86/kernel/ |
H A D | ebda.c | 19 * This means that as a first approximation on most systems we can
|
/linux/arch/x86/boot/ |
H A D | cmdline.c | 17 return c <= ' '; /* Close enough approximation */ in myisspace()
|
/linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/ |
H A D | lib_float_math.c | 131 // - precise if the input pwr of 2, else the approximation will be an integer = floor(actual_log2)
|