Searched refs:fTest (Results 1 – 5 of 5) sorted by relevance
435 #define DBG_CTOR( aName, fTest ) \ argument439 fTest )441 #define DBG_DTOR( aName, fTest ) \ argument445 fTest )447 #define DBG_CHKTHIS( aName, fTest ) \ argument451 fTest )455 (const void*)pObj, (DbgUsr)fTest )726 #define DBG_CTOR( aName, fTest ) ((void)0) argument727 #define DBG_DTOR( aName, fTest ) ((void)0) argument728 #define DBG_CHKTHIS( aName, fTest ) ((void)0) argument[all …]
485 double fTest = 0; in lcl_fillDateCategories() local488 else if( (aAny>>=fTest) && ::rtl::math::isNan(fTest) ) in lcl_fillDateCategories()
210 double fTest=0.0; in getExplicitNumberFormatKeyForAxis() local215 if( (aCats[i]>>=fTest) && !::rtl::math::isNan(fTest) ) in getExplicitNumberFormatKeyForAxis()
1043 double fTest = 0.0; in lcl_switchToDateCategories() local1055 if( !(rAny>>=fTest) ) in lcl_switchToDateCategories()
2304 double fTest = (double)x1/(double)y1; in GetOutputString() local2307 while (fTest > fOg) in GetOutputString()2310 fTest = (double)x1/(double)y1; in GetOutputString()2312 while (fTest < fUg && y1 > 1) in GetOutputString()2315 fTest = (double)x1/(double)y1; in GetOutputString()2317 if (fTest <= fOg) in GetOutputString()2319 fOg = fTest; in GetOutputString()
Completed in 82 milliseconds