Home
last modified time | relevance | path

Searched refs:read_decimal (Results 1 – 25 of 240) sorted by relevance

12345678910

/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/examples/
H A Ddisplay_ppm.rs185 fn read_decimal(input: &mut impl Read) -> IOResult<u16> { in read_decimal() function
230 let width = read_decimal(input)?; in parse_ppm()
231 let height = read_decimal(input)?; in parse_ppm()
232 let max = read_decimal(input)?; in parse_ppm()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/examples/
H A Ddisplay_ppm.rs185 fn read_decimal(input: &mut impl Read) -> IOResult<u16> { in read_decimal() function
230 let width = read_decimal(input)?; in parse_ppm()
231 let height = read_decimal(input)?; in parse_ppm()
232 let max = read_decimal(input)?; in parse_ppm()
/dports/emulators/simh-hp3000/simh-hp3000-3.11.0.10/SCP/HP3000/
H A Dhp3000_cpu_eis.c551 static uint32 read_decimal (DIGIT_ACCESS *dap);
883read_decimal (&source); /* read the source ASCII number, ignoring errors */ in cpu_eis_dec_op()
915read_decimal (&source); /* read the source decimal number, ignoring errors */ in cpu_eis_dec_op()
1002 trap = read_decimal (&source); /* read the source decimal number */ in cpu_eis_dec_op()
1184 static uint32 read_decimal (DIGIT_ACCESS *dap) in read_decimal() function
2130 trap = read_decimal (decimal); /* read the source decimal number */ in convert_binary()
2279 *trap = read_decimal (first); /* read the first decimal operand */ in read_operands()
2285 *trap = read_decimal (second); /* then read the second decimal operand */ in read_operands()
/dports/devel/m17n-lib/m17n-lib-1.8.0/src/
H A Dplist.c196 read_decimal (MStream *st, int c) in read_decimal() function
401 num = (c == 'x' ? read_hexadesimal (st) : read_decimal (st, c)); in read_integer_element()
434 num = - read_decimal (st, c); in read_integer_element()
437 num = read_decimal (st, c); in read_integer_element()
/dports/textproc/py-fastavro/fastavro-0.24.2/fastavro/
H A D_read_py.py171 def read_decimal(data, writer_schema=None, reader_schema=None): function
498 'bytes-decimal': read_decimal,
499 'fixed-decimal': read_decimal,
/dports/lang/gcc48/gcc-4.8.5/libgfortran/io/
H A Dio.h690 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
691 internal_proto(read_decimal);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgfortran/io/
H A Dio.h696 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
697 internal_proto(read_decimal);
/dports/devel/mingw32-gcc/gcc-4.8.1/libgfortran/io/
H A Dio.h688 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
689 internal_proto(read_decimal);
/dports/lang/gcc6-aux/gcc-6-20180516/libgfortran/io/
H A Dio.h728 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
729 internal_proto(read_decimal);
/dports/lang/gnat_util/gcc-6-20180516/libgfortran/io/
H A Dio.h728 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
729 internal_proto(read_decimal);
/dports/lang/gcc8/gcc-8.5.0/libgfortran/io/
H A Dio.h855 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
856 internal_proto(read_decimal);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dio.h855 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
856 internal_proto(read_decimal);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgfortran/io/
H A Dio.h855 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
856 internal_proto(read_decimal);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dio.h855 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
856 internal_proto(read_decimal);
/dports/lang/gcc9-devel/gcc-9-20211007/libgfortran/io/
H A Dio.h868 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
869 internal_proto(read_decimal);
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgfortran/io/
H A Dio.h855 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
856 internal_proto(read_decimal);
/dports/devel/riscv64-gcc/gcc-8.3.0/libgfortran/io/
H A Dio.h855 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
856 internal_proto(read_decimal);
/dports/lang/gcc9/gcc-9.4.0/libgfortran/io/
H A Dio.h868 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
869 internal_proto(read_decimal);
/dports/lang/gcc9-aux/gcc-9.1.0/libgfortran/io/
H A Dio.h868 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
869 internal_proto(read_decimal);
/dports/lang/gcc10/gcc-10.3.0/libgfortran/io/
H A Dio.h883 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
884 internal_proto(read_decimal);
/dports/lang/gcc12-devel/gcc-12-20211205/libgfortran/io/
H A Dio.h887 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
888 internal_proto(read_decimal);
/dports/lang/gcc11-devel/gcc-11-20211009/libgfortran/io/
H A Dio.h887 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
888 internal_proto(read_decimal);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgfortran/io/
H A Dio.h887 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
888 internal_proto(read_decimal);
/dports/devel/avr-gcc/gcc-10.2.0/libgfortran/io/
H A Dio.h883 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
884 internal_proto(read_decimal);
/dports/lang/gcc11/gcc-11.2.0/libgfortran/io/
H A Dio.h887 extern void read_decimal (st_parameter_dt *, const fnode *, char *, int);
888 internal_proto(read_decimal);

12345678910