Sha256: 61e76d1a739299237724df3dbf4c7528d11586cef75691db2164cb406713e8d1

Contents?: true

Size: 1.02 KB

Versions: 9

Compression:

Stored size: 1.02 KB

Contents

set name:                "dfloat"
set type_name:           "dfloat"
set full_class_name:     "Numo::DFloat"
set class_name:          "DFloat"
set class_alias:         "Float64"
set class_var:           "cT"
set ctype:               "double"
set simd_type:           "pd"

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: true
set need_align:          true

upcast_rb "Integer"
upcast_rb "Float"
upcast_rb "Complex", "DComplex"

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

Version data entries

9 entries across 9 versions & 1 rubygems

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