HomeSort by relevance Sort by last modified time
    Searched full:check01 (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Driver/
bindings.c 2 // RUN: %clang -target i386-unknown-unknown -ccc-print-bindings %s 2>&1 | FileCheck %s --check-prefix=CHECK01
3 // CHECK01: "clang", inputs: ["{{.*}}bindings.c"], output: "{{.*}}.s"
4 // CHECK01: "gcc::Assemble", inputs: ["{{.*}}.s"], output: "{{.*}}.o"
5 // CHECK01: "gcc::Link", inputs: ["{{.*}}.o"], output: "a.out"
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 113 double check01, check02; local
306 check01 = (center.x - Q0.x)*(Q1.y - Q0.y) + (center.y - Q0.y)*(Q1.x - Q0.x);
308 if( check01*check02 > 0 )
310 check01 = (center.x - Q1.x)*(Q2.y - Q1.y) + (center.y - Q1.y)*(Q2.x - Q1.x);
312 if( check01*check02 > 0 )
314 check01 = (center.x - Q2.x)*(Q0.y - Q2.y) + (center.y - Q2.y)*(Q0.x - Q2.x);
316 if( check01*check02 > 0 )
  /external/clang/test/CodeGen/
catch-undef-behavior.c 36 // CHECK-NEXT: %[[CHECK01:.*]] = and i1 %[[CHECK0]], %[[CHECK1]]
41 // CHECK-TRAP-NEXT: %[[CHECK01:.*]] = and i1 %[[CHECK0]], %[[CHECK1]]
51 // CHECK: %[[OK:.*]] = and i1 %[[CHECK01]], %[[CHECK2]]
54 // CHECK-TRAP: %[[OK:.*]] = and i1 %[[CHECK01]], %[[CHECK2]]

Completed in 149 milliseconds