HomeSort by relevance Sort by last modified time
    Searched defs:double (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/glsl/glcpp/tests/
069-repeated-argument.c 1 #define double(x) x x macro
2 double(1)
060-left-paren-in-macro-right-paren-in-text.c 1 #define double(a) a*2 macro
2 #define foo double(
  /external/v8/test/mjsunit/compiler/
literals.js 82 function double(x) { return x + x; } function
83 var s = 'var a = 1, b = 2; [double(a), double(b), double(3), double(4)]';
  /external/clang/test/Preprocessor/
cxx_oper_keyword_ms_compat.cpp 36 #define double macro
121 double
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 37 void getEllipsePointByAngle(double angle, double a, double b, float& x, float& y);
194 double angle() const { return atan2(m_y, m_x); }
195 operator double () const { return angle(); }
196 double length() const { return _hypot(m_x, m_y); }
204 static void addArcPoint(PathPolygon& poly, const PathPoint& center, const PathPoint& radius, double angle)
216 double curAngle = startPoint - data.m_center;
217 double endAngle = data.m_end - data.m_center;
218 double angleStep = 2. / std::max(data.m_radius.m_x, data.m_radius.m_y)
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 218 static void double2Rational(double f, Range nRange, Range dRange,
222 operator double() const { return (double) _n / (double) _d; }
538 (double) measPtr->sc.hScale);
553 (double) measPtr->sc.vScale);
    [all...]
  /external/webkit/WebKitLibraries/WebCoreSQLite3/
sqlite3.h 207 # define double sqlite3_int64 macro
5482 # undef double macro
    [all...]
  /external/sqlite/dist/orig/
sqlite3.h 263 # define double sqlite3_int64 macro
6936 # undef double macro
    [all...]
sqlite3.c 813 # define double sqlite3_int64 macro
7486 # undef double macro
7827 # define double macro
    [all...]
  /external/sqlite/dist/
sqlite3.h 263 # define double sqlite3_int64 macro
6936 # undef double macro
    [all...]
sqlite3.c 813 # define double sqlite3_int64 macro
7486 # undef double macro
7827 # define double macro
    [all...]

Completed in 1766 milliseconds