Searched defs:totype (Results 1 – 2 of 2) sorted by relevance
58 #define MIR_CAST_TO(var, totype) ((totype)(var)) argument117 #define MIR_CAST_TO(var, totype) static_cast<totype>(var) argument
872 static bool FloatToIntOverflow(float fval, PrimType totype) in FloatToIntOverflow()893 static bool DoubleToIntOverflow(double dval, PrimType totype) in DoubleToIntOverflow()