Home
last modified time | relevance | path

Searched refs:decimal (Results 1 – 11 of 11) sorted by relevance

/AliOS-Things-master/components/freetype/src/psaux/
A Dpsconv.c200 FT_Long decimal = 0; in PS_Conv_ToFixed() local
253 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 …]
/AliOS-Things-master/components/sensor/drv/
A Ddrv_als_rohm_bh1730.c148 uint32_t positive, decimal; in measure_calc_als() local
150 (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()
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/doc/
A Djsbignum.texi483 BigDecimal literals are decimal floating point numbers with a trailing
524 (must be >= 1) or the number of digits after the decimal point (must
544 specified. @code{toPrecision} outputs either in decimal fixed notation
545 or in decimal exponential notation with a @code{p} digits of
546 precision. @code{toExponential} outputs in decimal exponential
547 notation with @code{p} digits after the decimal point. @code{toFixed}
548 outputs in decimal notation with @code{p} digits after the decimal
567 @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…
A Dquickjs.texi27 It supports mathematical extensions such as big decimal float float
/AliOS-Things-master/components/cli/src/iobox/
A Dhexdump.c198 ALIOS_CLI_CMD_REGISTER(hexdump_main, hexdump, dump binary data in decimal);
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A DREADME.md33 It optionally supports mathematical extensions such as big decimal
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dwizard.txt35 The specified file should be a text file containing decimal quantization
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/doc/
A Drfc1952.txt213 For example, the decimal number 520 is stored as:
360 denoted by a single line feed character (10 decimal).
A Drfc1950.txt199 For example, the decimal number 520 is stored as:
A Drfc1951.txt263 For example, the decimal number 520 is stored as:
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt178 uses non-integral values encoded as strings containing decimal floating point
4917 the sCAL specification uses a decimal encoding of floating point values

Completed in 17 milliseconds