Home
last modified time | relevance | path

Searched refs:fsrcptr (Results 1 – 2 of 2) sorted by relevance

/dports/math/cm/cm-0.3.1/lib/common/
H A Dcm_arith.h65 #define fsrcptr mpfr_srcptr macro
/dports/graphics/grads/grads-1.9b4/src/
H A Dgasdf.c4168 float *fsrcptr, *fdesptr ; in convtype() local
4221 fsrcptr = (float *) srcptr ; in convtype()
4225 sdesptr[desindex] = (short) (fsrcptr[srcindex]) ; in convtype()
4229 ldesptr[desindex] = (long) (fsrcptr[srcindex]) ; in convtype()
4233 fdesptr[desindex] = (float) (fsrcptr[srcindex]) ; in convtype()
4237 ddesptr[desindex] = (double) (fsrcptr[srcindex]) ; in convtype()