Home
last modified time | relevance | path

Searched defs:Abs (Results 1 – 6 of 6) sorted by relevance

/trunk/main/filter/source/graphicfilter/idxf/
H A Ddxfvec.cxx34 double DXFVector::Abs() const in Abs() function in DXFVector
/trunk/main/tools/inc/tools/
H A Dbigint.hxx266 inline void BigInt::Abs() in Abs() function in BigInt
H A Dvector2d.hxx59 inline void Abs() { if(mfX < 0.0) mfX = -mfX; if(mfY < 0.0) mfY = -mfY; } in Abs() function in Vector2D
H A Dsolar.h195 template<typename T> inline T Abs(T a) { return (a>=0?a:-a); } in Abs() function
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.hxx823 inline double Complex::Abs( void ) const in Abs() function in Complex
/trunk/main/basic/source/runtime/
H A Dmethods.cxx343 RTLFUNC(Abs) in RTLFUNC() argument

Completed in 49 milliseconds