Home
last modified time | relevance | path

Searched refs:sum (Results 1 – 25 of 116) sorted by relevance

12345

/trunk/main/setup_native/scripts/
H A Ddownloadscript.sh80 if [ -x /usr/bin/sum ] ; then
83 sum=`$tail_prog +$linenum $0 | /usr/bin/sum`
84 sum=`echo $sum | awk '{ print $1 }'`
86 if [ $sum != $checksum ]; then
H A Djavaloader.sh219 if [ -x /usr/bin/sum ]; then
223 sumA=`/usr/bin/sum $packagepath/$jrefile`
238 sumB=`/usr/bin/sum $tempjrefile`
/trunk/main/sal/rtl/source/
H A Dunload.cxx76 sal_uInt64 sum; in addTimeValue() local
80 sum= value1->Nanosec + value2->Nanosec; in addTimeValue()
81 if( sum >= 1000000000 ) in addTimeValue()
84 sum -= 1000000000; in addTimeValue()
86 result->Nanosec= (sal_uInt32)sum; in addTimeValue()
/trunk/main/extensions/source/scanner/
H A Dgrid.cxx308 double sum = pNodeY[ i ]; in interpolate() local
313 sum *= x - pNodeX[ n ]; in interpolate()
314 sum /= pNodeX[ i ] - pNodeX[ n ]; in interpolate()
317 ret += sum; in interpolate()
/trunk/main/vigra/
H A Dvigra1.6.0.patch1130 TmpType sum = NumericTraits<TmpType>::zero();
1146 - sum += *k * VIGRA_CSTD::pow(-x, int(derivativeOrder)) / faculty;
1147 + sum += *k * VIGRA_CSTD::pow(-x, (double)derivOrder) / faculty;
1153 "Cannot normalize a kernel with sum = 0");
1155 - sum = norm / sum;
1156 + sum = normFactor / sum;
1160 *k = *k * sum;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/base/
H A Djava_complex.java150 Summarizer sum = new Summarizer(); in executeTest() local
151 sum.summarizeUp(entries[i]); in executeTest()
/trunk/main/offapi/com/sun/star/sheet/
H A DDataPilotFieldReferenceType.idl108 /** Each result is added to the sum of the results for preceding items in the base field,
109 in the base field's sort order, and the total sum is shown.
112 calculating the sum, and results for that item are shown as error, to ensure consistency
H A DStatusBarFunction.idl76 /** sum of all numerical values is calculated.
H A DGeneralFunction.idl53 /** sum of all numerical values is calculated.
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XDataPilotTable2.java114 double sum = 0.0; in _getDrillDownData() local
121 sum += ((Double)o).doubleValue(); in _getDrillDownData()
126 if (val != sum) in _getDrillDownData()
/trunk/main/offapi/com/sun/star/text/
H A DGraphicCrop.idl41 The absolute sum of top and bottom crop must be smaller
42 than the objects original height. The absolute sum of the left and
H A DXTextColumns.idl47 width of the object. The sum of the relative width values depends on
58 the sum of all values.
H A DTextColumn.idl42 Width isn't a metric value, its a relative value to the sum of the width of all columns.
/trunk/main/solenv/bin/
H A Dbuildalyzer89 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets):
93 if sum((flag in target.cxxflags for target in compile_targets)) == len(compile_targets):
/trunk/main/solenv/bin/modules/installer/
H A Dxpdinstaller.pm847 my $sum = 0;
851 $sum = $sum + ${$allnumbers}[$i];
854 return $sum;
H A Djavainstaller.pm1380 my $sum = 0;
1384 $sum = $sum + ${$allnumbers}[$i];
1387 return $sum;
/trunk/main/sc/source/core/tool/
H A Dinterpr5.cxx986 double sum; in ScMatMult() local
991 sum = 0.0; in ScMatMult()
994 sum += pMat1->GetDouble(k,i)*pMat2->GetDouble(j,k); in ScMatMult()
996 pRMat->PutDouble(sum, j, i); in ScMatMult()
1849 double sum; in lcl_MFastMult() local
1854 sum = 0.0; in lcl_MFastMult()
1856 sum += pA->GetDouble(k,row) * pB->GetDouble(col,k); in lcl_MFastMult()
1857 pR->PutDouble(sum, col, row); in lcl_MFastMult()
/trunk/main/oox/source/dump/
H A Dxlsbdumper.ini170 0x10=sum
774 shortlist=PTDATAFIELD-SUBTOTAL,0,sum,count-all,average,max,min,product,count-num,std-dev,std-dev-p,…
871 0x00000200=sum
922 …0=unknown,count,percent,sum,caption-equal,caption-not-equal,caption-begins-width,caption-not-begin…
940 shortlist=PTFITEM-TYPE,0,data,default,sum,count-all,average,max,min,product,count-mumbers,std-dev,s…
971 0x0004=sum
/trunk/main/
H A Dexternal_deps.lst16 # MD5 defines the MD5 check-sum of a library
247 # This seems to be the original host, but the MD5 sum does not match.
/trunk/main/offapi/com/sun/star/rendering/
H A DXIntegerBitmapColorSpace.idl59 number of bits occupied by the respective component. The sum
61 returned from <member>getBitsPerPixel()</member>. If the sum is
H A DInterpolationMode.idl52 v0 and v1, positioned at t0 and t1, take the sum of v0
/trunk/main/offapi/com/sun/star/chart/
H A DStackableDiagram.idl53 the sum of data in each category, by taking the top of the
/trunk/main/vcl/source/fontsubset/
H A Dttcr.cxx242 sal_uInt32 sum = 0; in CheckSum() local
245 while (ptr < endptr) sum += *ptr++; in CheckSum()
247 return sum; in CheckSum()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DDataPilotReadme.txt47 and a value area with a sum up of all fields valid for this
/trunk/main/offapi/com/sun/star/drawing/
H A DDocumentSettings.idl93 the sum of ParaTopMargin of the previous and ParaBottomMargin of

Completed in 132 milliseconds

12345