Home
last modified time | relevance | path

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

12345678910

/openbmc/qemu/scripts/qapi/
H A Dexpr.py17 Normalize and validate (context-free) QAPI schema expression structures.
315 Normalize a "members" value.
318 value is not itself already a dict, normalize it to
325 :param members: The members value to normalize.
361 Normalize and validate an optional implicit struct type.
413 Normalize and validate the ``features`` member.
446 Normalize and validate this expression as an ``enum`` definition.
485 Normalize and validate this expression as a ``struct`` definition.
501 Normalize and validate this expression as a ``union`` definition.
529 Normalize and validate this expression as an ``alternate`` definition.
[all …]
/openbmc/linux/tools/perf/util/
H A Dexpr.l39 static char *normalize(char *str, int runtime) in normalize() function
77 yylval->str = normalize(strdup(text), runtime); in str()
81 yylval->str = normalize(yylval->str, runtime); in str()
/openbmc/linux/arch/parisc/math-emu/
H A 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()
H A 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()
H A 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 …]
/openbmc/linux/arch/mips/math-emu/
H A Ddp_flong.c37 /* normalize */ in ieee754dp_flong()
45 /* normalize in grs extended double precision */ in ieee754dp_flong()
H A Ddp_sub.c99 /* normalize ym,ye */ in ieee754dp_sub()
104 /* normalize xm,xe */ in ieee754dp_sub()
163 /* normalize to rounding precision in ieee754dp_sub()
H A Ddp_fsp.c43 /* normalize */ in ieee754dp_fsp()
H A Ddp_fint.c37 /* normalize - result can never be inexact or overflow */ in ieee754dp_fint()
H A Dsp_fint.c45 /* normalize in grs extended single precision in ieee754sp_fint()
H A Dsp_flong.c45 /* normalize in grs extended single precision */ in ieee754sp_flong()
/openbmc/linux/arch/powerpc/math-emu/
H A 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()
/openbmc/linux/include/math-emu/
H A 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. */ \
/openbmc/qemu/target/hexagon/
H A Dfma_emu.c249 /* Try to normalize exponents: shrink a exponent and grow mantissa */ in accum_sub()
259 /* Try to normalize exponents: grow b exponent and shrink mantissa */ in accum_sub()
302 /* Try to normalize exponents: shrink a exponent and grow mantissa */ in accum_add()
312 /* Try to normalize exponents: grow b exponent and shrink mantissa */ in accum_add()
404 /* Normalize right */ \
407 /* So we need to normalize right while the high word is non-zero and \
414 * OK, now normalize left \
415 * We want to normalize left until we have a leading one in bit 24 \
/openbmc/linux/arch/m68k/fpsp040/
H A 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
/openbmc/linux/arch/x86/math-emu/
H A Dround_Xsig.S9 | Normalize and round a 12 byte quantity. |
13 | Normalize a 12 byte quantity. |
/openbmc/qemu/util/
H A Dhost-utils.c111 /* normalize the divisor, shifting the dividend accordingly */ in divu128()
121 /* normalize the divisor, shifting the dividend accordingly */ in divu128()
354 /* normalize the divisor, shifting the dividend accordingly */ in divu256()
365 /* normalize the divisor, shifting the dividend accordingly */ in divu256()
/openbmc/openbmc/poky/meta/lib/oe/
H A Dtypes.py151 def path(value, relativeto='', normalize='true', mustexist='false'): argument
154 if boolean(normalize):
/openbmc/linux/fs/isofs/
H A Dexport.c41 * simply need to find its ".." entry, normalize its block and offset,
99 /* Normalize */ in isofs_export_get_parent()
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/
H A Dlibnet-idn-encode_2.500.bb25 RDEPENDS:${PN} += "perl-module-unicode-normalize perl-module-encode-encoding"
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-license-expression_30.4.0.bb1 SUMMARY = "Utility library to parse, compare, simplify and normalize license expressions"
/openbmc/linux/tools/lib/perf/Documentation/
H A Dmanpage-suppress-sp.xsl14 <xsl:value-of select="normalize-space($content)"/>
/openbmc/linux/tools/perf/Documentation/
H A Dmanpage-suppress-sp.xsl14 <xsl:value-of select="normalize-space($content)"/>
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch148 + vec3 nreflect = normalize(ReflectVec);
149 + vec3 nview = normalize(ViewVec);
171 + vec3 tnorm = normalize(gl_NormalMatrix * gl_Normal);
172 + vec3 lightVec = normalize(LightPosition - ecPos);
173 + ReflectVec = normalize(reflect(-lightVec, tnorm));
174 + ViewVec = normalize(-ecPos);
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/
H A Dliblognorm_2.0.6.bb2 DESCRIPTION = "Briefly described, liblognorm is a tool to normalize log data."

12345678910