Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp38 if (index.data().toInt() > 0) in paint()
39 signal = 0 - (256 - index.data().toInt()); in paint()
41 signal = index.data().toInt(); in paint()
H A Dscanresultsitem.cpp15 return text(sortCol).toInt() < other.text(sortCol).toInt(); in operator <()
H A Daddinterface.cpp141 tmp = s.toInt(); in addRegistryInterface()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DSummaryBasedOptimizations.cpp72 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dbigint.d810 int toInt() @safe pure nothrow @nogc const in toInt() function
822 auto i = big.toInt();
827 i = tooBig.toInt();
1170 assert(BigInt(-0x12345678).toInt() == -0x12345678);
1176 assert(BigInt(-0x123456789ABCL).toInt() == -int.max);
1205 assert(BigInt(int.min).toInt() == int.min); // lossy toInt bug for int.min
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSyntheticCountsPropagation.cpp141 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic)); in run()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScaledNumber.h540 template <class IntT> IntT toInt() const;
772 return (get(N) * *this).template toInt<uint64_t>(); in scale()
780 IntT ScaledNumber<DigitsT>::toInt() const { in toInt() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbigint.d1208 int toInt() @safe pure nothrow @nogc const
1220 auto i = big.toInt();
1225 i = tooBig.toInt();
1655 assert(BigInt(-0x12345678).toInt() == -0x12345678);
1661 assert(BigInt(-0x123456789ABCL).toInt() == -int.max);
1690 assert(BigInt(int.min).toInt() == int.min); // lossy toInt bug for int.min
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DExperiment.cc186 static int toInt (Attributes *attrs, const char *atr);
295 Experiment::ExperimentHandler::toInt (Attributes *attrs, const char *atr) in toInt() function in Experiment::ExperimentHandler
720 int follow = toInt (attrs, NTXT ("follow")); in startElement()
728 int follow = toInt (attrs, NTXT ("follow")); in startElement()
738 int follow = toInt (attrs, NTXT ("follow")); in startElement()
748 int follow = toInt (attrs, NTXT ("follow")); in startElement()
1043 int cpuver = toInt (attrs, NTXT ("cpuver")); in startElement()
1047 int reg = toInt (attrs, NTXT ("reg_num")); in startElement()
1048 int interval = toInt (attrs, NTXT ("interval")); in startElement()
1049 int timecvt = toInt (attrs, NTXT ("timecvt")); in startElement()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DExperiment.cc186 static int toInt (Attributes *attrs, const char *atr);
295 Experiment::ExperimentHandler::toInt (Attributes *attrs, const char *atr) in toInt() function in Experiment::ExperimentHandler
720 int follow = toInt (attrs, NTXT ("follow")); in startElement()
728 int follow = toInt (attrs, NTXT ("follow")); in startElement()
738 int follow = toInt (attrs, NTXT ("follow")); in startElement()
748 int follow = toInt (attrs, NTXT ("follow")); in startElement()
1043 int cpuver = toInt (attrs, NTXT ("cpuver")); in startElement()
1047 int reg = toInt (attrs, NTXT ("reg_num")); in startElement()
1048 int interval = toInt (attrs, NTXT ("interval")); in startElement()
1049 int timecvt = toInt (attrs, NTXT ("timecvt")); in startElement()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DBitTracker.h414 uint64_t toInt(const RegisterCell &A) const;
H A DBitTracker.cpp397 uint64_t BT::MachineEvaluator::toInt(const RegisterCell &A) const { in toInt() function in BT::MachineEvaluator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp496 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>()); in convertFloatingToInteger()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h98 SaturatingAdd<uint64_t>(Temp.toInt<uint64_t>(), RelBlockFreq); in updateRelBlockFreq()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A DChangeLog-2013379 (longdouble::toInt): Remove function.
H A DChangeLog-2007537 * d-gcc-real.cc (toInt): Correctly convert to long integer