HomeSort by relevance Sort by last modified time
    Searched refs:zab (Results 1 - 2 of 2) sorted by null

  /external/clang/test/SemaCXX/
overload-member-call.cpp 90 void zab(double n = 0.0, int u = 0); // expected-note {{candidate function not viable: requires at most 2 arguments, but 3 were provided}}
91 void zab(int n = 0, int u = 0); // expected-note {{candidate function not viable: requires at most 2 arguments, but 3 were provided}}
104 a.zab(3, 4, 5); //expected-error {{no matching member function for call to 'zab'}}
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 2859 final double zab = za - zaa; local
    [all...]

Completed in 78 milliseconds