package hfloat16 file_number 0 "/inputs/subtree/xls/dslx/stdlib/apfloat.x" file_number 1 "/inputs/subtree/xls/dslx/stdlib/hfloat16.x" fn __apfloat__flatten__5_10_16(x: (bits[1], bits[5], bits[10]) id=1) -> bits[16] { x_sign: bits[1] = tuple_index(x, index=0, id=5, pos=[(0,370,5)]) x_bexp: bits[5] = tuple_index(x, index=1, id=6, pos=[(0,370,15)]) concat.7: bits[6] = concat(x_sign, x_bexp, id=7, pos=[(0,370,5)]) x_fraction: bits[10] = tuple_index(x, index=2, id=8, pos=[(0,370,25)]) EXP_SZ: bits[32] = literal(value=5, id=2, pos=[(0,368,15)]) FRACTION_SZ: bits[32] = literal(value=10, id=3, pos=[(0,368,28)]) TOTAL_SZ: bits[32] = literal(value=16, id=4, pos=[(0,368,46)]) ret concat.9: bits[16] = concat(concat.7, x_fraction, id=9, pos=[(0,370,5)]) } top fn __hfloat16__flatten(f: (bits[1], bits[5], bits[10]) id=10) -> bits[16] { ret invoke.11: bits[16] = invoke(f, to_apply=__apfloat__flatten__5_10_16, id=11, pos=[(1,59,20)]) }