Searched defs:ld (Results 1 - 8 of 8) sorted by relevance

/ast/src/cmd/tests/
H A Dstrtof.c114 _ast_fltmax_t ld; local
144 ld = strtold(s, &p);
145 printf("strtold \"%s\" \"%s\" %.*Le %s\n", s, p, LDBL_DIG - 1, ld, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR");
158 ld = strntold(s, n, &p);
159 printf("strntold %2d \"%-.*s\" \"%s\" %.*Le %s\n", n, n, s, p, LDBL_DIG - 1, ld, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR");
162 ld = strntold(s, n - 1, &p);
163 printf("strntold %2d \"%-.*s\" \"%s\" %.*Le %s\n", n - 1, n - 1, s, p, LDBL_DIG - 1, ld, errno == 0 ? "OK" : errno == ERANGE ? "ERANGE" : errno == EINVAL ? "EINVAL" : "ERROR");
/ast/src/cmd/tests/sfio/
H A Dtprintf.c61 Sfdouble_t ld; member in union:Value_u
421 sfsprintf(buf1,sizeof(buf1),"%hd%c%hd%ld",(short)1,'1',(short)1,1L);
/ast/src/cmd/ksh93/bltins/
H A Dprint.c48 Sfdouble_t ld; member in union:types_t
540 number.ld = d;
742 value->ld = 0.;
916 value->ld = d;
917 fe->size = sizeof(value->ld);
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c205 static ssize_t pfsegment(Pffile_t* pf, ssize_t ld, ssize_t lm, ssize_t mn, ssize_t blksz) argument
207 static ssize_t pfsegment(pf, ld, lm, mn, blksz)
209 ssize_t ld;
218 ldt = ld + pf->dtpos; rdt = ldt + mn;
/ast/src/cmd/kshlib/dss/
H A Ddss.c339 Sfdouble_t ld; local
344 ld = sh_strnum(val->string.data, (char**)0, 1);
345 return(ld);
/ast/src/lib/libast/vmalloc/
H A Dvmhdr.h223 _ast_fltmax_t ld, *ldp; member in union:_align_u
/ast/src/cmd/ksh93/sh/
H A Dname.c1664 Sfdouble_t ld, old=0; local
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); local
1784 if(ld<0)
1785 l = (int32_t)ld;
2811 Sfdouble_t ld; local
[all...]
/ast/src/lib/libast/sfio/
H A Dsfhdr.h726 Sfdouble_t ld; member in union:__anon307

Completed in 53 milliseconds