Searched refs:decimal (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon6769
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1254 * 2-digits integer part and may or may not have a decimal part.
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
2259 * xs:decimal has a whitespace-facet value of 'collapse'.
2282 * and note the position of a decimal point.
2349 &v->value.decimal.lo,
2350 &v->value.decimal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon7019
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1254 * 2-digits integer part and may or may not have a decimal part.
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
2285 * and note the position of a decimal point.
2352 &v->value.decimal.lo,
2353 &v->value.decimal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon2948
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1254 * 2-digits integer part and may or may not have a decimal part.
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
2262 * xs:decimal has a whitespace-facet value of 'collapse'.
2285 * and note the position of a decimal point.
2352 &v->value.decimal.lo,
2353 &v->value.decimal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlschemastypes.c120 xmlSchemaValDecimal decimal; member in union:_xmlSchemaVal::__anon6543
245 ret->val->value.decimal.lo = value;
466 xmlSchemaTypeDecimalDef = xmlSchemaInitBasicType("decimal",
1254 * 2-digits integer part and may or may not have a decimal part.
1511 * then it must have an integer part and a decimal part; @num_type will
1512 * be set to 1. If there is no decimal part, @num_type is set to zero.
2259 * xs:decimal has a whitespace-facet value of 'collapse'.
2282 * and note the position of a decimal point.
2349 &v->value.decimal.lo,
2350 &v->value.decimal
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/radvd/
H A Dscanner.l30 decimal ({number}"."{number})
117 {decimal} { yylval.dec = atof(yytext); return DECIMAL; }
/netgear-R7000-V1.0.7.12_1.2.5/src/router/radvd/
H A Dscanner.l30 decimal ({number}"."{number})
117 {decimal} { yylval.dec = atof(yytext); return DECIMAL; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dserver6_token.l67 decimal ({number}"."{number})
146 {decimal} { sfyylval.dec = atof(sfyytext); return DECIMAL; }
H A Dlease_token.l101 decimal ({number}"."{number})
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dserver6_token.l67 decimal ({number}"."{number})
146 {decimal} { sfyylval.dec = atof(sfyytext); return DECIMAL; }
H A Dlease_token.l101 decimal ({number}"."{number})
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/media/davinci/
H A Disif.h30 /* 8 bit decimal part */
31 __u8 decimal; member in struct:isif_float_8
38 /* 16 bit decimal part */
39 __u16 decimal; member in struct:isif_float_16
H A Ddm355_ccdc.h133 unsigned int decimal; member in struct:ccdc_float
141 * S8Q5. Use 2 decimal precision, user values range from -3.00 to 3.99.
142 * example - to use 1.03, set integer part as 1, and decimal part as 3
143 * to use -1.03, set integer part as -1 and decimal part as 3
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/davinci/
H A Disif.c244 gain_off_p->gain.r_ye.decimal;
248 gain_off_p->gain.gr_cy.decimal;
252 gain_off_p->gain.gb_g.decimal;
256 gain_off_p->gain.b_mg.decimal;
404 linearize->scale_fact.decimal;
512 df_csc->csc.coeff[i].decimal;
518 df_csc->csc.coeff[i].decimal;
H A Ddm355_ccdc.c576 * convert decimal part to binary. Use 2 decimal
579 val1 |= (((csc->coeff[i].decimal &
588 val2 |= (((csc->coeff[i].decimal &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Ddumpsexp.c37 static int decimal; /* Print addresses in decimal. */ variable
57 " --decimal Print offsets using decimal notation\n"
172 if (decimal)
722 else if (!strcmp (*argv, "--decimal"))
725 decimal = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dbinstr.S10 | lword of the packed decimal memory string.)
15 | The 64-bit binary is assumed to have a decimal point before
18 | msb form a decimal digit. This process is iterated until
H A Dbindec.S47 | after the decimal point which are to be included as
54 | of decimal places needed to insure LEN integer digits
96 | such that the decimal point is to the left of bit 63.
280 | original decimal point which are to be included as
330 | of decimal places needed to insure LEN integer digits
720 | such that the decimal point is to the left of bit 63.
796 | written as specified in the 881/882 manual for packed decimal.
H A Ddecbin.S32 | The mantissa digits will be converted with the decimal point
128 | (i.e., all digits assumed left of the decimal point.)
174 | (i.e., all digits assumed left of the decimal point.)
H A Dres_func.S1991 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
1996 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
2003 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
2007 leal ETEMP(%a6),%a0 |a0 will point to the packed decimal
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Ddumpsexp.c37 static int decimal; /* Print addresses in decimal. */ variable
57 " --decimal Print offsets using decimal notation\n"
172 if (decimal)
722 else if (!strcmp (*argv, "--decimal"))
725 decimal = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dgridrend.tex58 \docparam{precision}{Number of digits after the decimal dot.}
H A Dbackwardcompat.tex161 version that is being targeted, as a number with two decimal digits for each
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/LDAP/smbldap-tools-0.9.2/
H A Dsmbldap-usermod589 Creates rid and primaryGroupID in hex instead of decimal (for Samba 2.2.2 unpatched only - higher versions always use decimal)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dtparm.c201 %{n} push decimal constant n.
229 %d output parameter as a decimal number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dtparm.c201 %{n} push decimal constant n.
229 %d output parameter as a decimal number

Completed in 132 milliseconds

12