Searched refs:random_without_cast_overflow (Results 1 – 4 of 4) sorted by relevance
18 struct random_without_cast_overflow { struct24 struct random_without_cast_overflow< argument39 struct random_without_cast_overflow<52 struct random_without_cast_overflow<62 struct random_without_cast_overflow<73 struct random_without_cast_overflow<83 struct random_without_cast_overflow<100 struct random_without_cast_overflow<105 return static_cast<SrcScalar>(random_without_cast_overflow<TgtScalar, SrcScalar>::value());111 struct random_without_cast_overflow<[all …]
204 m(i, j) = internal::random_without_cast_overflow<SrcScalar,TgtScalar>::value(); in run()
161 data1[i] = internal::random_without_cast_overflow<SrcScalar, TgtScalar>::value(); in run()
114 ftensor(i, j) = internal::random_without_cast_overflow<FromType,ToType>::value(); in test_type_cast()