Searched refs:normalized (Results 1 - 16 of 16) sorted by last modified time

/linux-master/tools/power/cpupower/utils/
H A Dcpufreq-set.c64 char normalized[NORM_FREQ_LEN]; local
121 normalized[i] = *str;
125 normalized[i] = '0';
128 match_count = (normalized[i-1] >= '5');
130 normalized[i-1] = 0; /* cp > 0 && pad >= 0 ==> i > 0 */
134 freq = strtoul(normalized, &end, 10);
/linux-master/drivers/media/usb/gspca/
H A Dtouptek.c277 u16 normalized; local
279 normalized = gainify(global_gain);
282 normalized, global_gain);
284 reg_w(gspca_dev, normalized, REG_GREEN1_GAIN);
285 reg_w(gspca_dev, normalized, REG_GREEN2_GAIN);
291 u16 normalized; local
293 normalized = global_gain +
295 if (normalized > GAIN_MAX) {
297 GAIN_MAX, normalized);
298 normalized
310 u16 normalized; local
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S962 # multiply operation is the smallest possible normalized number
995 # multiply operation is the smallest possible normalized number
1023 # multiply operation is the smallest possible normalized number
5000 # ssin(): computes the sine of a normalized input #
5002 # scos(): computes the cosine of a normalized input #
5004 # ssincos(): computes the sine and cosine of a normalized input #
5713 # stan(): computes the tangent of a normalized input #
6143 # satan(): computes the arctangent of a normalized number #
6593 # sasin(): computes the inverse sine of a normalized input #
6694 # sacos(): computes the inverse cosine of a normalized inpu
[all...]
H A Dpfpsp.S961 # multiply operation is the smallest possible normalized number
994 # multiply operation is the smallest possible normalized number
1022 # multiply operation is the smallest possible normalized number
5541 cmpi.b STAG(%a6),&DENORM # is operand normalized?
5585 cmpi.b STAG(%a6),&DENORM # is operand normalized?
5668 cmpi.b DTAG(%a6),&DENORM # is operand normalized?
6421 # input operand should not be normalized already. #
6434 # a0 = the input operand's mantissa is normalized; the exponent #
6527 # exponent would not go < 0. Therefore, number stays normalized
7124 tst.b STAG(%a6) # is operand normalized
[all...]
H A Dfplsp.S4894 # ssin(): computes the sine of a normalized input #
4896 # scos(): computes the cosine of a normalized input #
4898 # ssincos(): computes the sine and cosine of a normalized input #
5607 # stan(): computes the tangent of a normalized input #
6037 # satan(): computes the arctangent of a normalized number #
6487 # sasin(): computes the inverse sine of a normalized input #
6588 # sacos(): computes the inverse cosine of a normalized input #
6682 # setox(): computes the exponential for a normalized input #
6684 # setoxm1(): computes the exponential minus 1 for a normalized input #
6839 # the FMOVEM may not seem relevant since X is normalized, #
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dbindec.S13 | to 32-bits. The input may be either normalized,
24 | BINDEC_FLG for separating normalized/denormalized
170 | separating normalized/denormalized input. If the input
187 andiw #0x7fff,%d0 |strip sign of normalized exp
197 | Test if the normalized input is denormalized
203 andiw #0x7fff,%d0 |strip sign of normalized exp
H A Ddecbin.S4 | Description: Converts normalized packed bcd value pointed to by
H A Dget_op.S18 | number(s) is normalized and the operand type tag is updated.
39 | routine. The number is normalized, put back on the stack and
42 | a normalized number in the source and the instruction is
46 | normalized number it becomes a denormalized number. The
209 | The following lines of are coded to optimize on normalized operands
238 | ;and puts the normalized num back
266 | ;and puts the normalized num back
332 tstb %d0 |check for normalized value
403 | a0 = points to operand to be normalized
407 | the normalized operan
[all...]
H A Dres_func.S77 bfclr DTAG(%a6){#0:#4} |set tag to normalized, FPTE15 = 0
110 | cu_norm handles fmove in instructions with normalized inputs.
397 bfclr STAG(%a6){#0:#4} |set tag to normalized, FPTE15 = 0
1884 | This subroutine takes an extended normalized number and denormalizes
1887 | dest_sgl or dest_dbl expects a normalized number's bias.
1889 | Input: a0 points to a normalized number in internal extended format
H A Dround.S282 | normalized.
H A Dsetox.S180 | the FMOVEM may not seem relevant since X is normalized,
H A Dsgetem.S73 | For normalized numbers, leave the mantissa alone, simply load
H A Dsint.S233 | ;be normalized
234 | ;Output: a0 points to normalized
H A Dslog2.S38 | Notes: Even if X is denormalized, log(X) is always normalized.
67 | Notes: Even if X is denormalized, log(X) is always normalized.
129 |--entry point for Log10(X), X is normalized
156 |--entry point for Log2(X), X is normalized
H A Dsrem_mod.S133 subl %d6,%d3 | ...(D3,D4,D5) is normalized
147 orl %d7,%d4 | ...(D3,D4,D5) normalized
152 addil #0x00003FFE,%d3 | ...(D3,D4,D5) normalized
178 subl %d6,%d0 | ...(D0,D1,D2) is normalized
192 orl %d7,%d1 | ...(D0,D1,D2) normalized
197 addil #0x00003FFE,%d0 | ...(D0,D1,D2) normalized
277 subl %d6,%d0 | ...(D0,D1,D2) is normalized
284 bmis Get_Mod | ...already normalized
292 orl %d7,%d1 | ...(D0,D1,D2) normalized
H A Dx_unfl.S9 | by taking the intermediate result (which is always normalized) and
229 | ;normalized bias
230 | ; normalized denormalized

Completed in 531 milliseconds