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

/freebsd-10.1-release/contrib/texinfo/makeinfo/
H A Dfloat.c159 /* Check if the requested float_type exists in the floats stack. */
172 char *float_type; local
173 get_rest_of_line (1, &float_type);
181 if (handling_delayed_writes && !float_type_exists (float_type))
182 warning (_("Requested float type `%s' not previously used"), float_type);
187 "type=\"%s\"", text_expansion (float_type));
192 int command_len = sizeof ("@ ") + strlen (command) + strlen (float_type);
200 sprintf (list_command, "@%s %s", command, float_type);
204 else if (float_type_exists (float_type))
220 if (strlen (temp->id) > 0 && STREQ (float_type, tem
[all...]
/freebsd-10.1-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);
4456 hex_float (int float_type, char *bytes)
4461 switch (float_type)
4488 as_bad (_("unknown floating type type '%c'"), float_type);
4559 register int float_type /* 'f':.ffloat ... 'F':.float ... */)
4594 length = hex_float (float_type, temp);
4603 err = md_atof (float_type, temp, &length);
3244 s_float_space(int float_type) argument
4447 hex_float(int float_type, char *bytes) argument
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DDataExtractor.cpp768 typedef float float_type; typedef
769 float_type val = 0.0;
770 const size_t src_size = sizeof(float_type);
771 const float_type *src = (const float_type *)GetData (offset_ptr, src_size);
778 for (size_t i=0; i<sizeof(float_type); ++i)
779 dst_data[sizeof(float_type) - 1 - i] = src_data[i];
792 typedef double float_type; typedef
793 float_type val = 0.0;
794 const size_t src_size = sizeof(float_type);
[all...]
/freebsd-10.1-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-10.1-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-10.1-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 287 milliseconds