Home
last modified time | relevance | path

Searched refs:tan (Results 1 – 25 of 123) sorted by relevance

12345

/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx322 const double h( 4.0/3.0 * tan(M_PI/8.0) ); in SetUp()
789 ASSERT_TRUE(impDecomposeComposeTest(fSX, fSY, tan(fS), 0.0)) << "decompose: error test D1"; in TEST_F()
790 ASSERT_TRUE(impDecomposeComposeTest(-fSX, fSY, tan(fS), 0.0)) << "decompose: error test D2"; in TEST_F()
791 ASSERT_TRUE(impDecomposeComposeTest(fSX, -fSY, tan(fS), 0.0)) << "decompose: error test D3"; in TEST_F()
795 ASSERT_TRUE(impDecomposeComposeTest(fSX, fSY, tan(-fS), 0.0)) << "decompose: error test E1"; in TEST_F()
801 ASSERT_TRUE(impDecomposeComposeTest(fSX, fSY, tan(fS), fR)) << "decompose: error test F1"; in TEST_F()
802 ASSERT_TRUE(impDecomposeComposeTest(-fSX, fSY, tan(fS), fR)) << "decompose: error test F2"; in TEST_F()
803 ASSERT_TRUE(impDecomposeComposeTest(fSX, -fSY, tan(fS), fR)) << "decompose: error test F3"; in TEST_F()
804 ASSERT_TRUE(impDecomposeComposeTest(-fSX, -fSY, tan(fS), fR)) << "decompose: error test F4"; in TEST_F()
807 ASSERT_TRUE(impDecomposeComposeTest(fSX, fSY, tan(fS), -fR)) << "decompose: error test G1"; in TEST_F()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx83 aRotMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in getCorrectedTextBoundRect()
189 aTextBoxMatrix.shearX(tan((36000 - rGeoStat.nShearWink) * F_PI18000)); in createViewIndependentPrimitive2DSequence()
231 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrrectobj.cxx70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcircobj.cxx70 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrole2obj.cxx78 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createObjectTransform()
H A Dviewcontactofsdrpathobj.cxx118 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofsdrcaptionobj.cxx81 rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0, in createViewIndependentPrimitive2DSequence()
H A Dviewcontactofgraphic.cxx368 … const double fShearX(rGeoStat.nShearWink ? tan((36000 - rGeoStat.nShearWink) * F_PI18000) : 0.0); in createViewIndependentPrimitive2DSequence()
/trunk/main/connectivity/qa/complex/connectivity/dbase/
H A DDBaseNumericFunctions.java238 tan(xRowRes); in testFunctions()
352 …private void tan(final XRowSet xRowRes) throws com.sun.star.uno.Exception, com.sun.star.beans.Unkn… in tan() method in DBaseNumericFunctions
355 …assure("TAN(PI()+1) failed!", (float) row.getDouble(1) == (float) java.lang.Math.tan(java.lang.Mat… in tan()
/trunk/main/sal/inc/rtl/
H A Dmath.hxx423 inline double tan(double d) in tan() function
426 return ::tan( d ); in tan()
/trunk/main/svx/source/dialog/
H A Dframelink.cxx1353 return lclD2L( nVerOffs / tan( fAngle ) + nDiagOffs / sin( fAngle ) ); in GetTLDiagOffset()
1358 return lclD2L( -nVerOffs / tan( fAngle ) + nDiagOffs / sin( fAngle ) ); in GetBLDiagOffset()
1363 return -lclD2L( -nVerOffs / tan( fAngle ) - nDiagOffs / sin( fAngle ) ); in GetBRDiagOffset()
1368 return -lclD2L( nVerOffs / tan( fAngle ) - nDiagOffs / sin( fAngle ) ); in GetTRDiagOffset()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx500 double nTan=tan(nWink*nPi180); in ShearMarkedObj()
1579 double nOld=tan((double)nOldShearAngle*nPi180); in SetGeoAttrToMarked()
1580 double nNew=tan((double)nNewShearAngle*nPi180); in SetGeoAttrToMarked()
1684 double nOld=tan((double)nTempAngle*nPi180); in SetGeoAttrToMarked()
1685 double nNew=tan((double)nNewShearAngle*nPi180); in SetGeoAttrToMarked()
H A Dsvdobj.cxx2126 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr()
2147 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr()
2152 double nTan=tan(n*nPi180); in NbcApplyNotPersistAttr()
/trunk/main/slideshow/source/engine/
H A Darith-grammar.txt60 unary_function = 'abs'|'sqrt'|'sin'|'cos'|'tan'|'atan'|'acos'|'asin'|'exp'|'log'
H A Dsmilfunctionparser.cxx452 … "tan" ) >> '(' >> additiveExpression >> ')' )[ makeUnaryFunctionFunctor(&tan, self.getContext()… in definition()
/trunk/main/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx193 return tan((double)lhs); in operate()
/trunk/main/libtextcat/data/new_fingerprints/lm/
H A Dspanish.lm395 tan 85
H A Dbasque.lm238 tan 90
H A Dindonesian.lm178 tan 185
H A Dmalay.lm181 tan 790
H A Dtagalog.lm254 tan 59
/trunk/main/xmloff/source/draw/
H A Dxexptran.cxx695 rFullTrans.shearX(tan(((ImpSdXMLExpTransObj2DSkewX*)pObj)->mfSkewX)); in GetFullTransform()
700 rFullTrans.shearY(tan(((ImpSdXMLExpTransObj2DSkewY*)pObj)->mfSkewY)); in GetFullTransform()
/trunk/main/starmath/source/
H A Dcommands.src93 String RID_TANX { Text = "tan(<?>) " ; };
739 Text = "tan(x)" ;
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1269 const double fTan = tan( fAngle ); in ImplCalcHatchValues()
1301 const double fTan = tan( fAngle ); in ImplCalcHatchValues()
/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx52 using ::rtl::math::tan;
550 z = atan(tan(R) * sin(E)); in convertElevationRotationDegToXYZAngleRad()

Completed in 162 milliseconds

12345