| /src/external/gpl3/gdb/dist/gdb/ |
| gmp-utils.h | 547 void read_fixed_point (gdb::array_view<const gdb_byte> buf, 590 void read_fixed_point (gdb::array_view<const gdb_byte> buf, function in struct:gdb_mpf 596 tmp_q.read_fixed_point (buf, byte_order, unsigned_p, scaling_factor);
|
| gmp-utils.c | 209 gdb_mpq::read_fixed_point (gdb::array_view<const gdb_byte> buf,
|
| valarith.c | 847 v1.read_fixed_point (arg1->contents (), 850 v2.read_fixed_point (arg2->contents (),
|
| valprint.c | 926 f.read_fixed_point (gdb::make_array_view (valaddr, type->length ()),
|
| valops.c | 546 fp_val.read_fixed_point (arg2->contents (),
|
| value.c | 2900 vq.read_fixed_point (gdb::make_array_view (valaddr, len),
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gmp-utils.h | 547 void read_fixed_point (gdb::array_view<const gdb_byte> buf, 590 void read_fixed_point (gdb::array_view<const gdb_byte> buf, function in struct:gdb_mpf 596 tmp_q.read_fixed_point (buf, byte_order, unsigned_p, scaling_factor);
|
| gmp-utils.c | 209 gdb_mpq::read_fixed_point (gdb::array_view<const gdb_byte> buf,
|
| valarith.c | 847 v1.read_fixed_point (arg1->contents (), 850 v2.read_fixed_point (arg2->contents (),
|
| valprint.c | 856 f.read_fixed_point (gdb::make_array_view (valaddr, type->length ()),
|
| valops.c | 547 fp_val.read_fixed_point (arg2->contents (),
|
| value.c | 2859 vq.read_fixed_point (gdb::make_array_view (valaddr, len),
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| gmp-utils-selftests.c | 375 read_fixed_point to read it as a fixed_point value, with 379 to read_fixed_point. ACTUAL is the value we actually do get. 400 actual.read_fixed_point ({buf, len}, byte_order, 0, scaling_factor); 406 /* Perform various tests of the gdb_mpq::read_fixed_point method. */
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| gmp-utils-selftests.c | 375 read_fixed_point to read it as a fixed_point value, with 379 to read_fixed_point. ACTUAL is the value we actually do get. 400 actual.read_fixed_point ({buf, len}, byte_order, 0, scaling_factor); 406 /* Perform various tests of the gdb_mpq::read_fixed_point method. */
|