Lines Matching refs:notEqual
1524 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(notEqual)
1533 DECLARE_INT_CWISE_COMPARE_FUNCS(notEqual)
1542 DECLARE_UINT_CWISE_COMPARE_FUNCS(notEqual)
1547 DECLARE_BOOL_CWISE_COMPARE_FUNCS(notEqual)
2015 << BuiltinFuncInfo("notEqual", "notEqual", BV, Value(FV, -1.0f, 1.0f), Value(FV, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, FLOAT_VEC_FUNCS(notEqual) )
2025 << BuiltinFuncInfo("notEqual", "notEqual", BV, Value(IV, -5.2f, 4.9f), Value(IV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_ALL, INT_VEC_FUNCS(notEqual) )
2031 << BuiltinFuncInfo("notEqual", "notEqual", BV, Value(BV, -5.2f, 4.9f), Value(BV, -5.0f, 5.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_VEC_FUNCS(notEqual) )