Home
last modified time | relevance | path

Searched defs:FC32 (Results 1 – 4 of 4) sorted by relevance

/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/cznic/mathutil/
H A Drnd.go24 type FC32 struct { struct
26 delta int64 // hi - lo
28 lo int
29 mods []int // pos % set
30 pos int64 // Within cycle.
93 func (r *FC32) Cycle() int64 {
98 func (r *FC32) Next() int {
103 func (r *FC32) Pos() int64 {
108 func (r *FC32) Prev() int {
115 func (r *FC32) Seed(seed int64) {
[all …]
H A Dall_test.go84 func benchmark1eN(b *testing.B, r *FC32) {
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/cznic/mathutil/
H A Drnd.go24 type FC32 struct { struct
26 delta int64 // hi - lo
28 lo int
29 mods []int // pos % set
30 pos int64 // Within cycle.
93 func (r *FC32) Cycle() int64 {
98 func (r *FC32) Next() int {
103 func (r *FC32) Pos() int64 {
108 func (r *FC32) Prev() int {
115 func (r *FC32) Seed(seed int64) {
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/fpga/usrp3/lib/rfnoc/
H A Ddata_types.vh22 localparam cvita_data_type_t FC32 = '{name:"FC32", bytes_per_word:8}; // single precision complex … constant