Searched refs:decimal (Results 1 – 20 of 20) sorted by relevance
/Zephyr-latest/drivers/gnss/ |
D | gnss_parse.c | 23 int8_t decimal = -1; in gnss_parse_dec_to_nano() local 35 decimal = pos; in gnss_parse_dec_to_nano() 44 pos = decimal < 0 ? pos - 1 : decimal - 1; in gnss_parse_dec_to_nano() 68 if (decimal < 0) { in gnss_parse_dec_to_nano() 77 pos = decimal + 1; in gnss_parse_dec_to_nano()
|
D | gnss_nmea0183.c | 169 int8_t decimal = -1; in gnss_nmea0183_ddmm_mmmm_to_ndeg() local 180 decimal = pos; in gnss_nmea0183_ddmm_mmmm_to_ndeg() 189 if (decimal < 1) { in gnss_nmea0183_ddmm_mmmm_to_ndeg() 194 if (decimal > 1 && ddmm_mmmm[decimal - 2] > '5') { in gnss_nmea0183_ddmm_mmmm_to_ndeg() 199 pos = decimal + 1; in gnss_nmea0183_ddmm_mmmm_to_ndeg() 218 pos = decimal - 1; in gnss_nmea0183_ddmm_mmmm_to_ndeg() 222 if ((decimal - pos) == 3) { in gnss_nmea0183_ddmm_mmmm_to_ndeg()
|
/Zephyr-latest/subsys/bindesc/ |
D | Kconfig.version | 34 The kernel version as binary coded decimal, computed as 67 The app version as binary coded decimal, computed as
|
/Zephyr-latest/lib/libc/picolibc/ |
D | Kconfig | 144 Uses Ryu algorithm for exact binary/decimal float conversions. 153 doing binary to decimal conversion in printf for 64-bit
|
/Zephyr-latest/lib/os/ |
D | Kconfig.cbprintf | 95 standard decimal representations (%f, %e, %g). Selecting this 96 option implicitly uses %a (or %A) for all decimal floating
|
/Zephyr-latest/samples/subsys/smf/smf_calculator/ |
D | README.rst | 16 ignoring leading zeroes, and disallowing multiple decimal points.
|
/Zephyr-latest/doc/build/kconfig/ |
D | preprocessor-functions.rst | 25 The ``*_int`` version of each function returns the value as a decimal integer,
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | shell.rst | 217 * ``[8]``: The number of frame data bytes in decimal format, here a classic CAN frame with 8 data 219 * ``[08]``: The number of frame data bytes in decimal format, here a CAN FD frame with 8 data
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 314 11 bits of significand precision, approximately 3 decimal digits.
|
/Zephyr-latest/doc/build/dts/ |
D | intro-syntax-structure.rst | 382 and 0, in that order. Note that hexadecimal and decimal numbers are allowed and
|
/Zephyr-latest/doc/kernel/drivers/ |
D | index.rst | 370 initialization. The priority level must be a decimal integer literal without
|
/Zephyr-latest/doc/releases/ |
D | migration-guide-3.5.rst | 75 complete printf implementation with exact floating point in decimal and
|
D | release-notes-2.3.rst | 1388 * :github:`15463` - soc/x86/apollo_lake/soc_gpio.h: leading zeros on decimal constants
|
D | release-notes-2.6.rst | 2192 * :github:`12098` - Not possible to print 64 bit decimal values with minimal libc
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 611 the Zephyr kernel major and minor versions as a binary coded decimal value.
|
/Zephyr-latest/doc/_static/css/ |
D | custom.css | 63 .wy-plain-list-decimal,
|
/Zephyr-latest/boards/native/native_sim/doc/ |
D | index.rst | 364 such as 97229 (decimal), 0x17BCD (hex), or 0275715 (octal).
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 4692 # Start address can be given as decimal or hex value. 4694 # Size can be given as decimal value, hex value, or decimal with postfix k or m.
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 346 …fluence/display/c/DCL18-C.+Do+not+begin+integer+constants+with+0+when+specifying+a+decimal+value>`_
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 128 - The default format unless something else is specified. Can be either decimal or
|