Searched refs:MakeInt128FromFloat (Results 1 – 6 of 6) sorted by relevance
247 int128 MakeInt128FromFloat(T v) { in MakeInt128FromFloat() function265 int128::int128(float v) : int128(MakeInt128FromFloat(v)) {} in int128()266 int128::int128(double v) : int128(MakeInt128FromFloat(v)) {} in int128()267 int128::int128(long double v) : int128(MakeInt128FromFloat(v)) {} in int128()
261 int128 MakeInt128FromFloat(T v) { in MakeInt128FromFloat() function279 int128::int128(float v) : int128(MakeInt128FromFloat(v)) {} in int128()280 int128::int128(double v) : int128(MakeInt128FromFloat(v)) {} in int128()281 int128::int128(long double v) : int128(MakeInt128FromFloat(v)) {} in int128()