Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/tests/
Dopt_add_neg_to_sub_test.cpp196 ir_expression *const neg_b = expr->operands[0]->as_expression(); in TEST_F() local
203 ASSERT_NE((void *)0, neg_b); in TEST_F()
206 neg_b->operands[0]->as_dereference_variable(); in TEST_F()
/external/llvm/test/CodeGen/AMDGPU/
Dv_mac.ll167 %neg_b = fsub float -0.0, %b
168 %tmp0 = fmul float %a, %neg_b
187 %neg_b = fsub float 0.0, %b
188 %tmp0 = fmul float %a, %neg_b
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dv_mac.ll168 %neg_b = fsub float -0.0, %b
169 %tmp0 = fmul float %a, %neg_b
188 %neg_b = fsub float 0.0, %b
189 %tmp0 = fmul float %a, %neg_b
/external/tensorflow/tensorflow/compiler/xla/tests/
Darray_elementwise_ops_test.cc2441 auto neg_b = Neg(b); in XLA_TEST_F() local
2442 Add(neg_a, neg_b); in XLA_TEST_F()