Searched refs:float_type (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/binutils/gas/
H A Dread.h115 extern void float_cons (int float_type);
H A Dread.c3247 s_float_space (int float_type)
3284 flen = hex_float (float_type, temp);
3297 err = md_atof (float_type, temp, &flen);
4473 hex_float (int float_type, char *bytes)
4478 switch (float_type)
4505 as_bad (_("unknown floating type type '%c'"), float_type);
4576 register int float_type /* 'f':.ffloat ... 'F':.float ... */)
4611 length = hex_float (float_type, temp);
4620 err = md_atof (float_type, temp, &length);
3244 s_float_space(int float_type) argument
4464 hex_float(int float_type, char *bytes) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp773 typedef float float_type; typedef
774 float_type val = 0.0;
775 const size_t src_size = sizeof(float_type);
776 const float_type *src = (const float_type *)GetData (offset_ptr, src_size);
783 for (size_t i=0; i<sizeof(float_type); ++i)
784 dst_data[sizeof(float_type) - 1 - i] = src_data[i];
797 typedef double float_type; typedef
798 float_type val = 0.0;
799 const size_t src_size = sizeof(float_type);
[all...]
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dlanguage.h462 extern int float_type (struct type *);
H A Dstabsread.c3885 struct type *float_type
3892 TYPE_TARGET_TYPE (complex_type) = float_type;
3896 return float_type;
3879 struct type *float_type local
H A Dlanguage.c892 float_type (struct type *type)
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddebug.h193 bfd_boolean (*float_type) (void *, unsigned int); member in struct:debug_write_fns
H A Ddebug.c2497 return (*fns->float_type) (fhandle, type->size);
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure7447 typedef __complex__ float float_type; float_type tmpf;
30494 typedef __complex__ float float_type; float_type tmpf;
[all...]

Completed in 304 milliseconds