Lines Matching refs:VERIFY_INT
48 #define VERIFY_INT(x) ((x)<=2147483647LL&&(x)>=-2147483648LL) macro
66 if (!VERIFY_INT(x)) in NEG32()
71 if (!VERIFY_INT(res)) in NEG32()
135 if (!VERIFY_INT(a) || !VERIFY_SHORT(shift)) in SHR32()
140 if (!VERIFY_INT(res)) in SHR32()
150 if (!VERIFY_INT(a) || !VERIFY_SHORT(shift)) in SHL32()
155 if (!VERIFY_INT(res)) in SHL32()
209 if (!VERIFY_INT(a) || !VERIFY_INT(b)) in _ADD32()
214 if (!VERIFY_INT(res)) in _ADD32()
225 if (!VERIFY_INT(a) || !VERIFY_INT(b)) in SUB32()
230 if (!VERIFY_INT(res)) in SUB32()
262 if (!VERIFY_INT(res)) in _MULT16_16()
278 if (!VERIFY_SHORT(a) || !VERIFY_INT(b)) in _MULT16_32_QX()
285 if (!VERIFY_INT(res)) in _MULT16_32_QX()
294 if (!VERIFY_SHORT(a) || !VERIFY_INT(b)) in MULT16_32_PX()
301 if (!VERIFY_INT(res)) in MULT16_32_PX()
335 if (!VERIFY_INT(res)) in MULT16_16_Q11_32()
394 if (!VERIFY_INT(res)) in MULT16_16_P13()
411 if (!VERIFY_INT(res)) in MULT16_16_P14()
428 if (!VERIFY_INT(res)) in MULT16_16_P15()
447 if (!VERIFY_INT(a) || !VERIFY_SHORT(b)) in _DIV32_16()
474 if (!VERIFY_INT(a) || !VERIFY_INT(b)) in _DIV32()
479 if (!VERIFY_INT(res)) in _DIV32()