Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/hppa/spmath/
H A Dfcnvxf.c26 sgl_to_sgl_fcnvxf(srcptr, null, dstptr, status) in sgl_to_sgl_fcnvxf() argument
95 sgl_to_dbl_fcnvxf(srcptr, null, dstptr, status) in sgl_to_dbl_fcnvxf() argument
144 dbl_to_sgl_fcnvxf(srcptr, null, dstptr, status) in dbl_to_sgl_fcnvxf() argument
247 dbl_to_dbl_fcnvxf(srcptr, null, dstptr, status) in dbl_to_dbl_fcnvxf() argument
H A Dfcnvfxt.c27 sgl_to_sgl_fcnvfxt(srcptr, null, dstptr, status) in sgl_to_sgl_fcnvfxt() argument
89 sgl_to_dbl_fcnvfxt(srcptr, null, dstptr, status) in sgl_to_dbl_fcnvfxt() argument
162 dbl_to_sgl_fcnvfxt(srcptr, null, dstptr, status) in dbl_to_sgl_fcnvfxt() argument
225 dbl_to_dbl_fcnvfxt(srcptr, null, dstptr, status) in dbl_to_dbl_fcnvfxt() argument
H A Dfcnvfx.c26 sgl_to_sgl_fcnvfx(srcptr, null, dstptr, status) in sgl_to_sgl_fcnvfx() argument
123 sgl_to_dbl_fcnvfx(srcptr, null, dstptr, status) in sgl_to_dbl_fcnvfx() argument
245 dbl_to_sgl_fcnvfx(srcptr, null, dstptr, status) in dbl_to_sgl_fcnvfx() argument
365 dbl_to_dbl_fcnvfx(srcptr, null, dstptr, status) in dbl_to_dbl_fcnvfx() argument
H A Dfrnd.c28 sgl_frnd(srcptr, null, dstptr, status) in sgl_frnd() argument
130 dbl_frnd(srcptr, null, dstptr, status) in dbl_frnd() argument
231 quad_frnd(srcptr, null, dstptr, status) in quad_frnd() argument
H A Dfcnvff.c26 sgl_to_dbl_fcnvff(srcptr, null, dstptr, status) in sgl_to_dbl_fcnvff() argument
111 dbl_to_sgl_fcnvff(srcptr, null, dstptr, status) in dbl_to_sgl_fcnvff() argument
H A Dsfsqrt.c25 sgl_fsqrt(srcptr, null, dstptr, status) in sgl_fsqrt() argument
H A Ddfsqrt.c25 dbl_fsqrt(srcptr, null, dstptr, status) in dbl_fsqrt() argument
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DConvertUTF.cpp399 const UTF8 *srcptr = source+length; in isLegalUTF8() local