Home | History | Annotate | Download | only in functional

Lines Matching refs:notEqual

1311 DECLARE_FLOAT_CWISE_COMPARE_FUNCS(notEqual)
1320 DECLARE_INT_CWISE_COMPARE_FUNCS(notEqual)
1329 DECLARE_UINT_CWISE_COMPARE_FUNCS(notEqual)
1334 DECLARE_BOOL_CWISE_COMPARE_FUNCS(notEqual)
1802 << 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) )
1812 << 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) )
1818 << 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) )