Lines Matching full:exit
181 Label exit(env_); in GetDoubleOfTNumber() local
187 Jump(&exit); in GetDoubleOfTNumber()
192 Jump(&exit); in GetDoubleOfTNumber()
194 Bind(&exit); in GetDoubleOfTNumber()
200 GateRef CircuitBuilder::DoubleToInt(GateRef x, Label *exit) in DoubleToInt() argument
214 BRANCH_CIR2(Int32LessThan(exp, bits), exit, &overflow); in DoubleToInt()
220 Jump(exit); in DoubleToInt()
222 Bind(exit); in DoubleToInt()
231 Label exit(env_); in DoubleToInt() local
239 BRANCH_CIR2(Int32Equal(xInt, Int32(0x80000000)), &overflow, &exit); in DoubleToInt()
248 BRANCH_CIR2(Int32LessThan(exp, bits), &exit, &overflow); in DoubleToInt()
254 Jump(&exit); in DoubleToInt()
256 Bind(&exit); in DoubleToInt()
266 Label exit(env_); in DoubleCheckINFInRangeInt32() local
275 Branch(DoubleIsINF(x), &isInfinity, &exit); in DoubleCheckINFInRangeInt32()
282 Jump(&exit); in DoubleCheckINFInRangeInt32()
287 Jump(&exit); in DoubleCheckINFInRangeInt32()
290 Bind(&exit); in DoubleCheckINFInRangeInt32()
300 Label exit(env_); in DoubleInRangeInt32() local
312 Jump(&exit); in DoubleInRangeInt32()
316 Branch(DoubleLessThan(x, Min), &underflow, &exit); in DoubleInRangeInt32()
320 Jump(&exit); in DoubleInRangeInt32()
323 Bind(&exit); in DoubleInRangeInt32()