Searched defs:TrueDivide (Results 1 – 1 of 1) sorted by relevance
838 struct TrueDivide { struct839 bfloat16 operator()(bfloat16 a, bfloat16 b) { return a / b; } in operator ()()