/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/wpa_gui-qt4/ |
H A D | signalbar.cpp | 38 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 D | scanresultsitem.cpp | 15 return text(sortCol).toInt() < other.text(sortCol).toInt(); in operator <()
|
H A D | addinterface.cpp | 141 tmp = s.toInt(); in addRegistryInterface()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/ |
H A D | SummaryBasedOptimizations.cpp | 72 SaturatingAdd(F->entryCount(), New.template toInt<uint64_t>())); in computeSyntheticCounts()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | bigint.d | 810 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 D | SyntheticCountsPropagation.cpp | 141 Entry.second.template toInt<uint64_t>(), Function::PCT_Synthetic)); in run()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | ScaledNumber.h | 540 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 D | bigint.d | 1208 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 D | Experiment.cc | 186 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 D | Experiment.cc | 186 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 D | BitTracker.h | 414 uint64_t toInt(const RegisterCell &A) const;
|
H A D | BitTracker.cpp | 397 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 D | BlockFrequencyInfoImpl.cpp | 496 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 D | ModuleSummaryIndex.h | 98 SaturatingAdd<uint64_t>(Temp.toInt<uint64_t>(), RelBlockFreq); in updateRelBlockFreq()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | ChangeLog-2013 | 379 (longdouble::toInt): Remove function.
|
H A D | ChangeLog-2007 | 537 * d-gcc-real.cc (toInt): Correctly convert to long integer
|