/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | ndbm_wrap.c | 97 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 D | larchintrin.h | 35 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 D | Print.cc | 432 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 D | Dbe.cc | 6636 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 D | Print.cc | 432 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 D | Dbe.cc | 6636 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 D | csky-dis.c | 682 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 D | csky-dis.c | 686 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 D | gcn-run.cc | 509 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 D | gcn-run.c | 657 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 D | MSVC.cpp | 949 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 D | plugin-gcn.c | 264 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 D | plugin-gcn.c | 266 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 D | netpgpperl_wrap.c | 1237 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 D | netpgptcl_wrap.c | 799 double dvalue; member
|
/netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/ |
H A D | netpgppython_wrap.c | 950 double dvalue; member
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | extend.texi | 16145 unsigned long dvalue;
|
H A D | gcc.info | 48823 unsigned long dvalue;
|