Searched refs:float_type (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | DataExtractor.cpp | 653 typedef float float_type; in GetFloat() typedef 654 float_type val = 0.0; in GetFloat() 655 const size_t src_size = sizeof(float_type); in GetFloat() 656 const float_type *src = (const float_type *)GetData(offset_ptr, src_size); in GetFloat() 661 for (size_t i = 0; i < sizeof(float_type); ++i) in GetFloat() 662 dst_data[sizeof(float_type) - 1 - i] = src_data[i]; in GetFloat() 671 typedef double float_type; in GetDouble() typedef 672 float_type val = 0.0; in GetDouble() 673 const size_t src_size = sizeof(float_type); in GetDouble() 674 const float_type *src = (const float_type *)GetData(offset_ptr, src_size); in GetDouble() [all …]
|
| /freebsd-12.1/contrib/binutils/gas/ |
| H A D | read.h | 115 extern void float_cons (int float_type);
|
| H A D | read.c | 3244 s_float_space (int float_type) in s_float_space() argument 3281 flen = hex_float (float_type, temp); in s_float_space() 3294 err = md_atof (float_type, temp, &flen); in s_float_space() 4464 hex_float (int float_type, char *bytes) in hex_float() argument 4469 switch (float_type) in hex_float() 4496 as_bad (_("unknown floating type type '%c'"), float_type); in hex_float() 4567 register int float_type /* 'f':.ffloat ... 'F':.float ... */) in float_cons() argument 4602 length = hex_float (float_type, temp); in float_cons() 4611 err = md_atof (float_type, temp, &length); in float_cons()
|
| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | language.h | 459 extern int float_type (struct type *);
|
| H A D | stabsread.c | 3879 struct type *float_type in read_range_type() local 3886 TYPE_TARGET_TYPE (complex_type) = float_type; in read_range_type() 3890 return float_type; in read_range_type()
|
| H A D | language.c | 887 float_type (struct type *type)
|
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | debug.h | 193 bfd_boolean (*float_type) (void *, unsigned int); member
|
| H A D | debug.c | 2494 return (*fns->float_type) (fhandle, type->size); in debug_write_type()
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | acinclude.m4 | 848 [typedef __complex__ float float_type; float_type tmpf; 1013 [typedef __complex__ float float_type; float_type tmpf;
|
| H A D | configure | 7447 typedef __complex__ float float_type; float_type tmpf; 30494 typedef __complex__ float float_type; float_type tmpf;
|