Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfloat.c174 char *float_type; in cm_listoffloats() local
175 get_rest_of_line (1, &float_type); in cm_listoffloats()
183 if (handling_delayed_writes && !float_type_exists (float_type)) in cm_listoffloats()
184 warning (_("Requested float type `%s' not previously used"), float_type); in cm_listoffloats()
189 "type=\"%s\"", text_expansion (float_type)); in cm_listoffloats()
194 int command_len = sizeof ("@ ") + strlen (command) + strlen (float_type); in cm_listoffloats()
202 sprintf (list_command, "@%s %s", command, float_type); in cm_listoffloats()
206 else if (float_type_exists (float_type)) in cm_listoffloats()
222 if (strlen (temp->id) > 0 && STREQ (float_type, temp->type)) in cm_listoffloats()
236 if (strlen (float_type) > 0) in cm_listoffloats()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-call-cdce.cc418 tree lbub_real_cst, lbub_cst, float_type; in gen_one_condition() local
424 float_type = TREE_TYPE (arg); in gen_one_condition()
426 lbub_real_cst = build_real_from_int_cst (float_type, lbub_cst); in gen_one_condition()
428 temp = create_tmp_var (float_type, temp_name1); in gen_one_condition()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-call-cdce.c418 tree lbub_real_cst, lbub_cst, float_type; in gen_one_condition() local
424 float_type = TREE_TYPE (arg); in gen_one_condition()
426 lbub_real_cst = build_real_from_int_cst (float_type, lbub_cst); in gen_one_condition()
428 temp = create_tmp_var (float_type, temp_name1); in gen_one_condition()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dread.c3583 float_length (int float_type, int *pad_p) in float_length() argument
3587 switch (float_type) in float_length()
3631 as_bad (_("unknown floating type '%c'"), float_type); in float_length()
3643 parse_one_float (int float_type, char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]) in parse_one_float() argument
3662 length = hex_float (float_type, temp); in parse_one_float()
3673 err = md_atof (float_type, temp, &length); in parse_one_float()
3692 s_float_space (int float_type) in s_float_space() argument
3714 flen = float_length (float_type, &pad); in s_float_space()
3722 flen = parse_one_float (float_type, temp); in s_float_space()
4850 hex_float (int float_type, char *bytes) in hex_float() argument
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dread.c3541 float_length (int float_type, int *pad_p) in float_length() argument
3545 switch (float_type) in float_length()
3589 as_bad (_("unknown floating type '%c'"), float_type); in float_length()
3601 parse_one_float (int float_type, char temp[MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT]) in parse_one_float() argument
3620 length = hex_float (float_type, temp); in parse_one_float()
3631 err = md_atof (float_type, temp, &length); in parse_one_float()
3650 s_float_space (int float_type) in s_float_space() argument
3672 flen = float_length (float_type, &pad); in s_float_space()
3680 flen = parse_one_float (float_type, temp); in s_float_space()
4812 hex_float (int float_type, char *bytes) in hex_float() argument
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddebug.h193 bool (*float_type) (void *, unsigned int); member
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddebug.h193 bool (*float_type) (void *, unsigned int); member
H A Ddebug.c2503 return (*fns->float_type) (fhandle, type->size); in debug_write_type()
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dgcc-c-fe.def136 Deprecated in v1, use float_type instead. */
219 GCC_METHOD2 (gcc_type, float_type,
H A DChangeLog-2017181 (float_type): ... this. Introduce new version.
223 (float_type): ... this. Introduce new version.
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgcc-c-fe.def136 Deprecated in v1, use float_type instead. */
219 GCC_METHOD2 (gcc_type, float_type,
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgcc-c-fe.def136 Deprecated in v1, use float_type instead. */
219 GCC_METHOD2 (gcc_type, float_type,
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dgcc-c-fe.def136 Deprecated in v1, use float_type instead. */
219 GCC_METHOD2 (gcc_type, float_type,
H A DChangeLog-2017181 (float_type): ... this. Introduce new version.
223 (float_type): ... this. Introduce new version.
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-mcore.c282 mcore_float_cons (int float_type) in mcore_float_cons() argument
285 mcore_pool_count (float_cons, float_type); in mcore_float_cons()
287 float_cons (float_type); in mcore_float_cons()
H A Dtc-csky.c7693 csky_float_cons (int float_type) in csky_float_cons() argument
7697 csky_pool_count (float_cons, float_type); in csky_float_cons()
7699 float_cons (float_type); in csky_float_cons()
H A Dtc-hppa.c8176 pa_float_cons (int float_type) in pa_float_cons() argument
8178 float_cons (float_type); in pa_float_cons()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-mcore.c282 mcore_float_cons (int float_type) in mcore_float_cons() argument
285 mcore_pool_count (float_cons, float_type); in mcore_float_cons()
287 float_cons (float_type); in mcore_float_cons()
H A Dtc-csky.c7715 csky_float_cons (int float_type) in csky_float_cons() argument
7719 csky_pool_count (float_cons, float_type); in csky_float_cons()
7721 float_cons (float_type); in csky_float_cons()
H A Dtc-hppa.c8188 pa_float_cons (int float_type) in pa_float_cons() argument
8190 float_cons (float_type); in pa_float_cons()
/netbsd-src/external/gpl3/gdb/dist/include/
H A DChangeLog-2017181 (float_type): ... this. Introduce new version.
223 (float_type): ... this. Introduce new version.
/netbsd-src/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2017181 (float_type): ... this. Introduce new version.
223 (float_type): ... this. Introduce new version.
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dacinclude.m4960 typedef __complex__ float float_type;
963 volatile float_type tmpf;
1197 typedef __complex__ float float_type;
1200 volatile float_type tmpf;
1676 [typedef __complex__ float float_type; float_type tmpf;
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A Dacinclude.m4910 typedef __complex__ float float_type;
913 volatile float_type tmpf;
1142 typedef __complex__ float float_type;
1145 volatile float_type tmpf;
1638 [typedef __complex__ float float_type; float_type tmpf;
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml475 external float_type : llcontext -> lltype = "llvm_float_type"

12