Home
last modified time | relevance | path

Searched defs:srcp1 (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/arch/parisc/math-emu/
H A Dfcnvfut.c189 register unsigned int srcp1, srcp2, result; in dbl_to_sgl_fcnvfut() local
259 register unsigned int srcp1, srcp2, resultp1, resultp2; in dbl_to_dbl_fcnvfut() local
H A Dfcnvuf.c153 unsigned int srcp1, srcp2, result = 0; in dbl_to_sgl_fcnvuf() local
235 register unsigned int srcp1, srcp2, resultp1 = 0, resultp2 = 0; in dbl_to_dbl_fcnvuf() local
H A Dfcnvxf.c173 int dst_exponent, srcp1; in dbl_to_sgl_fcnvxf() local
278 register int srcp1, dst_exponent; in dbl_to_dbl_fcnvxf() local
H A Dfcnvfu.c291 register unsigned int srcp1, srcp2, result; in dbl_to_sgl_fcnvfu() local
415 register unsigned int srcp1, srcp2, resultp1, resultp2; in dbl_to_dbl_fcnvfu() local
H A Dfcnvfxt.c190 register unsigned int srcp1, srcp2, tempp1, tempp2; in dbl_to_sgl_fcnvfxt() local
256 register unsigned int srcp1, srcp2, tempp1, tempp2, resultp2; in dbl_to_dbl_fcnvfxt() local
H A Dfcnvfx.c269 register unsigned int srcp1,srcp2, tempp1,tempp2; in dbl_to_sgl_fcnvfx() local
381 register unsigned int srcp1, srcp2, tempp1, tempp2, resultp2; in dbl_to_dbl_fcnvfx() local
H A Ddfsqrt.c44 register unsigned int srcp1, srcp2, resultp1, resultp2; in dbl_fsqrt() local
H A Dfrnd.c145 register unsigned int srcp1, srcp2, resultp1, resultp2; in dbl_frnd() local
H A Dfcnvff.c134 register unsigned int srcp1, srcp2, result; in dbl_to_sgl_fcnvff() local
/openbmc/linux/include/linux/
H A Dcpumask.h184 unsigned int cpumask_first_and(const struct cpumask *srcp1, const struct cpumask *srcp2) in cpumask_first_and()
411 unsigned int cpumask_nth_and(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_and()
427 unsigned int cpumask_nth_andnot(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_andnot()
444 unsigned int cpumask_nth_and_andnot(unsigned int cpu, const struct cpumask *srcp1, in cpumask_nth_and_andnot()
700 static inline unsigned int cpumask_weight_and(const struct cpumask *srcp1, in cpumask_weight_and()