HomeSort by: relevance | last modified time | path
    Searched refs:multiplier (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/lib/libc/gen/
dehumanize_number.c 65 long multiplier; local in function:dehumanize_number
75 multiplier = 1;
81 multiplier = 1;
85 multiplier = 1024;
89 multiplier = 1024 * 1024;
93 multiplier = 1024 * 1024 * 1024;
114 tmp2 = tmp * multiplier;
115 tmp2 = tmp2 / multiplier;
120 tmp *= multiplier;
dehumanize_number.c 65 long multiplier; local in function:dehumanize_number
75 multiplier = 1;
81 multiplier = 1;
85 multiplier = 1024;
89 multiplier = 1024 * 1024;
93 multiplier = 1024 * 1024 * 1024;
114 tmp2 = tmp * multiplier;
115 tmp2 = tmp2 / multiplier;
120 tmp *= multiplier;
  /src/sys/dev/ic/
ugvar.h 45 int multiplier; member in struct:ug2_sensor_info
ugvar.h 45 int multiplier; member in struct:ug2_sensor_info
  /src/sys/arch/mips/atheros/
ar5312.c 139 uint32_t multiplier; local in function:ar5312_get_freqs
152 multiplier = __SHIFTOUT(clockctl, AR2313_CLOCKCTL_MULTIPLIER);
155 multiplier = __SHIFTOUT(clockctl, AR5312_CLOCKCTL_MULTIPLIER);
157 multiplier <<= 1;
166 const uint32_t cpufreq = (40000000 / divisor) * multiplier;
ar5312.c 139 uint32_t multiplier; local in function:ar5312_get_freqs
152 multiplier = __SHIFTOUT(clockctl, AR2313_CLOCKCTL_MULTIPLIER);
155 multiplier = __SHIFTOUT(clockctl, AR5312_CLOCKCTL_MULTIPLIER);
157 multiplier <<= 1;
166 const uint32_t cpufreq = (40000000 / divisor) * multiplier;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_aux.c 440 uint32_t multiplier = 0; local in function:dce_aux_configure_timeout
452 /* 2-Update aux timeout period length and multiplier */
454 multiplier = DEFAULT_AUX_ENGINE_MULT;
457 multiplier = 0;
462 multiplier = 1;
467 multiplier = 2;
472 multiplier = 3;
500 REG_UPDATE_SEQ_2(AUX_DPHY_RX_CONTROL1, AUX_RX_TIMEOUT_LEN, length, AUX_RX_TIMEOUT_LEN_MUL, multiplier);
amdgpu_dce_aux.c 440 uint32_t multiplier = 0; local in function:dce_aux_configure_timeout
452 /* 2-Update aux timeout period length and multiplier */
454 multiplier = DEFAULT_AUX_ENGINE_MULT;
457 multiplier = 0;
462 multiplier = 1;
467 multiplier = 2;
472 multiplier = 3;
500 REG_UPDATE_SEQ_2(AUX_DPHY_RX_CONTROL1, AUX_RX_TIMEOUT_LEN, length, AUX_RX_TIMEOUT_LEN_MUL, multiplier);
  /src/sys/external/bsd/common/include/linux/
kernel.h 160 mult_frac(uintmax_t x, uintmax_t multiplier, uintmax_t divisor)
165 return ((q * multiplier) + ((r * multiplier) / divisor));
kernel.h 160 mult_frac(uintmax_t x, uintmax_t multiplier, uintmax_t divisor)
165 return ((q * multiplier) + ((r * multiplier) / divisor));
  /src/sys/arch/hppa/spmath/
impys.S 50 * The algorithm uses the absolute value of the multiplier, four bits at a time,
61 op2: .equ 4 /* multiplier */
83 ldws 0(%arg1),op2 ; get multiplier
86 comb,< op2,gr0,mpyb ; br. if multiplier < 0
107 ; branch table for the multiplication process with four multiplier bits
211 sub 0,op2,op2 ; op2 = |multiplier|
215 ; special case for multiplier = -2**31, op1 = signed multiplicand
216 ; or multiplicand = -2**31, op1 = signed multiplier
impys.S 50 * The algorithm uses the absolute value of the multiplier, four bits at a time,
61 op2: .equ 4 /* multiplier */
83 ldws 0(%arg1),op2 ; get multiplier
86 comb,< op2,gr0,mpyb ; br. if multiplier < 0
107 ; branch table for the multiplication process with four multiplier bits
211 sub 0,op2,op2 ; op2 = |multiplier|
215 ; special case for multiplier = -2**31, op1 = signed multiplicand
216 ; or multiplicand = -2**31, op1 = signed multiplier
impyu.S 50 * The algorithm uses the multiplier, four bits at a time, from right to left,
61 op2: .equ 4 ; multiplier
91 ldws 0(%arg1),op2 ; get multiplier
97 ; msb of multiplicand is set so will save multiplier for a final
124 ; branch table for the multiplication process with four multiplier bits
impyu.S 50 * The algorithm uses the multiplier, four bits at a time, from right to left,
61 op2: .equ 4 ; multiplier
91 ldws 0(%arg1),op2 ; get multiplier
97 ; msb of multiplicand is set so will save multiplier for a final
124 ; branch table for the multiplication process with four multiplier bits
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
keystone-k2e-clocks.dtsi 14 reg-names = "control", "multiplier", "post-divider";
keystone-k2e-clocks.dtsi 14 reg-names = "control", "multiplier", "post-divider";
  /src/common/lib/libc/arch/sparc/gen/
mul.S 58 mov %o0, %y ! multiplier -> Y
umul.S 65 mov %o0, %y ! multiplier -> Y
mul.S 58 mov %o0, %y ! multiplier -> Y
umul.S 65 mov %o0, %y ! multiplier -> Y
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
dpp.h 228 uint32_t multiplier);
dpp.h 228 uint32_t multiplier);
  /src/sys/dev/usb/
uatp.c 814 const unsigned int *multiplier, const unsigned int *divisor)
819 if (((*multiplier) == 0) ||
820 ((*multiplier) > UATP_MAX_MOTION_MULTIPLIER) ||
829 (*multiplier), (*divisor),
830 (((delta + (*remainder)) * ((int) (*multiplier)))
832 (((delta + (*remainder)) * ((int) (*multiplier)))
839 if (((*multiplier) == 0) ||
840 ((*multiplier) > UATP_MAX_MOTION_MULTIPLIER) ||
844 product = (delta * ((int) (*multiplier)));
uatp.c 814 const unsigned int *multiplier, const unsigned int *divisor)
819 if (((*multiplier) == 0) ||
820 ((*multiplier) > UATP_MAX_MOTION_MULTIPLIER) ||
829 (*multiplier), (*divisor),
830 (((delta + (*remainder)) * ((int) (*multiplier)))
832 (((delta + (*remainder)) * ((int) (*multiplier)))
839 if (((*multiplier) == 0) ||
840 ((*multiplier) > UATP_MAX_MOTION_MULTIPLIER) ||
844 product = (delta * ((int) (*multiplier)));
  /src/sys/dev/pci/ixgbe/
ixgbe_dcb.c 60 int min_credit, multiplier; local in function:ixgbe_dcb_calculate_tc_credits
71 multiplier = (min_credit / min_percent) + 1;
75 int val = uimin(bw[i] * multiplier, IXGBE_DCB_MAX_CREDIT_REFILL);
137 * a multiplier. It is required that the refill credits must be
139 * multiplier that will allow all bandwidth percentages to be
158 /* Calculate credit refill ratio using multiplier */

Completed in 130 milliseconds

1 2 3