Searched refs:RoundToEven (Results 1 – 11 of 11) sorted by relevance
84 XLAJIT_MAKE_UNARY(Rint, xla::RoundToEven(x));85 XLAJIT_MAKE_UNARY(Round, xla::RoundToEven(x));
64 add_xla_op_generator("Rint", xla::RoundToEven); in PopulateXlaOpGeneratorMap()
189 result = xla::RoundToEven(input * scale) * inverse_scale; in Compile()
214 {RoundToEven, "round_to_even"}, in XLA_TEST_F()531 XLA_TEST_F(MathTest, RoundToEven) { in XLA_TEST_F() argument535 RoundToEven(x); in XLA_TEST_F()574 RoundToEven(x); in XLA_TEST_F()
83 XlaOp RoundToEven(XlaOp x);
1111 XlaOp RoundToEven(XlaOp x) { in RoundToEven() function
339 void RoundToEven(char *p) { in RoundToEven() function388 RoundToEven(p - 1); in PrintFractionalDigitsFast()433 RoundToEven(p - 1); in PrintFractionalDigitsFast()
325 void RoundToEven(char *p) { in RoundToEven() function374 RoundToEven(p - 1); in PrintFractionalDigitsFast()419 RoundToEven(p - 1); in PrintFractionalDigitsFast()
344 void RoundToEven(char *p) { in RoundToEven() function393 RoundToEven(p - 1); in PrintFractionalDigitsFast()438 RoundToEven(p - 1); in PrintFractionalDigitsFast()
2747 * Move `RoundToEven` function to xla/client/lib/math.h.