Home
last modified time | relevance | path

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

/dports/textproc/zorba/zorba-2.7.0/src/runtime/durations_dates_times/
H A Ddurations_dates_times_impl.cpp196 xs_decimal lDecimal; in nextImpl() local
203 lDecimal = itemArg->getDurationValue().getSeconds(); in nextImpl()
204 STACK_PUSH( GENV_ITEMFACTORY->createDecimal(result, lDecimal), state ); in nextImpl()
361 xs_decimal lDecimal; in nextImpl() local
368 lDecimal = itemArg->getDateTimeValue().getSeconds(); in nextImpl()
369 STACK_PUSH( GENV_ITEMFACTORY->createDecimal(result, lDecimal), state ); in nextImpl()
580 xs_decimal lDecimal; in nextImpl() local
587 lDecimal = itemArg->getTimeValue().getSeconds(); in nextImpl()
588 STACK_PUSH( GENV_ITEMFACTORY->createDecimal(result, lDecimal), state ); in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/dewey/
H A Ddewey.h170 std::stack<unsigned int> lDecimal; in begin_visit() local
174 lDecimal.push(1); in begin_visit()
175 aNode->setDecimal(lDecimal); in begin_visit()
179 lDecimal = lParent->getDecimal(); in begin_visit()
184 lDecimal.push(1); in begin_visit()
187 lDecimal.push(it->second); in begin_visit()
189 aNode->setDecimal(lDecimal); in begin_visit()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Dsafe_num.cpp247 SafeNum addDecimals(Decimal128 lDecimal, Decimal128 rDecimal) { in addDecimals() argument
248 return SafeNum(lDecimal.add(rDecimal)); in addDecimals()
310 SafeNum mulDecimals(Decimal128 lDecimal, Decimal128 rDecimal) { in mulDecimals() argument
311 return SafeNum(lDecimal.multiply(rDecimal)); in mulDecimals()
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfl_AutoNum.h56 const gchar * lDecimal,
66 const gchar * lDecimal,
H A Dfl_AutoNum.cpp52 const gchar * lDecimal, in fl_AutoNum() argument
76 strncpy( m_pszDecimal, lDecimal, 80); in fl_AutoNum()
89 const gchar * lDecimal, in fl_AutoNum() argument
114 if (lDecimal) in fl_AutoNum()
115 strncpy( m_pszDecimal, lDecimal, 80); in fl_AutoNum()
671 void fl_AutoNum::setDecimal(const gchar * lDecimal) in setDecimal() argument
673 strncpy( m_pszDecimal, lDecimal, 80); in setDecimal()
H A Dfl_BlockLayout.h212 const gchar * lDelim, const gchar * lDecimal,
H A Dfl_BlockLayout.cpp1160 const gchar * lDecimal = getProperty("list-decimal",true); in _lookupProperties() local
1170 pAutoNum = new fl_AutoNum(id, parent_id, lType, start, lDelim, lDecimal, m_pDoc, getView()); in _lookupProperties()
10304 const gchar * lDecimal = getProperty("list-decimal",true); in getListPropertyVector() local
10343 if(lDecimal != NULL) in getListPropertyVector()
10346 vp->addItem(lDecimal); in getListPropertyVector()
10368 … FL_ListType lType, UT_uint32 start,const gchar * lDelim, const gchar * lDecimal, const gchar * fF… in StartList() argument
10439 vp.addItem("list-decimal"); vp.addItem(lDecimal); in StartList()
10442 pAutoNum = new fl_AutoNum(id, iParentID, lType, start, lDelim, lDecimal, m_pDoc, getView()); in StartList()
/dports/textproc/zorba/zorba-2.7.0/src/api/
H A Ditemfactoryimpl.cpp255 Decimal const lDecimal(aValue); in createDecimalFromLong() local
256 theItemFactory->createDecimal(lItem, lDecimal); in createDecimalFromLong()
265 Decimal const lDecimal(aValue); in createDecimalFromDouble() local
266 theItemFactory->createDecimal(lItem, lDecimal); in createDecimalFromDouble()
280 Decimal const lDecimal(lString.c_str()); in createDecimal() local
281 theItemFactory->createDecimal(lItem, lDecimal); in createDecimal()
/dports/misc/urh/urh-2.9.2/src/urh/ui/
H A Dui_analysis.py455 self.lDecimal = QtWidgets.QLabel(self.layoutWidget1)
459 sizePolicy.setHeightForWidth(self.lDecimal.sizePolicy().hasHeightForWidth())
460 self.lDecimal.setSizePolicy(sizePolicy)
461 self.lDecimal.setMaximumSize(QtCore.QSize(16777215, 16777215))
462 self.lDecimal.setObjectName("lDecimal")
463 self.horizontalLayout_3.addWidget(self.lDecimal)
608 self.lDecimal.setText(_translate("TabAnalysis", "Decimal:"))