Home
last modified time | relevance | path

Searched refs:nSingle (Results 1 – 25 of 143) sorted by relevance

123456

/dports/editors/libreoffice/libreoffice-7.2.6.2/store/source/
H A Dstordata.cxx62 sal_uInt16 nSingle, in store_truncate_Impl() argument
84 if (nSingle == 0) in store_truncate_Impl()
101 sal_uInt16 nSingle, in store_truncate_Impl() argument
141 sal_uInt16 nSingle, in store_truncate_Impl() argument
212 sal_uInt16 nSingle, in read() argument
221 if (nSingle >= nLimit) in read()
311 if (nSingle >= nLimit) in write()
411 sal_uInt16 nSingle, in truncate() argument
419 if (nSingle >= nLimit) in truncate()
488 if (nSingle == 0) in truncate()
[all …]
H A Dstordata.hxx217 sal_uInt16 nSingle,
223 sal_uInt16 nSingle,
230 sal_uInt16 nSingle,
237 sal_uInt16 nSingle,
243 sal_uInt16 nSingle,
250 sal_uInt16 nSingle,
257 sal_uInt16 nSingle,
262 sal_uInt16 nSingle,
268 sal_uInt16 nSingle,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/store/source/
H A Dstordata.cxx62 sal_uInt16 nSingle, in store_truncate_Impl() argument
84 if (nSingle == 0) in store_truncate_Impl()
101 sal_uInt16 nSingle, in store_truncate_Impl() argument
141 sal_uInt16 nSingle, in store_truncate_Impl() argument
212 sal_uInt16 nSingle, in read() argument
221 if (nSingle >= nLimit) in read()
311 if (nSingle >= nLimit) in write()
411 sal_uInt16 nSingle, in truncate() argument
419 if (nSingle >= nLimit) in truncate()
488 if (nSingle == 0) in truncate()
[all …]
H A Dstordata.hxx217 sal_uInt16 nSingle,
223 sal_uInt16 nSingle,
230 sal_uInt16 nSingle,
237 sal_uInt16 nSingle,
243 sal_uInt16 nSingle,
250 sal_uInt16 nSingle,
257 sal_uInt16 nSingle,
262 sal_uInt16 nSingle,
268 sal_uInt16 nSingle,
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/mysql/test/
H A Dmysql_utils_test.cpp197 int nNull = 0, nSingle = 0, nMulti = 0; in main() local
202 else nSingle++; in main()
207 nNull, nSingle, nMulti); in main()
209 assert(nNull && nSingle && nMulti); in main()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/mysql/test/
H A Dmysql_utils_test.cpp197 int nNull = 0, nSingle = 0, nMulti = 0; in main() local
202 else nSingle++; in main()
207 nNull, nSingle, nMulti); in main()
209 assert(nNull && nSingle && nMulti); in main()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/ndbjtie/mysql/test/
H A Dmysql_utils_test.cpp197 int nNull = 0, nSingle = 0, nMulti = 0; in main() local
202 else nSingle++; in main()
207 nNull, nSingle, nMulti); in main()
209 assert(nNull && nSingle && nMulti); in main()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/ndbjtie/mysql/test/
H A Dmysql_utils_test.cpp197 int nNull = 0, nSingle = 0, nMulti = 0; in main() local
202 else nSingle++; in main()
207 nNull, nSingle, nMulti); in main()
209 assert(nNull && nSingle && nMulti); in main()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/ndbjtie/mysql/test/
H A Dmysql_utils_test.cpp197 int nNull = 0, nSingle = 0, nMulti = 0; in main() local
202 else nSingle++; in main()
207 nNull, nSingle, nMulti); in main()
209 assert(nNull && nSingle && nMulti); in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxcurr.cxx226 if( p->nSingle * CURRENCY_FACTOR + 0.5 > float(SAL_MAX_INT64) in ImpGetCurrency()
227 || p->nSingle * CURRENCY_FACTOR - 0.5 < float(SAL_MIN_INT64) ) in ImpGetCurrency()
230 if( p->nSingle * CURRENCY_FACTOR - 0.5 < float(SAL_MIN_INT64) ) in ImpGetCurrency()
235 nRes = ImpDoubleToCurrency( static_cast<double>(p->nSingle) ); in ImpGetCurrency()
305 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetCurrency()
353 p->nSingle = static_cast<float>( r / CURRENCY_FACTOR ); break; in ImpPutCurrency()
477 p->nSingle = static_cast<float>( r / CURRENCY_FACTOR ); break; in ImpPutCurrency()
H A Dsbxbyte.cxx121 if( p->nSingle > SbxMAXBYTE ) in ImpGetByte()
125 else if( p->nSingle < 0 ) in ImpGetByte()
130 nRes = static_cast<sal_uInt8>(rtl::math::round( p->nSingle )); in ImpGetByte()
211 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetByte()
247 p->nSingle = n; break; in ImpPutByte()
H A Dsbxulng.cxx68 if( !o3tl::convertsToAtMost(o3tl::roundAway(p->nSingle), SbxMAXULNG) ) in ImpGetULong()
72 else if( p->nSingle < 0 ) in ImpGetULong()
77 nRes = static_cast<sal_uInt32>( p->nSingle + 0.5 ); in ImpGetULong()
167 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetULong()
195 p->nSingle = static_cast<float>(n); break; in ImpPutULong()
H A Dsbxuint.cxx110 if( !o3tl::convertsToAtMost(o3tl::roundAway(p->nSingle), SbxMAXUINT) ) in ImpGetUShort()
114 else if( p->nSingle < 0 ) in ImpGetUShort()
119 nRes = static_cast<sal_uInt16>( p->nSingle + 0.5 ); in ImpGetUShort()
200 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUShort()
234 p->nSingle = n; break; in ImpPutUShort()
H A Dsbxchar.cxx105 if( p->nSingle > SbxMAXCHAR ) in ImpGetChar()
109 else if( p->nSingle < SbxMINCHAR ) in ImpGetChar()
114 nRes = static_cast<sal_Unicode>(rtl::math::round( p->nSingle )); in ImpGetChar()
192 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetChar()
225 p->nSingle = n; break; in ImpPutChar()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxcurr.cxx226 if( p->nSingle * CURRENCY_FACTOR + 0.5 > float(SAL_MAX_INT64) in ImpGetCurrency()
227 || p->nSingle * CURRENCY_FACTOR - 0.5 < float(SAL_MIN_INT64) ) in ImpGetCurrency()
230 if( p->nSingle * CURRENCY_FACTOR - 0.5 < float(SAL_MIN_INT64) ) in ImpGetCurrency()
235 nRes = ImpDoubleToCurrency( static_cast<double>(p->nSingle) ); in ImpGetCurrency()
305 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetCurrency()
353 p->nSingle = static_cast<float>( r / CURRENCY_FACTOR ); break; in ImpPutCurrency()
477 p->nSingle = static_cast<float>( r / CURRENCY_FACTOR ); break; in ImpPutCurrency()
H A Dsbxulng.cxx68 if( !o3tl::convertsToAtMost(o3tl::roundAway(p->nSingle), SbxMAXULNG) ) in ImpGetULong()
72 else if( p->nSingle < 0 ) in ImpGetULong()
77 nRes = static_cast<sal_uInt32>( p->nSingle + 0.5 ); in ImpGetULong()
167 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetULong()
195 p->nSingle = static_cast<float>(n); break; in ImpPutULong()
H A Dsbxbyte.cxx118 if( p->nSingle > SbxMAXBYTE ) in ImpGetByte()
122 else if( p->nSingle < 0 ) in ImpGetByte()
127 nRes = static_cast<sal_uInt8>(rtl::math::round( p->nSingle )); in ImpGetByte()
208 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetByte()
244 p->nSingle = n; break; in ImpPutByte()
H A Dsbxchar.cxx105 if( p->nSingle > SbxMAXCHAR ) in ImpGetChar()
109 else if( p->nSingle < SbxMINCHAR ) in ImpGetChar()
114 nRes = static_cast<sal_Unicode>(rtl::math::round( p->nSingle )); in ImpGetChar()
192 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetChar()
225 p->nSingle = n; break; in ImpPutChar()
H A Dsbxuint.cxx110 if( !o3tl::convertsToAtMost(o3tl::roundAway(p->nSingle), SbxMAXUINT) ) in ImpGetUShort()
114 else if( p->nSingle < 0 ) in ImpGetUShort()
119 nRes = static_cast<sal_uInt16>( p->nSingle + 0.5 ); in ImpGetUShort()
200 aTmp.nSingle = *p->pSingle; goto ref; in ImpGetUShort()
234 p->nSingle = n; break; in ImpPutUShort()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr36187.C8 float nSingle; member
23 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDoubleFoo()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/opt/
H A Dpr36187.C8 float nSingle; member
23 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDoubleFoo()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/opt/
H A Dpr36187.C8 float nSingle; member
23 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDoubleFoo()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/opt/
H A Dpr36187.C8 float nSingle; member
23 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDoubleFoo()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/opt/
H A Dpr36187.C8 float nSingle; member
23 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDoubleFoo()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/opt/
H A Dpr36187.C8 float nSingle; member
23 aTmp.pSingle = &p->nSingle; goto direct; in ImpPutDoubleFoo()

123456