Searched refs:MakeInt128FromFloat (Results 1 – 1 of 1) sorted by relevance
240 int128 MakeInt128FromFloat(T v) { in MakeInt128FromFloat() function258 int128::int128(float v) : int128(MakeInt128FromFloat(v)) {} in int128()259 int128::int128(double v) : int128(MakeInt128FromFloat(v)) {} in int128()260 int128::int128(long double v) : int128(MakeInt128FromFloat(v)) {} in int128()