Searched refs:normalize (Results 1 – 24 of 24) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
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()
|
/Linux-v6.6/arch/m68k/fpsp040/ |
D | sint.S | 229 | normalize the rounded result and store value in fp0 231 bsr nrm_set |normalize the unnorm
|
D | sgetem.S | 58 bsr nrm_set |normalize (exp will go negative)
|
D | bindec.S | 26 | normalize it. 172 | to signal denorm. If the input is unnormalized, normalize
|
D | round.S | 271 | These routines (nrm_zero & nrm_set) normalize the unnorm. This 485 | dnrm_lp --- normalize exponent/mantissa to specified threshold
|
D | srem_mod.S | 265 |..normalize R.
|
D | res_func.S | 71 bsr nrm_set |normalize number (exp will go negative) 104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize) 105 | For cases fsqrt, fssqrt, and fdsqrt goto nrm_src (do normalize)
|
D | gen_except.S | 157 subib #24,%d1 |normalize bit offset to 0-8
|
D | ssin.S | 499 |--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
|
/Linux-v6.6/tools/testing/selftests/cgroup/ |
D | memcg_protection.m | 52 e = protected * min(1, E / siblings); % normalize overcommit
|
/Linux-v6.6/Documentation/hwmon/ |
D | lm73.rst | 36 device. This attribute will normalize ranges of input values to the
|
D | ds1621.rst | 158 will normalize the range of input values to the device maximum resolution
|
/Linux-v6.6/Documentation/networking/devlink/ |
D | devlink-info.rst | 41 Drivers should make sure to strip or normalize any such padding
|
/Linux-v6.6/arch/m68k/ifpsp060/src/ |
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 …]
|
D | ilsp.S | 331 btst &31, %d7 # must we normalize? first word of
|
D | fplsp.S | 5583 #--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but 7561 bsr.l norm # normalize exponent 9248 # the dst is a DENORM. normalize the DENORM and add the adjustment to 9258 bsr.l norm # normalize the DENORM 9588 #..normalize R. 10045 bsr.l norm # normalize mantissa 10886 # norm() - normalize the mantissa # 10932 bsr.l norm # normalize UNNORM
|
D | pfpsp.S | 1484 bsr.l norm # normalize mantissa
|
/Linux-v6.6/Documentation/arch/arm/nwfpe/ |
D | netwinder-fpe.rst | 119 NRM{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - normalize
|
/Linux-v6.6/arch/x86/boot/ |
D | header.S | 622 # We will have entered with %cs = %ds+0x20, normalize %cs so
|
/Linux-v6.6/arch/arm/mach-omap2/ |
D | sram242x.S | 71 cmp r12, #0x1 @ normalize if cs1 based
|
D | sram243x.S | 71 cmp r12, #0x1 @ normalize if cs1 based
|
/Linux-v6.6/tools/perf/pmu-events/ |
D | metric.py | 342 self.value = dec.normalize().to_eng_string()
|
/Linux-v6.6/Documentation/gpu/amdgpu/display/ |
D | dcn-overview.rst | 113 The Converter and Cursor (CNVC) in DPP would then normalize the data
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-stat.txt | 127 Don't scale/normalize counter values
|