Home
last modified time | relevance | path

Searched refs:dto (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/binutils/libiberty/
Dfloatformat.c306 double dto; in floatformat_to_double() local
350 dto = NAN; in floatformat_to_double()
352 dto = INFINITY; in floatformat_to_double()
355 dto = -dto; in floatformat_to_double()
357 *to = dto; in floatformat_to_double()
364 dto = 0.0; in floatformat_to_double()
381 dto = ldexp (1.0, exponent); in floatformat_to_double()
396 dto += ldexp ((double)mant, in floatformat_to_double()
402 dto += ldexp ((double)mant, exponent - mant_bits); in floatformat_to_double()
411 dto = -dto; in floatformat_to_double()
[all …]
/freebsd-12-stable/contrib/gcclibs/libiberty/
Dfloatformat.c306 double dto; in floatformat_to_double() local
350 dto = NAN; in floatformat_to_double()
352 dto = INFINITY; in floatformat_to_double()
355 dto = -dto; in floatformat_to_double()
357 *to = dto; in floatformat_to_double()
364 dto = 0.0; in floatformat_to_double()
381 dto = ldexp (1.0, exponent); in floatformat_to_double()
396 dto += ldexp ((double)mant, in floatformat_to_double()
402 dto += ldexp ((double)mant, exponent - mant_bits); in floatformat_to_double()
411 dto = -dto; in floatformat_to_double()
[all …]
/freebsd-12-stable/contrib/gdb/gdb/
Ddoublest.c115 DOUBLEST dto; in convert_floatformat_to_doublest() local
172 dto = 0.0; in convert_floatformat_to_doublest()
194 dto = ldexp (1.0, exponent); in convert_floatformat_to_doublest()
206 dto += ldexp ((double) mant, exponent - mant_bits); in convert_floatformat_to_doublest()
214 dto = -dto; in convert_floatformat_to_doublest()
215 *to = dto; in convert_floatformat_to_doublest()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
Ddt_module.c1728 dt_module_info(const dt_module_t *dmp, dtrace_objinfo_t *dto) in dt_module_info() argument
1730 dto->dto_name = dmp->dm_name; in dt_module_info()
1731 dto->dto_file = dmp->dm_file; in dt_module_info()
1732 dto->dto_id = dmp->dm_modid; in dt_module_info()
1733 dto->dto_flags = 0; in dt_module_info()
1736 dto->dto_flags |= DTRACE_OBJ_F_KERNEL; in dt_module_info()
1738 dto->dto_flags |= DTRACE_OBJ_F_PRIMARY; in dt_module_info()
1740 dto->dto_text_va = dmp->dm_text_va; in dt_module_info()
1741 dto->dto_text_size = dmp->dm_text_size; in dt_module_info()
1742 dto->dto_data_va = dmp->dm_data_va; in dt_module_info()
[all …]