Searched refs:num_floats_ (Results 1 – 1 of 1) sorted by relevance
31 : dest_(dest), num_floats_(num_floats) {} in SimpleAdder()34 AddImpl(source, num_floats_, dest_); in LazyAdd()39 ScaleAddImpl(source, num_floats_, scale, dest_); in LazyScaleAdd()62 int num_floats_; variable