Home
last modified time | relevance | path

Searched defs:bScientific (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxform.cxx402 bool& bPercent, bool& bCurrency, bool& bScientific, in AnalyseFormatString()
520 bool bPercent,bCurrency,bScientific,bGenerateThousandSeparator; in ScanFormatString() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxform.cxx402 bool& bPercent, bool& bCurrency, bool& bScientific, in AnalyseFormatString()
520 bool bPercent,bCurrency,bScientific,bGenerateThousandSeparator; in ScanFormatString() local
/dports/math/saga/saga-8.1.3/saga-gis/src/saga_core/saga_api/
H A Dmat_matrix.cpp260 CSG_String CSG_Vector::to_String(int Width, int Precision, bool bScientific, const SG_Char *Separat… in to_String()
1333 CSG_String CSG_Matrix::to_String(int Width, int Precision, bool bScientific, const SG_Char *Separat… in to_String()
H A Dmat_tools.cpp159 CSG_String SG_Get_Double_asString(double Number, int Width, int Precision, bool bScientific) in SG_Get_Double_asString()