Home
last modified time | relevance | path

Searched refs:INSERT_FLOAT (Results 1 – 9 of 9) sorted by relevance

/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx144 #define INSERT_FLOAT( pSV, pDS ) \ macro
250 INSERT_FLOAT( pCppArgs[nPos], pStack ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx88 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ macro
287 INSERT_FLOAT( pCppArgs[nPos], nRegs, pFPR, pStack ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx78 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverFlow ) \ macro
269 INSERT_FLOAT( pCppArgs[nPos], nRegs, pFPR, pStack, bOverFlow ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx85 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ macro
292 INSERT_FLOAT( pCppArgs[nPos], nFPR, pFPR, pStack ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Duno2cpp.cxx188 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ macro
349 INSERT_FLOAT( pCppArgs[nPos], nFPR, pFPR, pStack, bOverFlow ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Duno2cpp.cxx188 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ macro
349 INSERT_FLOAT( pCppArgs[nPos], nFPR, pFPR, pStack, bOverFlow ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Duno2cpp.cxx295 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ macro
415 INSERT_FLOAT( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx295 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ macro
415 INSERT_FLOAT( pCppArgs[nPos], nGPR, pGPR, pStack, bOverFlow ); in cpp_call()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx253 #define INSERT_FLOAT( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ macro
434INSERT_FLOAT( pCppArgs[nPos], nFPR, pFPR, nGPR, pGPR, pStack, bOverFlow ); in cpp_call()

Completed in 80 milliseconds