/openbmc/linux/tools/perf/util/ |
H A D | expr.l | 39 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/openbmc/poky/meta/lib/oe/ |
H A D | types.py | 151 def path(value, relativeto='', normalize='true', mustexist='false'): argument 154 if boolean(normalize):
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-license-expression_30.4.0.bb | 1 SUMMARY = "Utility library to parse, compare, simplify and normalize license expressions"
|
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libnet/ |
H A D | libnet-idn-encode_2.500.bb | 25 RDEPENDS:${PN} += "perl-module-unicode-normalize perl-module-encode-encoding"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/ |
H A D | liblognorm_2.0.6.bb | 2 DESCRIPTION = "Briefly described, liblognorm is a tool to normalize log data."
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | sint.S | 229 | normalize the rounded result and store value in fp0 231 bsr nrm_set |normalize the unnorm
|
H A D | sgetem.S | 58 bsr nrm_set |normalize (exp will go negative)
|
H A D | bindec.S | 26 | normalize it. 172 | to signal denorm. If the input is unnormalized, normalize
|
H A D | round.S | 271 | These routines (nrm_zero & nrm_set) normalize the unnorm. This 485 | dnrm_lp --- normalize exponent/mantissa to specified threshold
|
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/ |
H A D | 0001-mesa-demos-Add-missing-data-files.patch | 148 + 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/poky/bitbake/lib/bb/pysh/ |
H A D | pyshlex.py | 342 def normalize(wtree): function 346 part = normalize(part) 359 return normalize(wtree)
|
/openbmc/linux/tools/testing/selftests/cgroup/ |
H A D | memcg_protection.m | 52 e = protected * min(1, E / siblings); % normalize overcommit
|
/openbmc/openbmc/poky/meta/recipes-devtools/libtool/libtool/ |
H A D | 0002-ltmain.in-Don-t-encode-RATHS-which-match-default-lin.patch | 11 Libtool may be passed link paths of the form "/usr/lib/../lib" so normalize
|
/openbmc/linux/Documentation/hwmon/ |
H A D | lm73.rst | 36 device. This attribute will normalize ranges of input values to the
|
H A D | ds1621.rst | 158 will normalize the range of input values to the device maximum resolution
|
/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/ |
H A D | resolvconf_1.92.bb | 47 install -m 0755 bin/normalize-resolvconf ${D}${nonarch_base_libdir}/${BPN}
|
/openbmc/linux/Documentation/networking/devlink/ |
H A D | devlink-info.rst | 41 Drivers should make sure to strip or normalize any such padding
|
/openbmc/linux/arch/x86/boot/ |
H A D | header.S | 575 # We will have entered with %cs = %ds+0x20, normalize %cs so
|
/openbmc/linux/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 1485 bsr.l norm # normalize mantissa 6120 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but 7636 bsr.l norm # normalize 8490 #----normalize the input value by left shifting k bits (k to be determined 10209 # so, normalize the mantissa, add 0x6000 to the new exponent, 10217 bsr.l norm # normalize mantissa 10285 # dst op is a DENORM. we have to normalize the mantissa to see if the 12024 # norm() - normalize mantissa for EXOP on denorm # 13418 # norm() - normalize denorm mantissa to provide EXOP # 13509 # normalize the mantissa and add the bias of 0x6000 to the resulting negative [all …]
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | sram243x.S | 71 cmp r12, #0x1 @ normalize if cs1 based
|
H A D | sram242x.S | 71 cmp r12, #0x1 @ normalize if cs1 based
|
/openbmc/openbmc-test-automation/gui/gui_test/logs_and_services_menu/ |
H A D | test_event_logs_sub_menu.robot | 30 ${xpath_event_action_download} //button[text()[normalize-space()='Download']]
|
/openbmc/linux/Documentation/arch/arm/nwfpe/ |
H A D | netwinder-fpe.rst | 119 NRM{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - normalize
|
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/ |
H A D | librsvg-crates.inc | 148 crate://crates.io/normalize-line-endings/0.3.0 \ 442 SRC_URI[normalize-line-endings-0.3.0.sha256sum] = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294…
|
/openbmc/linux/tools/perf/pmu-events/ |
H A D | metric.py | 342 self.value = dec.normalize().to_eng_string()
|