Searched refs:decimal (Results 1 – 11 of 11) sorted by relevance
200 FT_Long decimal = 0; in PS_Conv_ToFixed() local253 if ( decimal < 0xCCCCCCCL ) in PS_Conv_ToFixed()255 decimal = decimal * 10 + c; in PS_Conv_ToFixed()290 if ( !integral && !decimal ) in PS_Conv_ToFixed()304 if ( decimal >= 0xCCCCCCCL ) in PS_Conv_ToFixed()311 decimal *= 10; in PS_Conv_ToFixed()322 decimal /= 10; in PS_Conv_ToFixed()324 if ( !integral && !decimal ) in PS_Conv_ToFixed()330 if ( decimal ) in PS_Conv_ToFixed()332 decimal = FT_DivFix( decimal, divider ); in PS_Conv_ToFixed()[all …]
148 uint32_t positive, decimal; in measure_calc_als() local150 (void)decimal; in measure_calc_als()172 decimal = 0; in measure_calc_als()195 decimal = 0; in measure_calc_als()204 decimal = calc_data / gain_time; in measure_calc_als()
483 BigDecimal literals are decimal floating point numbers with a trailing524 (must be >= 1) or the number of digits after the decimal point (must544 specified. @code{toPrecision} outputs either in decimal fixed notation545 or in decimal exponential notation with a @code{p} digits of546 precision. @code{toExponential} outputs in decimal exponential547 notation with @code{p} digits after the decimal point. @code{toFixed}548 outputs in decimal notation with @code{p} digits after the decimal567 @item Floating point literals (i.e. number with a decimal point or an exponent) are @code{BigFloat}…569 @item Integer literals (i.e. numbers without a decimal point or an exponent) with or without the @c…
27 It supports mathematical extensions such as big decimal float float
198 ALIOS_CLI_CMD_REGISTER(hexdump_main, hexdump, dump binary data in decimal);
33 It optionally supports mathematical extensions such as big decimal
35 The specified file should be a text file containing decimal quantization
213 For example, the decimal number 520 is stored as:360 denoted by a single line feed character (10 decimal).
199 For example, the decimal number 520 is stored as:
263 For example, the decimal number 520 is stored as:
178 uses non-integral values encoded as strings containing decimal floating point4917 the sCAL specification uses a decimal encoding of floating point values
Completed in 17 milliseconds