Home
last modified time | relevance | path

Searched refs:pSV (Results 1 – 25 of 62) sorted by relevance

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/linear_algebra/src/c/
H A Dsvd.c53 static int iCorrectSV(double* pSV, int iMinRowsCols);
85 return ( job == 'N' ) ? iCorrectSV(pSV, Min(iRows, iCols)) : info ; in iZgesvd()
109 static int iDgesvd(char job, double* pData, int iRows, int iCols, int iColsToCompute, double* pSV, … in iDgesvd() argument
115 return ( job == 'N' ) ? iCorrectSV(pSV, Min(iRows, iCols)) : info ; in iDgesvd()
136 _pSV = pSV ? pSV : (double*) MALLOC(Min(iRows, iCols) * sizeof(double)); in iSvdM()
184 if (!pSV) in iSvdM()
192 static int iCorrectSV(double* pSV, int iMinRowsCols) in iCorrectSV() argument
197 pSV[i] = Abs(pSV[i]); /* should be fabs in c99 */ in iCorrectSV()
199 C2F(dlasrt)("D", &iMinRowsCols, pSV, &info); in iCorrectSV()
212 pS[i + i * economyRows] = pSV[i]; in iComputeSandVComplex()
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/cbc/
H A Dhook.c161 if (pSV == NULL || !SvROK(*pSV) || in single_hook_fill()
174 if (pSV == NULL) in single_hook_fill()
177 if (SvROK(*pSV) && sv_isa(*pSV, ARGTYPE_PACKAGE)) in single_hook_fill()
208 if (pSV == NULL) in single_hook_fill()
211 SvREFCNT_inc(*pSV); in single_hook_fill()
214 SvREFCNT_dec(*pSV); in single_hook_fill()
505 if (pSV == NULL) in single_hook_call()
508 if (SvROK(*pSV) && sv_isa(*pSV, ARGTYPE_PACKAGE)) in single_hook_call()
553 sv = sv_mortalcopy(*pSV); in single_hook_call()
733 if (pSV == NULL) in get_single_hook()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/core/sci_gateway/cpp/
H A Dsci_newfun.cpp120 symbol::ScopedVariable* pSV = stack.top(); in sci_newfun() local
121 if (pSV->m_iLevel == 0 && pSV->m_pIT->isFunction()) in sci_newfun()
123 pFunc = pSV->m_pIT->getAs<types::Function>(); in sci_newfun()
129 pSV = stack.top(); in sci_newfun()
132 pVar->put(pSV); in sci_newfun()
157 symbol::ScopedVariable* pSV = stack.top(); in sci_newfun() local
158 if (pSV->m_iLevel == 0) in sci_newfun()
162 types::InternalType* pIT = pSV->m_pIT; in sci_newfun()
172 pSV = stack.top(); in sci_newfun()
175 pVar->put(pSV); in sci_newfun()
H A Dsci_clearfun.cpp69 symbol::ScopedVariable* pSV = stack.top(); in sci_clearfun() local
70 if (pSV->m_iLevel == 0 && pSV->m_pIT->isFunction()) in sci_clearfun()
73 pSV->m_pIT->DecreaseRef(); in sci_clearfun()
74 pSV->m_pIT->killMe(); in sci_clearfun()
77 delete pSV; in sci_clearfun()
83 pSV = stack.top(); in sci_clearfun()
86 pVar->put(pSV); in sci_clearfun()
/dports/irc/znc/znc-1.8.2/modules/modperl/
H A Dpstring.h50 SV* pSV = nullptr; variable
53 pSV = newSVnv(ToDouble());
56 pSV = newSViv(ToLongLong());
60 pSV = newSVuv(ToULongLong());
64 pSV = newSVpvn(data(), length());
65 SvUTF8_on(pSV);
70 pSV = sv_2mortal(pSV);
73 return pSV;
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx299 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
306 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart ) \ argument
326 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart ) \ argument
327 INSERT_INT32( pSV, nr, pGPR, pDS ) \
341 #define INSERT_FLOAT( pSV, nr, pGPR, pDS ) \ argument
355 #define INSERT_DOUBLE( pSV, nr, pGPR, pDS, pStart ) \ argument
369 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
370 INSERT_INT32( pSV, nr, pGPR, pDS )
373 INSERT_INT64( pSV, nr, pGPR, pDS, pStart )
376 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_arm/
H A Duno2cpp.cxx293 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
300 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart ) \ argument
320 #define INSERT_INT64( pSV, nr, pGPR, pDS, pStart ) \ argument
321 INSERT_INT32( pSV, nr, pGPR, pDS ) \
335 #define INSERT_FLOAT( pSV, nr, pGPR, pDS ) \ argument
349 #define INSERT_DOUBLE( pSV, nr, pGPR, pDS, pStart ) \ argument
363 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
364 INSERT_INT32( pSV, nr, pGPR, pDS )
367 INSERT_INT64( pSV, nr, pGPR, pDS, pStart )
370 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx47 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow )\ argument
55 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
73 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[1]; \
74 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[0]; \
77 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument
86 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
106 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[1]; \
110 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
116 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
118 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx47 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow )\ argument
55 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
73 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[1]; \
74 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[0]; \
77 #define INSERT_FLOAT( pSV, nr, pFPR, pDS, bOverflow ) \ argument
86 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
106 *pDS++ = reinterpret_cast<sal_uInt32 *>( pSV )[1]; \
110 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
116 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
118 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_mips64/
H A Duno2cpp.cxx45 #define INSERT_FLOAT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
51 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
55 *pDS++ = *reinterpret_cast<sal_Int64 *>( pSV );
57 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
61 *pDS++ = *reinterpret_cast<sal_Int32 *>( pSV );
63 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
67 *pDS++ = *reinterpret_cast<sal_Int16 *>( pSV );
69 #define INSERT_UINT16( pSV, nr, pGPR, pDS ) \ argument
73 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
75 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx87 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
91 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
97 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
103 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
107 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
109 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
113 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
115 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
119 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
121 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx84 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
88 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
94 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
100 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
104 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
106 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
110 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
112 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
116 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
118 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_mips64/
H A Duno2cpp.cxx45 #define INSERT_FLOAT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
51 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
55 *pDS++ = *reinterpret_cast<sal_Int64 *>( pSV );
57 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
61 *pDS++ = *reinterpret_cast<sal_Int32 *>( pSV );
63 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
67 *pDS++ = *reinterpret_cast<sal_Int16 *>( pSV );
69 #define INSERT_UINT16( pSV, nr, pGPR, pDS ) \ argument
73 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
75 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx84 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
88 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
94 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
100 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
104 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
106 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
110 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
112 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
116 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
118 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx87 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
91 pFPR[nr++] = *reinterpret_cast<float *>( pSV ); \
97 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
103 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
107 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
109 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
113 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
115 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
119 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
121 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_macosx_x86-64/
H A Duno2cpp.cxx54 void const * pSV, sal_uInt32 & nr, double * pFPR, sal_uInt64 *& pDS) in INSERT_FLOAT_DOUBLE() argument
57 pFPR[nr++] = *static_cast<double const *>( pSV ); in INSERT_FLOAT_DOUBLE()
59 *pDS++ = *static_cast<sal_uInt64 const *>( pSV ); // verbatim! in INSERT_FLOAT_DOUBLE()
66 pGPR[nr++] = *static_cast<sal_uInt64 const *>( pSV ); in INSERT_INT64()
68 *pDS++ = *static_cast<sal_uInt64 const *>( pSV ); in INSERT_INT64()
75 pGPR[nr++] = *static_cast<sal_uInt32 const *>( pSV ); in INSERT_INT32()
77 *pDS++ = *static_cast<sal_uInt32 const *>( pSV ); in INSERT_INT32()
84 pGPR[nr++] = *static_cast<sal_uInt16 const *>( pSV ); in INSERT_INT16()
86 *pDS++ = *static_cast<sal_uInt16 const *>( pSV ); in INSERT_INT16()
93 pGPR[nr++] = *static_cast<sal_uInt8 const *>( pSV ); in INSERT_INT8()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx54 void const * pSV, sal_uInt32 & nr, double * pFPR, sal_uInt64 *& pDS) in INSERT_FLOAT_DOUBLE() argument
57 pFPR[nr++] = *static_cast<double const *>( pSV ); in INSERT_FLOAT_DOUBLE()
59 *pDS++ = *static_cast<sal_uInt64 const *>( pSV ); // verbatim! in INSERT_FLOAT_DOUBLE()
66 pGPR[nr++] = *static_cast<sal_uInt64 const *>( pSV ); in INSERT_INT64()
68 *pDS++ = *static_cast<sal_uInt64 const *>( pSV ); in INSERT_INT64()
75 pGPR[nr++] = *static_cast<sal_uInt32 const *>( pSV ); in INSERT_INT32()
77 *pDS++ = *static_cast<sal_uInt32 const *>( pSV ); in INSERT_INT32()
84 pGPR[nr++] = *static_cast<sal_uInt16 const *>( pSV ); in INSERT_INT16()
86 *pDS++ = *static_cast<sal_uInt16 const *>( pSV ); in INSERT_INT16()
93 pGPR[nr++] = *static_cast<sal_uInt8 const *>( pSV ); in INSERT_INT8()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_macosx_x86-64/
H A Duno2cpp.cxx54 void const * pSV, sal_uInt32 & nr, double * pFPR, sal_uInt64 *& pDS) in INSERT_FLOAT_DOUBLE() argument
57 pFPR[nr++] = *static_cast<double const *>( pSV ); in INSERT_FLOAT_DOUBLE()
59 *pDS++ = *static_cast<sal_uInt64 const *>( pSV ); // verbatim! in INSERT_FLOAT_DOUBLE()
66 pGPR[nr++] = *static_cast<sal_uInt64 const *>( pSV ); in INSERT_INT64()
68 *pDS++ = *static_cast<sal_uInt64 const *>( pSV ); in INSERT_INT64()
75 pGPR[nr++] = *static_cast<sal_uInt32 const *>( pSV ); in INSERT_INT32()
77 *pDS++ = *static_cast<sal_uInt32 const *>( pSV ); in INSERT_INT32()
84 pGPR[nr++] = *static_cast<sal_uInt16 const *>( pSV ); in INSERT_INT16()
86 *pDS++ = *static_cast<sal_uInt16 const *>( pSV ); in INSERT_INT16()
93 pGPR[nr++] = *static_cast<sal_uInt8 const *>( pSV ); in INSERT_INT8()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Duno2cpp.cxx54 void const * pSV, sal_uInt32 & nr, double * pFPR, sal_uInt64 *& pDS) in INSERT_FLOAT_DOUBLE() argument
57 pFPR[nr++] = *static_cast<double const *>( pSV ); in INSERT_FLOAT_DOUBLE()
59 *pDS++ = *static_cast<sal_uInt64 const *>( pSV ); // verbatim! in INSERT_FLOAT_DOUBLE()
66 pGPR[nr++] = *static_cast<sal_uInt64 const *>( pSV ); in INSERT_INT64()
68 *pDS++ = *static_cast<sal_uInt64 const *>( pSV ); in INSERT_INT64()
75 pGPR[nr++] = *static_cast<sal_uInt32 const *>( pSV ); in INSERT_INT32()
77 *pDS++ = *static_cast<sal_uInt32 const *>( pSV ); in INSERT_INT32()
84 pGPR[nr++] = *static_cast<sal_uInt16 const *>( pSV ); in INSERT_INT16()
86 *pDS++ = *static_cast<sal_uInt16 const *>( pSV ); in INSERT_INT16()
93 pGPR[nr++] = *static_cast<sal_uInt8 const *>( pSV ); in INSERT_INT8()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_aix_powerpc/
H A Duno2cpp.cxx130 #define INSERT_INT32(pSV, pDS) \ argument
132 *pDS++ = *reinterpret_cast<sal_uInt32 *>(pSV); \
135 #define INSERT_INT16(pSV, pDS) \ argument
137 *pDS++ = *reinterpret_cast<sal_uInt16 *>(pSV); \
140 #define INSERT_INT8(pSV, pDS) \ argument
142 *pDS++ = *reinterpret_cast<sal_uInt8 *>(pSV); \
145 #define INSERT_FLOAT(pSV, nr, pFPR, pDS) \ argument
155 #define INSERT_DOUBLE(pSV, nr, pFPR, pDS) \ argument
165 #define INSERT_INT64(pSV, pDS) \ argument
167 INSERT_INT32(pSV, pDS) \
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_aix_powerpc/
H A Duno2cpp.cxx130 #define INSERT_INT32(pSV, pDS) \ argument
132 *pDS++ = *reinterpret_cast<sal_uInt32 *>(pSV); \
135 #define INSERT_INT16(pSV, pDS) \ argument
137 *pDS++ = *reinterpret_cast<sal_uInt16 *>(pSV); \
140 #define INSERT_INT8(pSV, pDS) \ argument
142 *pDS++ = *reinterpret_cast<sal_uInt8 *>(pSV); \
145 #define INSERT_FLOAT(pSV, nr, pFPR, pDS) \ argument
155 #define INSERT_DOUBLE(pSV, nr, pFPR, pDS) \ argument
165 #define INSERT_INT64(pSV, pDS) \ argument
167 INSERT_INT32(pSV, pDS) \
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_ios/
H A Duno2cpp.cxx187 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
191 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
193 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
197 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
199 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
205 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
209 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );
211 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
215 *pDS++ = *reinterpret_cast<double *>( pSV );
217 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_ios/
H A Duno2cpp.cxx189 #define INSERT_INT64( pSV, nr, pGPR, pDS ) \ argument
193 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
195 #define INSERT_INT32( pSV, nr, pGPR, pDS ) \ argument
199 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
201 #define INSERT_INT16( pSV, nr, pGPR, pDS ) \ argument
207 #define INSERT_INT8( pSV, nr, pGPR, pDS ) \ argument
211 *pDS++ = *reinterpret_cast<sal_uInt8 *>( pSV );
213 #define INSERT_DOUBLE( pSV, nr, pFPR, pDS ) \ argument
217 *pDS++ = *reinterpret_cast<double *>( pSV );
219 #define INSERT_FLOAT( pSV, nr, pFPR, pDS ) \ argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx252 #define INSERT_FLOAT( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument
254 pFPR[nfr++] = *reinterpret_cast<float *>( pSV ); \
264 pFPR[nfr++] = *reinterpret_cast<double *>( pSV ); \
272 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument
278 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
280 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
286 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
288 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
294 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
296 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/bridges/source/cpp_uno/gcc3_linux_ia64/
H A Duno2cpp.cxx252 #define INSERT_FLOAT( pSV, nfr, pFPR, ngr, pGPR, pDS, bOverflow ) \ argument
254 pFPR[nfr++] = *reinterpret_cast<float *>( pSV ); \
264 pFPR[nfr++] = *reinterpret_cast<double *>( pSV ); \
272 #define INSERT_INT64( pSV, nr, pGPR, pDS, bOverflow ) \ argument
278 *pDS++ = *reinterpret_cast<sal_uInt64 *>( pSV );
280 #define INSERT_INT32( pSV, nr, pGPR, pDS, bOverflow ) \ argument
286 *pDS++ = *reinterpret_cast<sal_uInt32 *>( pSV );
288 #define INSERT_INT16( pSV, nr, pGPR, pDS, bOverflow ) \ argument
294 *pDS++ = *reinterpret_cast<sal_uInt16 *>( pSV );
296 #define INSERT_INT8( pSV, nr, pGPR, pDS, bOverflow ) \ argument
[all …]

123