Searched defs:srcp1 (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/arch/parisc/math-emu/ |
D | fcnvfut.c | 189 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
|
D | fcnvuf.c | 153 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
|
D | fcnvxf.c | 173 int dst_exponent, srcp1; in dbl_to_sgl_fcnvxf() local 278 register int srcp1, dst_exponent; in dbl_to_dbl_fcnvxf() local
|
D | fcnvfu.c | 291 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
|
D | fcnvfxt.c | 190 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
|
D | fcnvfx.c | 269 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
|
D | dfsqrt.c | 44 register unsigned int srcp1, srcp2, resultp1, resultp2; in dbl_fsqrt() local
|
D | frnd.c | 145 register unsigned int srcp1, srcp2, resultp1, resultp2; in dbl_frnd() local
|
D | fcnvff.c | 134 register unsigned int srcp1, srcp2, result; in dbl_to_sgl_fcnvff() local
|
/linux-6.6.21/include/linux/ |
D | cpumask.h | 184 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()
|