Home
last modified time | relevance | path

Searched full:normalize (Results 1 – 25 of 175) sorted by relevance

1234567

/Linux-v6.1/tools/perf/util/
Dexpr.l39 static char *normalize(char *str, int runtime) in normalize() function
74 yylval->str = normalize(strdup(text), runtime); in str()
78 yylval->str = normalize(yylval->str, runtime); in str()
/Linux-v6.1/arch/parisc/math-emu/
Dsfrem.c147 /* normalize, then continue */ in sgl_frem()
155 /* normalize, then continue */ in sgl_frem()
182 /* now normalize */ in sgl_frem()
242 /* normalize result's mantissa */ in sgl_frem()
Ddfrem.c148 /* normalize, then continue */ in dbl_frem()
156 /* normalize, then continue */ in dbl_frem()
186 /* now normalize */ in dbl_frem()
248 /* normalize result's mantissa */ in dbl_frem()
Dfmpyfadd.c301 /* need to normalize results mantissa */ in dbl_fmpyfadd()
343 /* need to normalize results mantissa */ in dbl_fmpyfadd()
358 /* is denormalized; want to normalize */ in dbl_fmpyfadd()
447 * Adjust exponent and normalize add operand. in dbl_fmpyfadd()
961 /* need to normalize results mantissa */
1003 /* need to normalize results mantissa */
1018 /* is denormalized; want to normalize */
1107 * Adjust exponent and normalize add operand.
1617 /* need to normalize results mantissa */
1659 /* need to normalize results mantissa */
[all …]
Dsfdiv.c176 /* is denormalized; want to normalize */ in sgl_fdiv()
186 /* is denormalized; want to normalize */ in sgl_fdiv()
/Linux-v6.1/arch/mips/math-emu/
Ddp_sub.c99 /* normalize ym,ye */ in ieee754dp_sub()
104 /* normalize xm,xe */ in ieee754dp_sub()
163 /* normalize to rounding precision in ieee754dp_sub()
Ddp_flong.c37 /* normalize */ in ieee754dp_flong()
45 /* normalize in grs extended double precision */ in ieee754dp_flong()
Ddp_fint.c37 /* normalize - result can never be inexact or overflow */ in ieee754dp_fint()
Ddp_fsp.c43 /* normalize */ in ieee754dp_fsp()
Dsp_fint.c45 /* normalize in grs extended single precision in ieee754sp_fint()
Dsp_flong.c45 /* normalize in grs extended single precision */ in ieee754sp_flong()
/Linux-v6.1/arch/powerpc/math-emu/
Dudivmodti4.c55 /* Normalize, i.e. make the most significant bit of the in _fp_udivmodti4()
93 /* Normalize. */ in _fp_udivmodti4()
161 /* Normalize. */ in _fp_udivmodti4()
/Linux-v6.1/include/math-emu/
Dop-1.h72 * normalize the data.
130 /* Normalize since we know where the msb of the multiplicands \
142 /* Normalize since we know where the msb of the multiplicands \
174 /* normalize */ \
208 /* Normalize Y -- i.e. make the most significant bit set. */ \
Dop-2.h177 * normalize the data.
254 /* Normalize since we know where the msb of the multiplicands \
298 /* Normalize since we know where the msb of the multiplicands \
315 /* Normalize since we know where the msb of the multiplicands \
440 /* Normalize, i.e. make the most significant bit of the \
/Linux-v6.1/arch/m68k/fpsp040/
Dsint.S37 | 4. Normalize the rounded result; store in fp0.
229 | normalize the rounded result and store value in fp0
231 bsr nrm_set |normalize the unnorm
Dget_op.S232 bsr mk_norm |go normalize - mk_norm returns:
260 bsr mk_norm |go normalize - mk_norm returns:
274 | If the inst is not fmove, normalize the source. If it is,
444 bsr nrm_zero |normalize till msb = 1 or exp = zero
456 bsr nrm_zero |normalize the number
Dkernel_ex.S397 bsr nrm_set |normalize the result (exponent
458 bsr nrm_set |normalize result, exponent
472 bsr nrm_set |normalize result, exponent
/Linux-v6.1/arch/x86/math-emu/
Dround_Xsig.S9 | Normalize and round a 12 byte quantity. |
13 | Normalize a 12 byte quantity. |
/Linux-v6.1/fs/isofs/
Dexport.c41 * simply need to find its ".." entry, normalize its block and offset,
99 /* Normalize */ in isofs_export_get_parent()
/Linux-v6.1/tools/lib/perf/Documentation/
Dmanpage-suppress-sp.xsl14 <xsl:value-of select="normalize-space($content)"/>
/Linux-v6.1/tools/lib/traceevent/Documentation/
Dmanpage-suppress-sp.xsl14 <xsl:value-of select="normalize-space($content)"/>
/Linux-v6.1/tools/perf/Documentation/
Dmanpage-suppress-sp.xsl14 <xsl:value-of select="normalize-space($content)"/>
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/
Dselq.c217 /* Normalize any picked txq_ix to [0, num_channels), in mlx5e_select_queue()
252 /* Normalize any picked txq_ix to [0, num_channels). Queues in range in mlx5e_select_queue()
/Linux-v6.1/arch/mips/include/asm/octeon/
Dcvmx-spinlock.h120 return tmp != 0; /* normalize to 0 or 1 */ in cvmx_spinlock_trylock()
213 return tmp != 0; /* normalize to 0 or 1 */ in cvmx_spinlock_bit_trylock()
/Linux-v6.1/fs/unicode/
Dutf8n.h48 * Initialize a utf8cursor to normalize a string.

1234567