package float64 file_number 0 "/inputs/subtree/xls/dslx/stdlib/apfloat.x" file_number 1 "/inputs/subtree/xls/dslx/stdlib/float64.x" top fn __float64__flatten(f: (bits[1], bits[11], bits[52]) id=10) -> bits[64] { f_sign: bits[1] = tuple_index(f, index=0, id=18, pos=[(0,370,5), (1,58,61)]) f_bexp: bits[11] = tuple_index(f, index=1, id=19, pos=[(0,370,15), (1,58,61)]) f_fraction: bits[52] = tuple_index(f, index=2, id=20, pos=[(0,370,25), (1,58,61)]) ret concat.21: bits[64] = concat(f_sign, f_bexp, f_fraction, id=21, pos=[(0,370,5), (1,58,61)]) }