Sha256: b2d58c3cf85bdd51df2ca66e427d0a33cdda044d4acc3439528624086693d827

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

Contents

set name:                "sfloat"
set type_name:           "sfloat"
set full_class_name:     "Numo::SFloat"
set class_name:          "SFloat"
set class_alias:         "Float32"
set class_var:           "cT"
set ctype:               "float"
set simd_type:           "ps"

set has_math:            true
set is_bit:              false
set is_int:              false
set is_unsigned:         false
set is_float:            true
set is_complex:          false
set is_object:           false
set is_real:             true
set is_comparable:       true
set is_double_precision: false
set need_align:          true

upcast_rb "Integer"
upcast_rb "Float"
upcast_rb "Complex", "SComplex"

upcast "RObject",  "RObject"
upcast "DComplex", "DComplex"
upcast "SComplex", "SComplex"
upcast "DFloat",   "DFloat"
upcast "SFloat",   "SFloat"
upcast "Int64",    "SFloat"
upcast "Int32",    "SFloat"
upcast "Int16",    "SFloat"
upcast "Int8",     "SFloat"
upcast "UInt64",   "SFloat"
upcast "UInt32",   "SFloat"
upcast "UInt16",   "SFloat"
upcast "UInt8",    "SFloat"

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
numo-narray-0.9.2.1 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.2.0 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.1.9 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.1.8 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.1.7 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.1.6 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.1.5 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.1.4 ext/numo/narray/gen/def/sfloat.rb
numo-narray-0.9.1.3 ext/numo/narray/gen/def/sfloat.rb