Home
last modified time | relevance | path

Searched refs:neg_y (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/ring/crypto/fipsmodule/ec/
Decp_nistz256.c296 Limb neg_y[P256_LIMBS]; in select_precomputed() local
297 GFp_nistz256_neg(neg_y, p->Y); in select_precomputed()
298 copy_conditional(p->Y, neg_y, recoded_is_negative); in select_precomputed()
/external/mesa3d/src/panfrost/midgard/
Ddisassemble.c1528 bool neg_y = offset_y < 0; in print_texture_word() local
1530 bool any_neg = neg_x || neg_y || neg_z; in print_texture_word()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer_test.cc2357 Output neg_y = ops::Neg(s.WithOpName("Neg_y"), y); in TEST_F() local
2360 Output add_x_negy = ops::Add(s.WithOpName("Add_x_negy"), x, neg_y); in TEST_F()
2361 Output add_negx_negy = ops::Add(s.WithOpName("Add_negx_negy"), neg_x, neg_y); in TEST_F()
2364 Output sub_x_negy = ops::Sub(s.WithOpName("Sub_x_negy"), x, neg_y); in TEST_F()
2365 Output sub_negx_negy = ops::Sub(s.WithOpName("Sub_negx_negy"), neg_x, neg_y); in TEST_F()
Dconstant_folding.cc3427 bool neg_y = is_leaf_negated(!ctx.left_leaf_is_const); in ConstantPushDown() local
3429 node->set_op((neg_x || (neg_c && neg_y)) ? nonsymmetric_op : symmetric_op); in ConstantPushDown()
3433 ctx.op_child->set_op(neg_c != neg_y ? nonsymmetric_op : symmetric_op); in ConstantPushDown()