Home
last modified time | relevance | path

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

/AOO42X/main/bridges/source/cpp_uno/s5abi_macosx_aarch64/
H A Duno2cpp.cxx115 double fpReturn[4] = { 0, 0, 0, 0 }; in callVirtualMethod() local
131 gpReturn, fpReturn ); in callVirtualMethod()
165 *reinterpret_cast<float *>( &fpReturn[0] ); in callVirtualMethod()
168 *reinterpret_cast<double *>( pRegisterReturn ) = fpReturn[0]; in callVirtualMethod()
177 aarch64::fill_struct( pReturnTypeRef, &gpReturn[0], &fpReturn[0], pRegisterReturn); in callVirtualMethod()