Searched refs:neg_y (Results 1 – 2 of 2) sorted by relevance
/external/epid-sdk/epid/common/math/src/ |
D | tatepairing.c | 767 FfElement* neg_y = NULL; in FinalExp() local 828 result = NewFfElement(ps->Fq3, &neg_y); in FinalExp() 830 result = FfNeg(ps->Fq3, y, neg_y); in FinalExp() 832 result = JoinFq3(ps, x, neg_y, t3); in FinalExp() 875 DeleteFfElement(&neg_y); in FinalExp()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | arithmetic_optimizer_test.cc | 2320 Output neg_y = ops::Neg(s.WithOpName("Neg_y"), y); in TEST_F() local 2323 Output add_x_negy = ops::Add(s.WithOpName("Add_x_negy"), x, neg_y); in TEST_F() 2324 Output add_negx_negy = ops::Add(s.WithOpName("Add_negx_negy"), neg_x, neg_y); in TEST_F() 2327 Output sub_x_negy = ops::Sub(s.WithOpName("Sub_x_negy"), x, neg_y); in TEST_F() 2328 Output sub_negx_negy = ops::Sub(s.WithOpName("Sub_negx_negy"), neg_x, neg_y); in TEST_F()
|