Searched refs:dResult (Results 1 – 7 of 7) sorted by relevance
139 double dResult = dNumber; in fp_round() local144 dResult = dNumber - dRoundingFactor; in fp_round()148 dResult = dNumber + dRoundingFactor; in fp_round()151 return dResult; in fp_round()
157 double dResult = (double)result; in calcDeterminantInt() local158 dResult = dResult * (1.0 / FIXED_POINT16_SCALE); in calcDeterminantInt()160 return (float)dResult; in calcDeterminantInt()
2690 double dResult = 0; in FV() local2696 dResult = nAmount * (nTemp - 1) / nRate; in FV()2698 dResult = nAmount * nPeriod; in FV()2701 args.GetReturnValue()->SetDouble(dResult); in FV()3447 double dResult = 0; in UnitValue() local3450 dResult = dFirstNumber * 25.4; in UnitValue()3452 dResult = dFirstNumber * 2.54; in UnitValue()3454 dResult = dFirstNumber / 72; in UnitValue()3456 dResult = dFirstNumber / 72000; in UnitValue()3458 dResult = dFirstNumber; in UnitValue()[all …]
1728 double dResult = f.parse("99.99").doubleValue(); in Test4243108() local1729 if (dResult == 99.99) { in Test4243108()1730 logln("OK: got " + dResult); in Test4243108()1732 errln("FAIL: got " + dResult); in Test4243108()
1725 double dResult = f.parse("99.99").doubleValue(); in Test4243108() local1726 if (dResult == 99.99) { in Test4243108()1727 logln("OK: got " + dResult); in Test4243108()1729 errln("FAIL: got " + dResult); in Test4243108()
476 { BMK_runTime_t const dResult = BMK_extract_runTime(dOutcome); in BMK_benchMemAdvancedNoAlloc() local477 … U64 const newDSpeed = (U64)((double)srcSize * TIMELOOP_NANOSEC / dResult.nanoSecPerRun); in BMK_benchMemAdvancedNoAlloc()
1350 Optional<double> dResult = in AFSimple_Calculate() local1352 if (!dResult.has_value()) in AFSimple_Calculate()1355 dValue = dResult.value(); in AFSimple_Calculate()