Jungle 4 (Testnet)

conform.gm

合约

此合约的操作及其输入参数和潜在的响应数据。

  • Scaled Units To Double

    Read-only: divides units by ten to the power of precision and returns the float64 quotient, filling r64. This is the inverse of fdtoamt.

    请求参数
    units int64
    precision uint8
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Absolute Value

    Read-only: returns the magnitude of a as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Add

    Read-only: returns a + b as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Ceiling

    Read-only: rounds a toward positive infinity as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Copy Sign

    Read-only: returns a carrying the sign of b as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Divide

    Read-only: returns a / b as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Echo

    Read-only: returns a unchanged as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Equal

    Read-only: returns whether a equals b as float64, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Floor

    Read-only: rounds a toward negative infinity as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double From Int64

    Read-only: converts the int64 operand a to float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a int64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double From Int32

    Read-only: converts the int32 operand a to float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a int32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double From Int128

    Read-only: converts the int128 operand a to float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a int128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double From UInt64

    Read-only: converts the uint64 operand a to float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a uint64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double From UInt32

    Read-only: converts the uint32 operand a to float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a uint32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double From UInt128

    Read-only: converts the uint128 operand a to float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a uint128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Greater Than Or Equal

    Read-only: returns whether a >= b as float64, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Greater Than

    Read-only: returns whether a > b as float64, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Less Than Or Equal

    Read-only: returns whether a <= b as float64, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Less Than

    Read-only: returns whether a < b as float64, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Maximum

    Read-only: returns the larger of a and b as float64, filling r64. A NaN operand propagates, and -0.0 orders below +0.0. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Minimum

    Read-only: returns the smaller of a and b as float64, filling r64. A NaN operand propagates, and -0.0 orders below +0.0. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Multiply

    Read-only: returns a * b as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Not Equal

    Read-only: returns whether a differs from b as float64, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Round To Nearest Even

    Read-only: rounds a to the nearest integral float64 with ties resolved to even, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Negate

    Read-only: returns a with its sign bit flipped as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Round Half Away From Zero

    Read-only: rounds a to the nearest integral float64 with ties resolved away from zero, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Square Root

    Read-only: returns the square root of a as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Subtract

    Read-only: returns a - b as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    b float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To Scaled Units

    Read-only: scales v by ten to the power of precision, filling ri with the truncated integer and r64 with the value rounded half away from zero. This is the asset amount conversion an SDK performs when it turns a decimal string into integer units.

    请求参数
    v float64
    precision uint8
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To Quad

    Read-only: converts a from float64 to float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To Single

    Read-only: converts a from float64 to float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To Int64

    Read-only: truncates a from float64 to int64, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To Int32

    Read-only: truncates a from float64 to int32, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To Int128

    Read-only: truncates a from float64 to int128, filling rx. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To UInt64

    Read-only: truncates a from float64 to uint64, storing the resulting bit pattern in the signed field ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To UInt32

    Read-only: truncates a from float64 to uint32, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double To UInt128

    Read-only: truncates a from float64 to uint128, storing the resulting bit pattern in the signed field rx. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Double Truncate

    Read-only: rounds a toward zero as float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Read Case

    Read-only: returns the stored fp_case row carrying the given id, and aborts when that id has not been seeded.

    请求参数
    id uint64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Add

    Read-only: returns a + b as float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Divide

    Read-only: returns a / b as float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Echo

    Read-only: returns a unchanged as float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Equal

    Read-only: returns whether a equals b as float128, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad From Int64

    Read-only: converts the int64 operand a to float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a int64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad From Int32

    Read-only: converts the int32 operand a to float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a int32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad From UInt64

    Read-only: converts the uint64 operand a to float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a uint64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad From UInt32

    Read-only: converts the uint32 operand a to float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a uint32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Greater Than Or Equal

    Read-only: returns whether a >= b as float128, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Greater Than

    Read-only: returns whether a > b as float128, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Less Than Or Equal

    Read-only: returns whether a <= b as float128, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Less Than

    Read-only: returns whether a < b as float128, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Multiply

    Read-only: returns a * b as float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Not Equal

    Read-only: returns whether a differs from b as float128, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Negate

    Read-only: returns a with its sign bit flipped as float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Subtract

    Read-only: returns a - b as float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad To Double

    Read-only: converts a from float128 to float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad To Single

    Read-only: converts a from float128 to float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad To Int64

    Read-only: truncates a from float128 to int64, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad To Int32

    Read-only: truncates a from float128 to int32, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad To Int128

    Read-only: truncates a from float128 to int128, filling rx. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad To UInt64

    Read-only: truncates a from float128 to uint64, storing the resulting bit pattern in the signed field ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad To UInt32

    Read-only: truncates a from float128 to uint32, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad To UInt128

    Read-only: truncates a from float128 to uint128, storing the resulting bit pattern in the signed field rx. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Quad Unordered

    Read-only: returns whether the float128 pair a and b is unordered, which holds when either operand is NaN, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float128
    b float128
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Absolute Value

    Read-only: returns the magnitude of a as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Add

    Read-only: returns a + b as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Ceiling

    Read-only: rounds a toward positive infinity as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Copy Sign

    Read-only: returns a carrying the sign of b as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Divide

    Read-only: returns a / b as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Echo

    Read-only: returns a unchanged as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Equal

    Read-only: returns whether a equals b as float32, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Floor

    Read-only: rounds a toward negative infinity as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single From Int64

    Read-only: converts the int64 operand a to float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a int64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single From Int32

    Read-only: converts the int32 operand a to float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a int32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single From UInt64

    Read-only: converts the uint64 operand a to float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a uint64
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single From UInt32

    Read-only: converts the uint32 operand a to float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a uint32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Greater Than Or Equal

    Read-only: returns whether a >= b as float32, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Greater Than

    Read-only: returns whether a > b as float32, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Less Than Or Equal

    Read-only: returns whether a <= b as float32, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Less Than

    Read-only: returns whether a < b as float32, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Maximum

    Read-only: returns the larger of a and b as float32, filling r32. A NaN operand propagates, and -0.0 orders below +0.0. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Minimum

    Read-only: returns the smaller of a and b as float32, filling r32. A NaN operand propagates, and -0.0 orders below +0.0. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Multiply

    Read-only: returns a * b as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Not Equal

    Read-only: returns whether a differs from b as float32, filling rb. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Round To Nearest Even

    Read-only: rounds a to the nearest integral float32 with ties resolved to even, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Negate

    Read-only: returns a with its sign bit flipped as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Round Half Away From Zero

    Read-only: rounds a to the nearest integral float32 with ties resolved away from zero, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Square Root

    Read-only: returns the square root of a as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Subtract

    Read-only: returns a - b as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    b float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single To Double

    Read-only: converts a from float32 to float64, filling r64. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single To Quad

    Read-only: converts a from float32 to float128, filling r128. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single To Int64

    Read-only: truncates a from float32 to int64, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single To Int32

    Read-only: truncates a from float32 to int32, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single To Int128

    Read-only: truncates a from float32 to int128, filling rx. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single To UInt64

    Read-only: truncates a from float32 to uint64, storing the resulting bit pattern in the signed field ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single To UInt32

    Read-only: truncates a from float32 to uint32, filling ri. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single To UInt128

    Read-only: truncates a from float32 to uint128, storing the resulting bit pattern in the signed field rx. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Single Truncate

    Read-only: rounds a toward zero as float32, filling r32. Action names are <width><op>; width is fs (float32), fd (float64), fq (float128); integer widths are is/us (32), il/ul (64), ix/ux (128).

    请求参数
    a float32
    响应对象
    id uint64
    op name
    label string
    a32 float32
    b32 float32
    r32 float32
    a64 float64
    b64 float64
    r64 float64
    a128 float128
    b128 float128
    r128 float128
    ri int64
    ax int128
    rx int128
    rb bool
    by_f64 float64
    by_f128 float128
  • Seed Case Grid

    Computes each case in the id range [from, to) on chain and stores it, then refreshes the version row. Requires the authority of the contract account.

    请求参数
    from uint32
    to uint32
  • Contract Version

    Read-only: returns the contract version, the CDT version that built the wasm, the grid size, fq_start, and the time the grid was last seeded to completion.

    请求参数
    没有操作参数。
    响应对象
    contract_version string
    cdt_version string
    grid_size uint32
    fq_start uint32
    seeded_at time_point