Home
last modified time | relevance | path

Searched refs:dvalue (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dndbm_wrap.c97 datum dvalue; in dbm_fetch() local
105 dvalue.dptr = NULL; in dbm_fetch()
106 dvalue.dsize = 0; in dbm_fetch()
109 DBT2DATUM(&value, &dvalue); in dbm_fetch()
111 return dvalue; in dbm_fetch()
199 dbm_store (DBM *db, datum dkey, datum dvalue, int flags) argument
207 DATUM2DBT(&dvalue, &value);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dlarchintrin.h35 unsigned long dvalue; member
53 : [val]"=&r"(__drdtime.dvalue),[tid]"=&r"(__drdtime.dtimeid) in __rdtime_d()
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPrint.cc432 double dvalue, percent; in dump_detail() local
553 dvalue = values[index].to_double (); in dump_detail()
554 percent = 100.0 * current_data->get_percentage (dvalue, index); in dump_detail()
558 if (dvalue == 0.) in dump_detail()
568 v.d = dvalue / (1.e+6 * dbeSession->get_clock (-1)); in dump_detail()
572 if (dvalue == 0.) in dump_detail()
2031 double dvalue; in overview_value() local
2038 dvalue = tstodouble (value->t); in overview_value()
2039 if (dvalue == 0.0) in overview_value()
2042 fprintf (out_file, "%*.3f (%5.1f%%)", max_len3, dvalue, in overview_value()
[all …]
H A DDbe.cc6636 double dvalue = (values != NULL) ? values[index].to_double () : 0.0; in dbeGetSummaryV2() local
6660 dvalue += excl_list->fetch (index2); in dbeGetSummaryV2()
6661 double percent = dtotal == 0.0 ? dtotal : (dvalue / dtotal) * 100; in dbeGetSummaryV2()
6662 excl_list->store (index2, dvalue); in dbeGetSummaryV2()
6667 dvalue += incl_list->fetch (index2); in dbeGetSummaryV2()
6668 if (dvalue > dtotal) in dbeGetSummaryV2()
6669 dvalue = dtotal; // temporary correction in dbeGetSummaryV2()
6670 double percent = dtotal == 0.0 ? dtotal : (dvalue / dtotal) * 100; in dbeGetSummaryV2()
6671 incl_list->store (index2, dvalue); in dbeGetSummaryV2()
6696 double dvalue, clock; in dbeGetSummary() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPrint.cc432 double dvalue, percent; in dump_detail() local
553 dvalue = values[index].to_double (); in dump_detail()
554 percent = 100.0 * current_data->get_percentage (dvalue, index); in dump_detail()
558 if (dvalue == 0.) in dump_detail()
568 v.d = dvalue / (1.e+6 * dbeSession->get_clock (-1)); in dump_detail()
572 if (dvalue == 0.) in dump_detail()
2031 double dvalue; in overview_value() local
2038 dvalue = tstodouble (value->t); in overview_value()
2039 if (dvalue == 0.0) in overview_value()
2042 fprintf (out_file, "%*.3f (%5.1f%%)", max_len3, dvalue, in overview_value()
[all …]
H A DDbe.cc6636 double dvalue = (values != NULL) ? values[index].to_double () : 0.0; in dbeGetSummaryV2() local
6660 dvalue += excl_list->fetch (index2); in dbeGetSummaryV2()
6661 double percent = dtotal == 0.0 ? dtotal : (dvalue / dtotal) * 100; in dbeGetSummaryV2()
6662 excl_list->store (index2, dvalue); in dbeGetSummaryV2()
6667 dvalue += incl_list->fetch (index2); in dbeGetSummaryV2()
6668 if (dvalue > dtotal) in dbeGetSummaryV2()
6669 dvalue = dtotal; // temporary correction in dbeGetSummaryV2()
6670 double percent = dtotal == 0.0 ? dtotal : (dvalue / dtotal) * 100; in dbeGetSummaryV2()
6671 incl_list->store (index2, dvalue); in dbeGetSummaryV2()
6696 double dvalue, clock; in dbeGetSummary() local
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcsky-dis.c682 uint64_t dvalue; in csky_output_operand() local
690 dvalue = (((uint64_t)inst >> 5) & 1) << 63; in csky_output_operand()
691 dvalue |= imm4 | imm8; in csky_output_operand()
700 memcpy (&d, &dvalue, sizeof (double)); in csky_output_operand()
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcsky-dis.c686 uint64_t dvalue; in csky_output_operand() local
694 dvalue = (((uint64_t)inst >> 5) & 1) << 63; in csky_output_operand()
695 dvalue |= imm4 | imm8; in csky_output_operand()
704 memcpy (&d, &dvalue, sizeof (double)); in csky_output_operand()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-run.cc509 double dvalue; member
560 printf ("%.128s%f\n", data->msg, data->dvalue); in gomp_print_output()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-run.c657 double dvalue; member
708 printf ("%.128s%f\n", data->msg, data->dvalue); in gomp_print_output()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVC.cpp949 double dvalue = strtod(numBuf, NULL); in getSystemRegistryString()
950 if (dvalue > bestValue) { in getSystemRegistryString()
960 bestValue = dvalue; in getSystemRegistryString()
/netbsd-src/external/gpl3/gcc/dist/libgomp/plugin/
H A Dplugin-gcn.c264 double dvalue; member
1968 case 1: printf ("%.128s%f\n", data->msg, data->dvalue); break; in console_output()
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/plugin/
H A Dplugin-gcn.c266 double dvalue; member
1968 case 1: printf ("%.128s%f\n", data->msg, data->dvalue); break; in console_output()
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/
H A Dnetpgpperl_wrap.c1237 double dvalue; member
4159 sv_setnv(sv, (double) swig_constants[i].dvalue); in XS()
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/tcl/
H A Dnetpgptcl_wrap.c799 double dvalue; member
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/
H A Dnetpgppython_wrap.c950 double dvalue; member
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dextend.texi16145 unsigned long dvalue;
H A Dgcc.info48823 unsigned long dvalue;