Home
last modified time | relevance | path

Searched defs:srcptr (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/arch/parisc/math-emu/
Dfcnvfut.c60 sgl_to_sgl_fcnvfut (sgl_floating_point * srcptr, unsigned int *nullptr, in sgl_to_sgl_fcnvfut()
129 sgl_to_dbl_fcnvfut (sgl_floating_point * srcptr, unsigned int *nullptr, in sgl_to_dbl_fcnvfut()
199 dbl_to_sgl_fcnvfut (dbl_floating_point * srcptr, unsigned int *nullptr, in dbl_to_sgl_fcnvfut()
268 dbl_to_dbl_fcnvfut (dbl_floating_point * srcptr, unsigned int *nullptr, in dbl_to_dbl_fcnvfut()
Dfcnvuf.c60 unsigned int *srcptr, in sgl_to_sgl_fcnvuf()
119 unsigned int *srcptr, in sgl_to_dbl_fcnvuf()
160 dbl_unsigned *srcptr, in dbl_to_sgl_fcnvuf()
242 dbl_unsigned *srcptr, in dbl_to_dbl_fcnvuf()
Dfcnvxf.c59 int *srcptr, in sgl_to_sgl_fcnvxf()
130 int *srcptr, in sgl_to_dbl_fcnvxf()
181 dbl_integer *srcptr, in dbl_to_sgl_fcnvxf()
286 dbl_integer *srcptr, in dbl_to_dbl_fcnvxf()
Dfcnvfu.c60 sgl_floating_point *srcptr, in sgl_to_sgl_fcnvfu()
181 sgl_floating_point *srcptr, in sgl_to_dbl_fcnvfu()
301 dbl_to_sgl_fcnvfu (dbl_floating_point * srcptr, unsigned int *nullptr, in dbl_to_sgl_fcnvfu()
424 dbl_to_dbl_fcnvfu (dbl_floating_point * srcptr, unsigned int *nullptr, in dbl_to_dbl_fcnvfu()
Dfcnvfxt.c60 sgl_floating_point *srcptr, in sgl_to_sgl_fcnvfxt()
124 sgl_floating_point *srcptr, in sgl_to_dbl_fcnvfxt()
198 dbl_floating_point *srcptr, in dbl_to_sgl_fcnvfxt()
263 dbl_floating_point *srcptr, in dbl_to_dbl_fcnvfxt()
Dfcnvfx.c59 sgl_floating_point *srcptr, in sgl_to_sgl_fcnvfx()
156 sgl_floating_point *srcptr, in sgl_to_dbl_fcnvfx()
277 dbl_floating_point *srcptr, in dbl_to_sgl_fcnvfx()
388 dbl_floating_point *srcptr, in dbl_to_dbl_fcnvfx()
Dfrnd.c48 sgl_frnd(sgl_floating_point *srcptr, in sgl_frnd()
153 dbl_floating_point *srcptr, in dbl_frnd()
Dfcnvff.c55 sgl_floating_point *srcptr, in sgl_to_dbl_fcnvff()
142 dbl_floating_point *srcptr, in dbl_to_sgl_fcnvff()
Dsfsqrt.c52 sgl_floating_point *srcptr, in sgl_fsqrt()
Ddfsqrt.c52 dbl_floating_point *srcptr, in dbl_fsqrt()
Dsgl_float.h333 #define Sgl_copyfromptr(srcptr,dest) dest = *srcptr argument
/Linux-v4.19/tools/testing/selftests/rseq/
Dparam_test.c898 char *destptr, *srcptr; in this_cpu_memcpy_buffer_push() local
942 char *destptr, *srcptr; in this_cpu_memcpy_buffer_pop() local
/Linux-v4.19/fs/
Dcompat_ioctl.c118 #define convert_in_user(srcptr, dstptr) \ argument