taglinefilesource code
arg2148arch/i386/math-emu/fpu_emu.hasmlinkage int reg_div(FPU_REG const *arg1, FPU_REG const *arg2,
arg2150arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_sub(FPU_REG const *arg1, FPU_REG const *arg2,
arg2152arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_mul(FPU_REG const *arg1, FPU_REG const *arg2,
arg2154arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_div(FPU_REG const *arg1, FPU_REG const *arg2,
arg2156arch/i386/math-emu/fpu_emu.hasmlinkage int reg_u_add(FPU_REG const *arg1, FPU_REG const *arg2,
arg281arch/i386/math-emu/fpu_proto.hextern void poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result);
arg260arch/i386/math-emu/poly.hconst unsigned long arg2,
arg265arch/i386/math-emu/poly.h:"g" (arg1), "g" (arg2) \
arg254arch/i386/math-emu/poly_atan.cvoid  poly_atan(FPU_REG *arg1, FPU_REG *arg2, FPU_REG *result)
arg257arch/i386/math-emu/poly_atan.csign1 = arg1->sign, sign2 = arg2->sign;
arg263arch/i386/math-emu/poly_atan.carg1->sign = arg2->sign = SIGN_POS;
arg264arch/i386/math-emu/poly_atan.cif ( (compare(arg2) & ~COMP_Denormal) == COMP_A_lt_B )
arg267arch/i386/math-emu/poly_atan.cexponent = arg1->exp - arg2->exp;
arg270arch/i386/math-emu/poly_atan.cXSIG_LL(Denom) = significand(arg2);
arg275arch/i386/math-emu/poly_atan.cexponent = arg2->exp - arg1->exp;
arg277arch/i386/math-emu/poly_atan.cXSIG_LL(Numer) = significand(arg2);
arg224include/asm-alpha/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg225include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2) \
arg230include/asm-alpha/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg231include/asm-alpha/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg236include/asm-alpha/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg237include/asm-alpha/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg242include/asm-alpha/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg244include/asm-alpha/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg231include/asm-i386/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg232include/asm-i386/unistd.htype name(type1 arg1,type2 arg2) \
arg237include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2))); \
arg244include/asm-i386/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg245include/asm-i386/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg250include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg258include/asm-i386/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg259include/asm-i386/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg264include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg272include/asm-i386/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg274include/asm-i386/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg279include/asm-i386/unistd.h: "0" (__NR_##name),"b" ((long)(arg1)),"c" ((long)(arg2)), \
arg246include/asm-sparc/unistd.h#define _syscall2(type,name,type1,arg1,type2,arg2) \
arg247include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2) \
arg255include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)) \
arg263include/asm-sparc/unistd.h#define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
arg264include/asm-sparc/unistd.htype name(type1 arg1,type2 arg2,type3 arg3) \
arg272include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg274include/asm-sparc/unistd.h: "0" (__NR_##name), "1" ((long)(arg1)), "2" ((long)(arg2)), \
arg283include/asm-sparc/unistd.h#define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
arg284include/asm-sparc/unistd.htype name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
arg293include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg295include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \
arg2104include/asm-sparc/unistd.h#define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
arg2106include/asm-sparc/unistd.htype name (type1 arg1,type2 arg2,type3 arg3,type4 arg4,type5 arg5) \
arg2116include/asm-sparc/unistd.h: "=r" (__res), "=r" ((long)(arg1)), "=r" ((long)(arg2)), \
arg2118include/asm-sparc/unistd.h: "0" (__NR_##name),"1" ((long)(arg1)),"2" ((long)(arg2)), \