Home
last modified time | relevance | path

Searched refs:Fixed64 (Results 1 – 25 of 600) sorted by relevance

12345678910>>...24

/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/les/utils/
H A Dexpiredvalue.go60 func ExpFactor(logOffset Fixed64) ExpirationFactor { argument
186 LogOffset(now mclock.AbsTime) Fixed64
196 logOffset Fixed64
240 type Fixed64 int64 type
243 func Uint64ToFixed64(f uint64) Fixed64 {
244 return Fixed64(f * fixedFactor)
248 func Float64ToFixed64(f float64) Fixed64 {
249 return Fixed64(f * fixedFactor)
253 func (f64 Fixed64) ToUint64() uint64 {
258 func (f64 Fixed64) Fraction() Fixed64 {
[all …]
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/protobuf-2.14.0/src/
H A Dunknown.rs21 Fixed64(u64), enumerator
38 UnknownValue::Fixed64(fixed64) => UnknownValueRef::Fixed64(fixed64), in get_ref()
62 Fixed64(u64), enumerator
74 UnknownValueRef::Fixed64(_) => wire_format::WireTypeFixed64, in wire_type()
100 UnknownValue::Fixed64(fixed64) => self.fixed64.push(fixed64), in add_value()
147 return Some(UnknownValueRef::Fixed64(*fixed64.unwrap())); in next()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-2.10.0/src/
H A Dunknown.rs21 Fixed64(u64), enumerator
38 UnknownValue::Fixed64(fixed64) => UnknownValueRef::Fixed64(fixed64), in get_ref()
62 Fixed64(u64), enumerator
74 UnknownValueRef::Fixed64(_) => wire_format::WireTypeFixed64, in wire_type()
100 UnknownValue::Fixed64(fixed64) => self.fixed64.push(fixed64), in add_value()
147 return Some(UnknownValueRef::Fixed64(*fixed64.unwrap())); in next()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-2.25.2/src/
H A Dunknown.rs22 Fixed64(u64), enumerator
39 UnknownValue::Fixed64(fixed64) => UnknownValueRef::Fixed64(fixed64), in get_ref()
63 Fixed64(u64), enumerator
75 UnknownValueRef::Fixed64(_) => wire_format::WireTypeFixed64, in wire_type()
101 UnknownValue::Fixed64(fixed64) => self.fixed64.push(fixed64), in add_value()
148 return Some(UnknownValueRef::Fixed64(*fixed64.unwrap())); in next()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-2.25.2/src/
H A Dunknown.rs22 Fixed64(u64), enumerator
39 UnknownValue::Fixed64(fixed64) => UnknownValueRef::Fixed64(fixed64), in get_ref()
63 Fixed64(u64), enumerator
75 UnknownValueRef::Fixed64(_) => wire_format::WireTypeFixed64, in wire_type()
101 UnknownValue::Fixed64(fixed64) => self.fixed64.push(fixed64), in add_value()
148 return Some(UnknownValueRef::Fixed64(*fixed64.unwrap())); in next()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqlayoutengine.cpp57 typedef qint64 Fixed64; typedef
58 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
59 static inline int fRound(Fixed64 i) { in fRound()
202 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
203 Fixed64 fp_w = 0; in qGeomCalc()
261 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
262 Fixed64 fp_w = 0; in qGeomCalc()
/dports/net-mgmt/carbonzipper/carbonzipper-0.74/vendor/github.com/gogo/protobuf/test/unmarshalmerge/
H A Dunmarshalmerge.pb.go170 return m.Fixed64
498 if this.Fixed64 != that1.Fixed64 {
499 return fmt.Errorf("Fixed64 this(%v) Not Equal that(%v)", this.Fixed64, that1.Fixed64)
561 if this.Fixed64 != that1.Fixed64 {
734 this.Fixed64 = uint64(uint64(r.Uint32()))
869 `Fixed64:` + fmt.Sprintf("%v", this.Fixed64) + `,`,
1217 m.Fixed64 = 0
1222 m.Fixed64 = uint64(dAtA[iNdEx-8])
1223 m.Fixed64 |= uint64(dAtA[iNdEx-7]) << 8
1224 m.Fixed64 |= uint64(dAtA[iNdEx-6]) << 16
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/const_prop/
H A Dice-assert-fail-div-by-zero.rs9 pub struct Fixed64(i64); struct
12 pub const fn div(f: Fixed64) { in div() argument
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/widgets/kernel/
H A Dqlayoutengine.cpp55 typedef qint64 Fixed64; typedef
56 static inline Fixed64 toFixed(int i) { return (Fixed64)i * 256; } in toFixed()
57 static inline int fRound(Fixed64 i) { in fRound()
201 Fixed64 fp_over = toFixed(overdraft); in qGeomCalc()
202 Fixed64 fp_w = 0; in qGeomCalc()
260 Fixed64 fp_space = toFixed(space_left); in qGeomCalc()
261 Fixed64 fp_w = 0; in qGeomCalc()

12345678910>>...24