Lines Matching refs:ld
1664 Sfdouble_t ld, old=0;
1668 ld = *((Sfdouble_t*)sp);
1670 ld = *((float*)sp);
1672 ld = *((double*)sp);
1675 ld = sh_arith(shp,sp);
1680 *(up->ldp) = old?ld+old:ld;
1783 Sfdouble_t ld = sh_arith(shp,sp);
1784 if(ld<0)
1785 l = (int32_t)ld;
1787 l = (uint32_t)ld;
1836 sfprintf(shp->strbuf,"%I*ld",sizeof(Sflong_t),*((Sflong_t*)sp));
1838 sfprintf(shp->strbuf,"%ld",(long)((flags&NV_SHORT)?*((int16_t*)sp):*((int32_t*)sp)));
2811 Sfdouble_t ld;
2816 ld = *up->ldp;
2823 sfprintf(shp->strbuf,format,nv_size(np),ld);