Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
ae0e8ff4
Kaydet (Commit)
ae0e8ff4
authored
Tem 10, 2011
tarafından
Caolán McNamara
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
callcatcher: unused ImpATan2
üst
4c24f23d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
+0
-23
mcvmath.cxx
svtools/source/dialogs/mcvmath.cxx
+0
-22
mcvmath.hxx
svtools/source/dialogs/mcvmath.hxx
+0
-1
No files found.
svtools/source/dialogs/mcvmath.cxx
Dosyayı görüntüle @
ae0e8ff4
...
...
@@ -207,26 +207,4 @@ static sal_uInt16 ImpATanx2( const Fix& rX, const Fix& rY )
return
phi0
+
phi
;
}
/**************************************************************************
|*
|* ImpATan2()
|*
|* Beschreibung ATAN-Funktion fuer FixPoint-Berechnungen
|*
**************************************************************************/
sal_uInt16
ImpATan2
(
const
short
x
,
const
short
y
)
{
Fix
rRad
=
ImpSqrt
(
sal_uLong
(
long
(
x
)
*
x
+
long
(
y
)
*
y
));
if
(
!
rRad
.
x
)
return
0
;
Fix
fx
=
x
;
fx
.
DivBig
(
rRad
);
// Normiere auf Einheitskreis
Fix
fy
=
y
;
fy
.
DivBig
(
rRad
);
return
ImpATanx2
(
fx
,
fy
);
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
svtools/source/dialogs/mcvmath.hxx
Dosyayı görüntüle @
ae0e8ff4
...
...
@@ -215,7 +215,6 @@ inline FixCpx operator/ ( const FixCpx& a, const FixCpx& b )
Fix
ImpMultBig2
(
const
Fix
&
a
,
const
Fix
&
b
);
sal_uInt16
ImpSqrt
(
sal_uLong
nRadi
);
sal_uInt16
ImpATan2
(
const
short
x
,
const
short
y
);
FixCpx
ImpExPI
(
sal_uInt16
nPhi
);
#endif // _MCVMATH_HXX
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment