Searched refs:inf (Results 1 - 25 of 51) sorted by path

123

/linux-master/arch/m68k/fpsp040/
H A Ddecbin.S20 | Expected is a normal bcd (i.e. non-exceptional; all inf, zero,
H A Ddo_func.S54 PINF: .long 0x7fff0000,0x00000000,0x00000000 |+inf
55 MINF: .long 0xffff0000,0x00000000,0x00000000 |-inf
145 | Load either a +0 or +inf for plus/minus operand
153 | Result is either an operr or +inf for plus/minus operand
257 .long smod_fpn | 00,10 norm,inf = fpn
261 .long smod_zro | 01,10 zero,inf = +-zero
263 .long smod_oper | 10,00 inf,norm = nan with operr
264 .long smod_oper | 10,01 inf,zero = nan with operr
265 .long smod_oper | 10,10 inf,inf
[all...]
H A Dget_op.S333 bnes end_getop |if inf/nan/zero leave get_op
482 | Special cases of inf and NaNs are completed outside of decbin.
495 movew ETEMP(%a6),%d0 |get word with inf information
497 cmpiw #0x0fff,%d1 |test for inf or NaN
502 |input is of the special cases of inf and NaN
547 movew ETEMP(%a6),%d0 |get word with inf information
549 cmpiw #0x0fff,%d1 |test for inf or NaN
554 |input is of the special cases of inf and NaN
559 |input is inf
H A Dkernel_ex.S50 | store properly signed inf (use sign of etemp) into fp0
52 | inf bit, and accrued dz bit
71 bras m_inf |flogx always returns -inf
83 fmovemx mns_inf,%fp0-%fp0 |load -inf
87 fmovemx pls_inf,%fp0-%fp0 |load +inf
H A Dres_func.S60 | ;inf=010 or nan=011
88 | ;inf=010 or nan=011
135 cmpiw #0x7fff,%d0 |test for inf/nan
193 | nan or inf as the input; if so, simply write it to FPn. Use the
438 cmpiw #0x7fff,%d0 |test for inf/nan
720 moveb STAG(%a6),%d0 |check source tag for inf or nan
723 moveb DTAG(%a6),%d0 |check destination tag for inf or nan
726 cmpb #0x40,%d0 |is it inf?
1350 moveb STAG(%a6),%d0 |check if stag is inf
1354 orl #inf_mask,USER_FPSR(%a6) |if inf, nothin
[all...]
H A Dtbldo.S60 .long sinf |$01-2 fint inf
69 .long sinf |$02-2 fsinh inf
78 .long sinf |$03-2 fintrz inf
105 .long sopr_inf |$06-2 flognp1 inf
123 .long setoxm1i |$08-2 fetoxm1 inf
132 .long sone |$09-2 ftanh inf
141 .long spi_2 |$0a-2 fatan inf
159 .long t_operr |$0c-2 fasin inf
168 .long t_operr |$0d-2 fatanh inf
177 .long t_operr |$0e-2 fsin inf
[all...]
H A Dutil.S40 | ;+inf
235 bra end_ovfr |inf is same for all precisions (ext,dbl,sgl)
H A Dx_store.S134 cmpw #0x4000,%d0 |check if inf
135 beqs inf |if so, special case
144 inf: label
145 movel #0x7ff00000,%d0 |load dbl inf exponent
205 cmpw #0x4000,%d0 |check if inf
215 movel #0x7f800000,%d0 |load single inf exp to d0
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S1427 # or double precision denorm, inf, or nan, the operand needs to be
4479 short tbl_trans - tbl_trans # $01-2 fint inf
4488 short src_inf - tbl_trans # $02-2 fsinh inf
4497 short tbl_trans - tbl_trans # $03-2 fintrz inf
4506 short tbl_trans - tbl_trans # $04-2 fsqrt inf
4524 short sopr_inf - tbl_trans # $06-2 flognp1 inf
4542 short setoxm1i - tbl_trans # $08-2 fetoxm1 inf
4551 short src_one - tbl_trans # $09-2 ftanh inf
4560 short spi_2 - tbl_trans # $0a-2 fatan inf
4578 short t_operr - tbl_trans # $0c-2 fasin inf
[all...]
H A Dpfpsp.S1426 # or double precision denorm, inf, or nan, the operand needs to be
8415 # Multiply: (inf x inf) || (inf x norm) || (inf x denorm)
12964 # Expected is a normal bcd (i.e. non-exceptional; all inf, zero, #
/linux-master/sound/core/seq/oss/
H A Dseq_oss_midi.h32 int snd_seq_oss_midi_make_info(struct seq_oss_devinfo *dp, int dev, struct midi_info *inf);
H A Dseq_oss_synth.h37 int snd_seq_oss_synth_make_info(struct seq_oss_devinfo *dp, int dev, struct synth_info *inf);
/linux-master/arch/arm/common/
H A Dscoop.c178 struct scoop_config *inf; local
191 inf = pdev->dev.platform_data;
206 iowrite16(inf->io_dir & 0xffff, devptr->base + SCOOP_GPCR);
207 iowrite16(inf->io_out & 0xffff, devptr->base + SCOOP_GPWR);
209 devptr->suspend_clr = inf->suspend_clr;
210 devptr->suspend_set = inf->suspend_set;
214 if (inf->gpio_base != 0) {
216 devptr->gpio.base = inf->gpio_base;
/linux-master/arch/arm/mach-sa1100/
H A Dgeneric.c227 void sa11x0_register_lcd(struct sa1100fb_mach_info *inf) argument
229 sa11x0_register_device(&sa11x0fb_device, inf);
H A Dgeneric.h38 void sa11x0_register_lcd(struct sa1100fb_mach_info *inf);
/linux-master/arch/arm/mm/
H A Dfault.c594 const struct fsr_info *inf = fsr_info + fsr_fs(fsr); local
596 if (!inf->fn(addr, fsr & ~FSR_LNX_PF, regs))
601 inf->name, fsr, addr);
604 arm_notify_die("", regs, inf->sig, inf->code, (void __user *)addr,
624 const struct fsr_info *inf = ifsr_info + fsr_fs(ifsr); local
626 if (!inf->fn(addr, ifsr | FSR_LNX_PF, regs))
631 inf->name, ifsr, addr);
633 arm_notify_die("", regs, inf->sig, inf
[all...]
/linux-master/arch/arm64/mm/
H A Dfault.c480 const struct fault_info *inf = esr_to_fault_info(esr); local
483 arm64_force_sig_fault(inf->sig, inf->code, far, inf->name);
506 const struct fault_info *inf; local
655 inf = esr_to_fault_info(esr);
662 arm64_force_sig_fault(SIGBUS, BUS_ADRERR, far, inf->name);
670 arm64_force_sig_mceerr(BUS_MCEERR_AR, far, lsb, inf->name);
673 arm64_force_sig_fault(SIGSEGV, si_code, far, inf->name);
713 const struct fault_info *inf; local
823 const struct fault_info *inf = esr_to_fault_info(esr); local
901 const struct fault_info *inf = esr_to_debug_fault_info(esr); local
[all...]
/linux-master/drivers/edac/
H A Dsynopsys_edac.c755 struct sysinfo inf; local
757 si_meminfo(&inf);
759 return inf.totalram * inf.mem_unit;
/linux-master/drivers/gpu/drm/tegra/
H A Ddc.c131 fixed20_12 inf = dfixed_init(in); local
153 inf.full -= dfixed_const(1);
155 dda_inc = dfixed_div(inf, outf);
163 fixed20_12 inf = dfixed_init(in); local
164 return dfixed_frac(inf);
/linux-master/drivers/iio/amplifiers/
H A Dad8366.c166 struct ad8366_info *inf = st->info; local
176 if (gain > inf->gain_max || gain < inf->gain_min)
H A Dhmc425a.c70 const struct hmc425a_chip_info *inf = st->chip_info; local
78 if (gain > inf->gain_max || gain < inf->gain_min)
/linux-master/drivers/memory/
H A Ddfl-emif.c107 static struct emif_attr emif_attr_##inf##_index##_##_name = \
108 { .attr = __ATTR(inf##_index##_##_name, 0444, \
113 static struct emif_attr emif_attr_##inf##_index##_clear = \
114 { .attr = __ATTR(inf##_index##_clear, 0200, \
/linux-master/drivers/ntb/hw/mscc/
H A Dntb_hw_switchtec.c457 struct ntb_info_regs __iomem *inf = sndev->mmio_ntb; local
459 return ioread8(&inf->ntp_info[sndev->peer_partition].xlink_enabled);
/linux-master/drivers/perf/
H A Dxgene_pmu.c91 struct hw_pmu_info *inf; member in struct:xgene_pmu_dev
140 struct hw_pmu_info inf; member in struct:xgene_pmu_dev_ctx
732 return readl(pmu_dev->inf->csr + PMU_PMEVCNTR0 + (4 * idx));
757 writel(val, pmu_dev->inf->csr + PMU_PMEVCNTR0 + (4 * idx));
776 writel(val, pmu_dev->inf->csr + PMU_PMEVTYPER0 + (4 * idx));
782 writel(val, pmu_dev->inf->csr + PMU_PMAMR0);
791 writel(val, pmu_dev->inf->csr + PMU_PMAMR1);
802 val = readl(pmu_dev->inf->csr + PMU_PMCNTENSET);
804 writel(val, pmu_dev->inf->csr + PMU_PMCNTENSET);
812 val = readl(pmu_dev->inf
1459 struct hw_pmu_info *inf; local
1627 struct hw_pmu_info *inf; local
[all...]
/linux-master/drivers/s390/cio/
H A Dcss.h70 } __attribute__ ((packed)) inf; member in struct:pgid

Completed in 944 milliseconds

123