| /trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/ |
| H A D | uno2cpp.cxx | 256 #define INSERT_FLOAT( pSV, nr, pFPR, nGPR, pDS, bOverFlow ) \ argument 262 bOverFlow = true; \ 263 if (bOverFlow) \ 266 #define INSERT_DOUBLE( pSV, nr, pFPR, nGPR, pDS, bOverFlow ) \ argument 272 bOverFlow = true; \ 273 if (bOverFlow) \ 276 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverFlow ) \ argument 280 bOverFlow = true; \ 281 if (bOverFlow) \ 284 #define INSERT_UINT64( pSV, nr, pGPR, pDS, bOverFlow ) \ argument [all …]
|
| /trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
| H A D | uno2cpp.cxx | 48 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverFlow )\ argument 54 bOverFlow = true; \ 55 if (bOverFlow) \ 58 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart, bOverFlow )\ argument 69 bOverFlow = true; \ 70 if ( bOverFlow ) \ 78 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverFlow ) \ argument 85 bOverFlow = true; \ 86 if (bOverFlow) \ 89 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS, pStart, bOverFlow ) \ argument [all …]
|
| /trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/ |
| H A D | uno2cpp.cxx | 192 bOverFlow = true; \ 193 if (bOverFlow) \ 200 bOverFlow = true; \ 201 if (bOverFlow) \ 208 bOverFlow = true; \ 209 if (bOverFlow) \ 216 bOverFlow = true; \ 217 if (bOverFlow) \ 224 bOverFlow = true; \ 225 if (bOverFlow) \ [all …]
|
| /trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
| H A D | uno2cpp.cxx | 259 bOverFlow = true; \ 260 if (bOverFlow) \ 269 bOverFlow = true; \ 270 if (bOverFlow) \ 277 bOverFlow = true; \ 278 if (bOverFlow) \ 285 bOverFlow = true; \ 286 if (bOverFlow) \ 293 bOverFlow = true; \ 294 if (bOverFlow) \ [all …]
|
| /trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
| H A D | uno2cpp.cxx | 263 bOverFlow = true; \ 264 if (bOverFlow) \ 279 bOverFlow = true; \ 280 if (bOverFlow) \ 305 bOverFlow = true; \ 306 if (bOverFlow) \ 313 bOverFlow = true; \ 314 if (bOverFlow) \ 341 bool bOverFlow = false; in cpp_call() local 357 INSERT_INT32( &pCppReturn, nGPR, pGPR, pStack, bOverFlow ); in cpp_call() [all …]
|
| /trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
| H A D | uno2cpp.cxx | 263 bOverFlow = true; \ 264 if (bOverFlow) \ 279 bOverFlow = true; \ 280 if (bOverFlow) \ 305 bOverFlow = true; \ 306 if (bOverFlow) \ 313 bOverFlow = true; \ 314 if (bOverFlow) \ 341 bool bOverFlow = false; in cpp_call() local 357 INSERT_INT32( &pCppReturn, nGPR, pGPR, pStack, bOverFlow ); in cpp_call() [all …]
|
| /trunk/main/sal/rtl/source/ |
| H A D | math.cxx | 833 bool bOverFlow = false; in stringToDouble() local 842 bOverFlow = true; in stringToDouble() 850 long nAllExp = ( bOverFlow ? 0 : nExp + nValExp ); in stringToDouble() 851 if ( nAllExp > DBL_MAX_10_EXP || (bOverFlow && !bExpSign) ) in stringToDouble() 857 (bOverFlow && bExpSign) ) in stringToDouble()
|