Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 25 of 27) sorted by relevance

12

/linux/tools/verification/rvgen/rvgen/
H A Dltl2ba.py130 def normalize(self): member in ASTNode
136 self.op = self.op.normalize()
153 def normalize(self): member in BinaryOp
176 def normalize(self): member in AndOp
200 def normalize(self): member in OrOp
226 def normalize(self): member in UntilOp
248 def normalize(self): member in VOp
270 def normalize(self): member in ImplyOp
291 def normalize(self): member in UnaryOp
309 def normalize(self): member in EventuallyOp
[all …]
/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()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dacpi.c572 rec->normalize(ptr->v[antidx][subband]); in rtw89_acpi_sar_load_std_legacy()
595 ent->v[subband][path] = rec->normalize(ptr->v[antidx][subband]); in rtw89_acpi_sar_load_std_has_6ghz()
616 rec->normalize(ptr->v[antidx][subband]); in rtw89_acpi_sar_load_sml_legacy()
639 ent->v[subband][path] = rec->normalize(ptr->v[antidx][subband]); in rtw89_acpi_sar_load_sml_has_6ghz()
913 .normalize = rtw89_acpi_sar_normalize_hp_val,
925 .normalize = rtw89_acpi_sar_normalize_hp_val,
937 .normalize = rtw89_acpi_sar_normalize_rt_val,
949 .normalize = rtw89_acpi_sar_normalize_rt_val,
961 .normalize = rtw89_acpi_sar_normalize_rt_val,
973 .normalize = rtw89_acpi_sar_normalize_rt_val,
H A Dacpi.h188 s16 (*normalize)(u8 v); member
/linux/arch/m68k/fpsp040/
H A Dsint.S229 | normalize the rounded result and store value in fp0
231 bsr nrm_set |normalize the unnorm
H A Dsgetem.S58 bsr nrm_set |normalize (exp will go negative)
H A Dbindec.S26 | normalize it.
172 | to signal denorm. If the input is unnormalized, normalize
H A Dround.S271 | These routines (nrm_zero & nrm_set) normalize the unnorm. This
485 | dnrm_lp --- normalize exponent/mantissa to specified threshold
H A Dsrem_mod.S265 |..normalize R.
H A Dres_func.S71 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)
H A Dgen_except.S157 subib #24,%d1 |normalize bit offset to 0-8
H A Dssin.S499 |--Now we need to normalize (A,a) to "new (R,r)" where R+r = A+a but
/linux/tools/testing/selftests/cgroup/
H A Dmemcg_protection.m52 e = protected * min(1, E / siblings); % normalize overcommit
/linux/Documentation/hwmon/
H A Dlm73.rst36 device. This attribute will normalize ranges of input values to the
H A Dds1621.rst158 will normalize the range of input values to the device maximum resolution
/linux/arch/m68k/ifpsp060/src/
H A Dfpsp.S1485 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 …]
H A Dilsp.S331 btst &31, %d7 # must we normalize? first word of
H A Dfplsp.S5583 #--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
/linux/Documentation/arch/arm/nwfpe/
H A Dnetwinder-fpe.rst119 NRM{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - normalize
/linux/arch/arm/mach-omap2/
H A Dsram242x.S71 cmp r12, #0x1 @ normalize if cs1 based
H A Dsram243x.S71 cmp r12, #0x1 @ normalize if cs1 based
/linux/arch/x86/boot/
H A Dheader.S580 # We will have entered with %cs = %ds+0x20, normalize %cs so
/linux/tools/perf/pmu-events/
H A Dmetric.py342 self.value = dec.normalize().to_eng_string()
/linux/
H A DMakefile1026 CC_FLAGS_CFI += -fsanitize-cfi-icall-experimental-normalize-integers
1034 RUSTC_FLAGS_CFI := -Zsanitizer=kcfi -Zsanitizer-cfi-normalize-integers
/linux/tools/perf/Documentation/
H A Dperf-stat.txt127 Don't scale/normalize counter values

12