Searched defs:bitwiseOr (Results 1 – 4 of 4) sorted by relevance
37 function bitwiseOr(x: number, y: number) { function
37 std::vector<bool> bitwiseOr(std::vector<bool> a, const std::vector<bool>& b) { in bitwiseOr() function
1031 private Value bitwiseOr(int position, Value a, Value b) { in bitwiseOr() method in ConstEvaluator
81 inline T bitwiseOr(T a, T b) in bitwiseOr() function