Home
last modified time | relevance | path

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

/AOO41X/main/basic/source/sbx/
H A Dsbxdbl.cxx275 else if( n < 0 && n > SbxMINSNG2 ) in ImpPutDouble()
277 SbxBase::SetError( SbxERR_OVERFLOW ); n = SbxMINSNG2; in ImpPutDouble()
H A Dsbxsng.cxx99 else if( dVal < 0 && dVal > SbxMINSNG2 ) in ImpGetSingle()
102 nRes = static_cast< float >(SbxMINSNG2); in ImpGetSingle()
/AOO41X/main/basic/inc/basic/
H A Dsbxdef.hxx370 #define SbxMINSNG2 (-1.175494351e-38) macro