Home | History | Annotate | Download | only in functional

Lines Matching defs:logicalOr

67 inline bool logicalOr	(bool a, bool b)	{ return (a || b); }
749 DECLARE_BINARY_BOOL_FUNCS(logicalOr)
1073 << BuiltinOperInfo("logical_or", "||", B, Value(B, -1.0f, 1.0f), Value(B, -1.0f, 1.0f), notUsed, 1.0f, 0.0f, PRECMASK_NA, BOOL_FUNCS(logicalOr))