Home
last modified time | relevance | path

Searched refs:nDec (Results 1 – 25 of 35) sorted by relevance

12

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/glycerine/go-unsnap-stream/
H A Dunsnap.go167 …edSizeRingBuf, outDecodedBuf *FixedSizeRingBuf, fname string) (nEnc int64, nDec int64, err error) {
174 nDec = 0
183 return nEnc, nDec, io.EOF
222 for nDec < 65536 {
265 return nEnc, nDec, nil
281 nDec += n
312 nDec += n
338 return nEnc, nDec, err
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/glycerine/go-unsnap-stream/
H A Dunsnap.go167 …edSizeRingBuf, outDecodedBuf *FixedSizeRingBuf, fname string) (nEnc int64, nDec int64, err error) {
174 nDec = 0
183 return nEnc, nDec, io.EOF
222 for nDec < 65536 {
265 return nEnc, nDec, nil
281 nDec += n
312 nDec += n
338 return nEnc, nDec, err
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRCore/
H A Dinternal_pxr24.c269 uint64_t nDec = 0; in undo_pxr24_impl() local
315 if (nDec + nBytes > outSize) return EXR_ERR_CORRUPT_CHUNK; in undo_pxr24_impl()
328 nDec += nBytes; in undo_pxr24_impl()
341 if (nDec + nBytes > outSize) return EXR_ERR_CORRUPT_CHUNK; in undo_pxr24_impl()
352 nDec += nBytes; in undo_pxr24_impl()
367 if (nDec + (uint64_t) (w * 3) > outSize) in undo_pxr24_impl()
380 nDec += (uint64_t) (w * 3); in undo_pxr24_impl()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/control/
H A Dlistview.cxx372 sal_uInt32 nDec; in getDisplayFileSize() local
382 nDec = 0; in getDisplayFileSize()
388 nDec = 1; in getDisplayFileSize()
394 nDec = 2; in getDisplayFileSize()
400 nDec = 3; in getDisplayFileSize()
404 ::rtl::math::doubleToUString(fSize, rtl_math_StringFormat_F, nDec, in getDisplayFileSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxscan.cxx320 short nDec; // number of positions before decimal point in myftoa() local
365 nDec = 0; in myftoa()
368 nDec = nExp+1; in myftoa()
371 nDec = 1; in myftoa()
387 if( nDec ) in myftoa()
389 nDec--; in myftoa()
390 if( !nDec ) in myftoa()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx89 sal_Int32 nDec = 0; in operate() local
91 nDec = lhs[0]; in operate()
92 return ::rtl::math::round(nVal,nDec); in operate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/drivers/file/
H A DFNumericFunctions.cxx89 sal_Int32 nDec = 0; in operate() local
91 nDec = lhs[0]; in operate()
92 return ::rtl::math::round(nVal,nDec); in operate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/connectivity/source/commontools/
H A DTIndexColumns.cxx81 sal_Int32 nDec = xRow->getInt(9); in createObject() local
91 nDec, in createObject()
H A DTKeyColumns.cxx90 sal_Int32 nDec = xRow->getInt(9); in createObject() local
108 nDec, in createObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/connectivity/source/commontools/
H A DTIndexColumns.cxx83 sal_Int32 nDec = xRow->getInt(9); in createObject() local
93 nDec, in createObject()
H A DTKeyColumns.cxx92 sal_Int32 nDec = xRow->getInt(9); in createObject() local
110 nDec, in createObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/rtl/
H A Dmath.cxx339 const sal_Int32 nDec = nDecPlaces - nDig2; in doubleToString() local
340 nDecPlaces -= nDec; in doubleToString()
346 … T::appendAscii(pResult, pResultCapacity, &nResultOffset, pSlot[nSlot][nDec-1], nDec); in doubleToString()
1167 const sal_Int32 nDec = 52 - (pd->parts.exponent - 1023); in rtl_math_round() local
1169 if (nDec <= 0) in rtl_math_round()
1175 if (nDec < nDecPlaces) in rtl_math_round()
1176 nDecPlaces = nDec; in rtl_math_round()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/copyright/agent/
H A Ddatabase.cc265 …size_t nDec = (sizeof(CopyrightDatabaseHandler::columnsDecision) / sizeof(CopyrightDatabaseHandler… in createTableClearing() local
267 getColumnCreationString(CopyrightDatabaseHandler::columnsDecision, nDec).c_str())); in createTableClearing()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/datetime/
H A Dttime.cxx304 int nDec = 9; in GetClock() local
309 nDec = std::clamp( 10 - nDig, 2, 9 ); in GetClock()
311 double fSeconds = rtl::math::round( fRawSeconds, nDec); in GetClock()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/datetime/
H A Dttime.cxx304 int nDec = 9; in GetClock() local
309 nDec = std::max( std::min( 10 - nDig, 9), 2); in GetClock()
311 double fSeconds = rtl::math::round( fRawSeconds, nDec); in GetClock()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/bastyp/
H A Dcalc.cxx941 sal_Int32 nDec = static_cast<sal_Int32>(floor( e.GetDouble() )); in Term() local
942 if( nDec < -20 || nDec > 20 ) in Term()
949 if( nDec >= 0) in Term()
951 for (sal_Int32 i = 0; i < nDec; ++i ) in Term()
956 for (sal_Int32 i = 0; i < -nDec; ++i ) in Term()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/bastyp/
H A Dcalc.cxx919 sal_Int32 nDec = static_cast<sal_Int32>(floor( e.GetDouble() )); in Term() local
920 if( nDec < -20 || nDec > 20 ) in Term()
927 if( nDec >= 0) in Term()
929 for (sal_Int32 i = 0; i < nDec; ++i ) in Term()
934 for (sal_Int32 i = 0; i < -nDec; ++i ) in Term()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/office/
H A Dfileview.cxx379 int nDec; in CreateExactSizeText() local
389 nDec = 0; in CreateExactSizeText()
395 nDec = 1; in CreateExactSizeText()
401 nDec = 2; in CreateExactSizeText()
407 nDec = 3; in CreateExactSizeText()
411 rtl_math_StringFormat_F, nDec, in CreateExactSizeText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/office/
H A Dfileview.cxx373 int nDec; in CreateExactSizeText() local
383 nDec = 0; in CreateExactSizeText()
389 nDec = 1; in CreateExactSizeText()
395 nDec = 2; in CreateExactSizeText()
401 nDec = 3; in CreateExactSizeText()
405 rtl_math_StringFormat_F, nDec, in CreateExactSizeText()
/dports/math/gnuplot/gnuplot-5.4.1/src/os2/
H A Ddialogs.c402 void WinSetDlgItemFloatF( HWND hwnd, USHORT usID, int nDec, float flValue ) in WinSetDlgItemFloatF() argument
409 sprintf( fmt, "%%12.%df", nDec ) ; in WinSetDlgItemFloatF()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/os2/
H A Ddialogs.c402 void WinSetDlgItemFloatF( HWND hwnd, USHORT usID, int nDec, float flValue ) in WinSetDlgItemFloatF() argument
409 sprintf( fmt, "%%12.%df", nDec ) ; in WinSetDlgItemFloatF()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/os2/
H A Ddialogs.c402 void WinSetDlgItemFloatF( HWND hwnd, USHORT usID, int nDec, float flValue ) in WinSetDlgItemFloatF() argument
409 sprintf( fmt, "%%12.%df", nDec ) ; in WinSetDlgItemFloatF()
/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dplayer.h303 int UseAmmo(PLAYER *pPlayer, int nAmmoType, int nDec);
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18npool/source/localedata/
H A DLocaleNode.cxx737 sal_Int32 nDec = (nInt < 0 ? -1 : aCode.indexOf("00E+00", nInt)); in generateCode() local
738 if (nInt >= 0 && nDec == nInt+4) in generateCode()
749 sal_Int32 nDec = -1; in generateCode() local
756 nDec = aCode.indexOf( pSep->getValue()); in generateCode()
757 if (nDec < 0) in generateCode()
771 if (nDec >= 0 && nGrp >= 0 && nDec <= nGrp) in generateCode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/i18npool/source/localedata/
H A DLocaleNode.cxx737 sal_Int32 nDec = (nInt < 0 ? -1 : aCode.indexOf("00E+00", nInt)); in generateCode() local
738 if (nInt >= 0 && nDec == nInt+4) in generateCode()
749 sal_Int32 nDec = -1; in generateCode() local
756 nDec = aCode.indexOf( pSep->getValue()); in generateCode()
757 if (nDec < 0) in generateCode()
771 if (nDec >= 0 && nGrp >= 0 && nDec <= nGrp) in generateCode()

12