Home
last modified time | relevance | path

Searched refs:SbxMAXSNG2 (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/basic/source/sbx/ !
H A Dsbxdbl.cxx271 else if( n > 0 && n < SbxMAXSNG2 ) in ImpPutDouble()
273 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMAXSNG2; in ImpPutDouble()
H A Dsbxsng.cxx94 else if( dVal > 0 && dVal < SbxMAXSNG2 ) in ImpGetSingle()
97 nRes = static_cast< float >(SbxMAXSNG2); in ImpGetSingle()
/AOO42X/main/basic/inc/basic/ !
H A Dsbxdef.hxx369 #define SbxMAXSNG2 ( 1.175494351e-38) macro