Searched refs:quant (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ntp/libntp/
H A Dsystime.c293 double quant; /* quantize to multiples of */ local
329 quant = sys_tick;
331 quant = 1e-6;
332 ticks = (long)(dtemp / quant + .5);
333 adjtv.tv_usec = (long)(ticks * quant * 1.e6 + .5);
/freebsd-10-stable/usr.bin/tip/tip/
H A Dcmds.c54 int quant[] = { 60, 60, 24 }; variable
739 nums[i] = (int)(a % quant[i]);
740 a /= quant[i];
/freebsd-10-stable/contrib/expat/lib/
H A Dxmlparse.c214 enum XML_Content_Quant quant; member in struct:__anon12
3832 enum XML_Content_Quant quant; local
4629 content->quant = XML_CQUANT_NONE;
4654 quant = XML_CQUANT_NONE;
4657 quant = XML_CQUANT_OPT;
4660 quant = XML_CQUANT_REP;
4663 quant = XML_CQUANT_PLUS;
4669 const char *nxt = (quant == XML_CQUANT_NONE
4676 dtd->scaffold[myindex].quant = quant;
[all...]
H A Dexpat.h117 /* If type == XML_CTYPE_EMPTY or XML_CTYPE_ANY, then quant will be
119 If type == XML_CTYPE_MIXED, then quant will be NONE or REP and
126 quant fields indicates any quantifiers placed on the name.
139 enum XML_Content_Quant quant; member in struct:XML_cp
/freebsd-10-stable/contrib/gcclibs/libdecnumber/
H A DdecNumber.c3602 /* quant is 1 for quantize or 0 for rescale */
3613 const decNumber * rhs, decContext * set, Flag quant, uInt * status)
3670 if (quant)
3612 decQuantizeOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, Flag quant, uInt * status) argument

Completed in 316 milliseconds