/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...] |
/ndk/build/core/ |
definitions-graph.mk | 242 -test-ndk-mod-get-closure.double = \
|