Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dfloat.c172 char *float_type; in cm_listoffloats() local
173 get_rest_of_line (1, &float_type); in cm_listoffloats()
181 if (handling_delayed_writes && !float_type_exists (float_type)) in cm_listoffloats()
187 "type=\"%s\"", text_expansion (float_type)); in cm_listoffloats()
200 sprintf (list_command, "@%s %s", command, float_type); in cm_listoffloats()
204 else if (float_type_exists (float_type)) in cm_listoffloats()
234 if (strlen (float_type) > 0) in cm_listoffloats()
235 execute_string ("%s", float_type); in cm_listoffloats()
239 if (strlen (float_type) > 0) in cm_listoffloats()
247 if (strlen (float_type) > 0 in cm_listoffloats()
[all …]
/openbsd/lib/libc/locale/
H A D_wcstod.h41 float_type
107 float_type result; in FUNCNAME()
H A Dwcstod.c10 typedef double float_type; typedef
H A Dwcstof.c10 typedef float float_type; typedef
H A Dwcstold.c10 typedef long double float_type; typedef
/openbsd/gnu/usr.bin/binutils/gas/
H A Dread.h116 extern void float_cons (int float_type);
H A Dread.c2916 s_float_space (int float_type) in s_float_space() argument
2953 flen = hex_float (float_type, temp); in s_float_space()
2966 err = md_atof (float_type, temp, &flen); in s_float_space()
3922 hex_float (int float_type, char *bytes) in hex_float() argument
3927 switch (float_type) in hex_float()
3954 as_bad (_("unknown floating type type '%c'"), float_type); in hex_float()
4025 register int float_type /* 'f':.ffloat ... 'F':.float ... */) in float_cons() argument
4060 length = hex_float (float_type, temp); in float_cons()
4069 err = md_atof (float_type, temp, &length); in float_cons()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dread.h115 extern void float_cons (int float_type);
H A Dread.c3054 s_float_space (int float_type) in s_float_space() argument
3091 flen = hex_float (float_type, temp); in s_float_space()
3104 err = md_atof (float_type, temp, &flen); in s_float_space()
4163 hex_float (int float_type, char *bytes) in hex_float() argument
4168 switch (float_type) in hex_float()
4195 as_bad (_("unknown floating type type '%c'"), float_type); in hex_float()
4266 register int float_type /* 'f':.ffloat ... 'F':.float ... */) in float_cons() argument
4301 length = hex_float (float_type, temp); in float_cons()
4310 err = md_atof (float_type, temp, &length); in float_cons()
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dlanguage.h401 extern int float_type (struct type *);
H A Dstabsread.c3835 struct type *float_type in read_range_type() local
3842 TYPE_TARGET_TYPE (complex_type) = float_type; in read_range_type()
3846 return float_type; in read_range_type()
H A Dlanguage.c762 float_type (struct type *type)
H A DChangeLog-19911831 boolean_type, float_type) are added. These predicates are
1883 value_cast(<float_type>,4) = 4.0, while
1884 value_real_cast(<float_type>,4) = some mess.
/openbsd/gnu/llvm/compiler-rt/cmake/Modules/
H A DCompilerRTDarwinUtils.cmake576 foreach(float_type SOFT HARD)
578 string(TOLOWER "${float_type}_${type}" lib_suffix)
579 foreach(arch ${DARWIN_${float_type}_FLOAT_ARCHS})
585 set(float_flag ${${float_type}_FLOAT_FLAG})
/openbsd/gnu/usr.bin/binutils/gas/config/
H A Dtc-mcore.c271 mcore_float_cons (float_type) in mcore_float_cons() argument
272 int float_type; in mcore_float_cons()
275 mcore_pool_count (float_cons, float_type);
277 float_cons (float_type);
H A Dtc-hppa.c8303 pa_float_cons (float_type) in pa_float_cons() argument
8304 int float_type; in pa_float_cons()
8306 float_cons (float_type);
/openbsd/gnu/usr.bin/binutils/binutils/
H A Ddebug.h193 bfd_boolean (*float_type) (void *, unsigned int); member
H A Ddebug.c2495 return (*fns->float_type) (fhandle, type->size); in debug_write_type()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Ddebug.h193 bfd_boolean (*float_type) (void *, unsigned int); member
H A Ddebug.c2496 return (*fns->float_type) (fhandle, type->size); in debug_write_type()
/openbsd/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-mcore.c286 mcore_float_cons (int float_type) in mcore_float_cons() argument
289 mcore_pool_count (float_cons, float_type); in mcore_float_cons()
291 float_cons (float_type); in mcore_float_cons()
H A Dtc-hppa.c8329 pa_float_cons (float_type) in pa_float_cons() argument
8330 int float_type; in pa_float_cons()
8332 float_cons (float_type);
/openbsd/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm.ml475 external float_type : llcontext -> lltype = "llvm_float_type"
H A Dllvm.mli620 (** [float_type c] returns the IEEE 32-bit floating point type in the context
622 val float_type : llcontext -> lltype val
/openbsd/gnu/usr.bin/texinfo/
H A DChangeLog2214 float_type. For HTML, used an <ul> block.
2328 (cm_listoffloats): warn if requested float_type is unknown.