Home
last modified time | relevance | path

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

12345

/aoo4110/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`
/aoo4110/main/
H A Dfetch_tarballs.sh146 local sum=`$md5sum $md5special $basename | sed "s/ .*//"`
147 mv $basename "$TARFILE_LOCATION/$sum-$basename"
148 echo "added md5 sum $sum"
174 local sum=`$md5sum $md5special $basename | sed "s/ .*//"`
176 if [ "$sum" != "$sum_in_name" ]; then
H A Dexternal_deps.lst16 # MD5 defines the MD5 check-sum of a library
251 # This seems to be the original host, but the MD5 sum does not match.
/aoo4110/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()
/aoo4110/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()
/aoo4110/main/qadevOOo/runner/base/
H A Djava_complex.java150 Summarizer sum = new Summarizer(); in executeTest() local
151 sum.summarizeUp(entries[i]); in executeTest()
/aoo4110/main/qadevOOo/tests/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()
/aoo4110/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.
/aoo4110/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;
/aoo4110/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.
/aoo4110/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):
/aoo4110/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;
/aoo4110/main/sc/source/core/tool/
H A Dinterpr5.cxx987 double sum; in ScMatMult() local
992 sum = 0.0; in ScMatMult()
995 sum += pMat1->GetDouble(k,i)*pMat2->GetDouble(j,k); in ScMatMult()
997 pRMat->PutDouble(sum, j, i); in ScMatMult()
1850 double sum; in lcl_MFastMult() local
1855 sum = 0.0; in lcl_MFastMult()
1857 sum += pA->GetDouble(k,row) * pB->GetDouble(col,k); in lcl_MFastMult()
1858 pR->PutDouble(sum, col, row); in lcl_MFastMult()
/aoo4110/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
/aoo4110/main/offapi/com/sun/star/chart/
H A DStackableDiagram.idl53 the sum of data in each category, by taking the top of the
/aoo4110/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
/aoo4110/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DDataPilotReadme.txt47 and a value area with a sum up of all fields valid for this
/aoo4110/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()
/aoo4110/main/offapi/com/sun/star/drawing/
H A DDocumentSettings.idl93 the sum of ParaTopMargin of the previous and ParaBottomMargin of

Completed in 95 milliseconds

12345