Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/
Dmaxnum.ll254 define <2 x float> @neg_neg(<2 x float> %x, <2 x float> %y) {
255 ; CHECK-LABEL: @neg_neg(
Dminnum.ll278 define double @neg_neg(double %x, double %y) {
279 ; CHECK-LABEL: @neg_neg(
Dfmul.ll47 define float @neg_neg(float %x, float %y) {
48 ; CHECK-LABEL: @neg_neg(
/external/python/cpython2/Lib/test/
Dtest_float.py596 def neg_neg(): function
599 self.assertEqual(pos_neg(), neg_neg())