/bionic/libm/src/ |
s_exp2.c | 39 redux = 0x1.8p52 / TBLSIZE, 40 P1 = 0x1.62e42fefa39efp-1, 41 P2 = 0x1.ebfbdff82c575p-3, 42 P3 = 0x1.c6b08d704a0a6p-5, 43 P4 = 0x1.3b2ab88f70400p-7, 44 P5 = 0x1.5d88003875c74p-10; 48 0x1.6a09e667f3d5dp-1, 0x1.9880p-44, 49 0x1.6b052fa751744p-1, 0x1.8000p-50 [all...] |
s_exp2f.c | 39 redux = 0x1.8p23f / TBLSIZE, 40 P1 = 0x1.62e430p-1f, 41 P2 = 0x1.ebfbe0p-3f, 42 P3 = 0x1.c6b348p-5f, 43 P4 = 0x1.3b2c9cp-7f; 46 0x1.6a09e667f3bcdp-1, 47 0x1.7a11473eb0187p-1, 48 0x1.8ace5422aa0dbp-1, 49 0x1.9c49182a3f090p-1, 50 0x1.ae89f995ad3adp-1 [all...] |
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/ |
median5.cpp | 120 int16 x1, x2, x3, x4, x5; local 123 x1 = x[-2]; 131 if (x2 < x1) 133 tmp = x1; 134 x1 = x2; 137 if (x3 < x1) 139 tmp = x1; 140 x1 = x3; 143 if (x4 < x1) 145 tmp = x1; [all...] |
/frameworks/base/media/libstagefright/codecs/amrwb/src/ |
median5.cpp | 120 int16 x1, x2, x3, x4, x5; local 123 x1 = x[-2]; 131 if (x2 < x1) 133 tmp = x1; 134 x1 = x2; 137 if (x3 < x1) 139 tmp = x1; 140 x1 = x3; 143 if (x4 < x1) 145 tmp = x1; [all...] |
/external/webkit/WebCore/svg/ |
SVGPathSegCurvetoQuadratic.cpp | 28 SVGPathSegCurvetoQuadraticAbs::SVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1) 29 : SVGPathSegCurvetoQuadratic(x, y, x1, y1) 33 SVGPathSegCurvetoQuadraticRel::SVGPathSegCurvetoQuadraticRel(float x, float y, float x1, float y1) 34 : SVGPathSegCurvetoQuadratic(x, y, x1, y1)
|
SVGPathSegCurvetoCubic.cpp | 28 SVGPathSegCurvetoCubicAbs::SVGPathSegCurvetoCubicAbs(float x, float y, float x1, float y1, float x2, float y2) 29 : SVGPathSegCurvetoCubic(x, y, x1, y1, x2, y2) 33 SVGPathSegCurvetoCubicRel::SVGPathSegCurvetoCubicRel(float x, float y, float x1, float y1, float x2, float y2) 34 : SVGPathSegCurvetoCubic(x, y, x1, y1, x2, y2)
|
SVGPathSegCurvetoQuadratic.h | 32 SVGPathSegCurvetoQuadratic(float x, float y, float x1, float y1) 33 : SVGPathSeg(), m_x(x), m_y(y), m_x1(x1), m_y1(y1) {} 43 void setX1(float x1) { m_x1 = x1; } 44 float x1() const { return m_x1; } function in class:WebCore::SVGPathSegCurvetoQuadratic 58 static PassRefPtr<SVGPathSegCurvetoQuadraticAbs> create(float x, float y, float x1, float y1) { return adoptRef(new SVGPathSegCurvetoQuadraticAbs(x, y, x1, y1)); } 64 SVGPathSegCurvetoQuadraticAbs(float x, float y, float x1, float y1); 69 static PassRefPtr<SVGPathSegCurvetoQuadraticRel> create(float x, float y, float x1, float y1) { return adoptRef(new SVGPathSegCurvetoQuadraticRel(x, y, x1, y1)); [all...] |
/bionic/libc/kernel/common/linux/netfilter/ |
xt_quota.h | 16 XT_QUOTA_INVERT = 0x1, 18 #define XT_QUOTA_MASK 0x1
|
/external/kernel-headers/original/linux/netfilter/ |
xt_quota.h | 5 XT_QUOTA_INVERT = 0x1, 7 #define XT_QUOTA_MASK 0x1
|
/external/webkit/SunSpider/tests/ubench/ |
function-excess-args.js | 1 function f(x0, x1, x2, x3, x4)
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter/ |
xt_quota.h | 16 XT_QUOTA_INVERT = 0x1, 18 #define XT_QUOTA_MASK 0x1
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter/ |
xt_quota.h | 16 XT_QUOTA_INVERT = 0x1, 18 #define XT_QUOTA_MASK 0x1
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter/ |
xt_quota.h | 16 XT_QUOTA_INVERT = 0x1, 18 #define XT_QUOTA_MASK 0x1
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter/ |
xt_quota.h | 16 XT_QUOTA_INVERT = 0x1, 18 #define XT_QUOTA_MASK 0x1
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter/ |
xt_quota.h | 16 XT_QUOTA_INVERT = 0x1, 18 #define XT_QUOTA_MASK 0x1
|
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter/ |
xt_quota.h | 16 XT_QUOTA_INVERT = 0x1, 18 #define XT_QUOTA_MASK 0x1
|
/external/webkit/WebCore/css/ |
CSSTimingFunctionValue.h | 36 static PassRefPtr<CSSTimingFunctionValue> create(double x1, double y1, double x2, double y2) 38 return adoptRef(new CSSTimingFunctionValue(x1, y1, x2, y2)); 43 double x1() const { return m_x1; } function in class:WebCore::CSSTimingFunctionValue 49 CSSTimingFunctionValue(double x1, double y1, double x2, double y2) 50 : m_x1(x1)
|
/hardware/ti/omap3/dspbridge/inc/ |
_dbdebug.h | 44 #define DSPAPI_ZONE_MGR 0x1 71 #define DSPAPI_ZONE_ID_MGR 0x1 80 #define DSPAPI_ZONE_MASK_INIT ( 0x1 << DSPAPI_ZONE_ID_INIT ) 81 #define DSPAPI_ZONE_MASK_MGR ( 0x1 << DSPAPI_ZONE_ID_MGR ) 82 #define DSPAPI_ZONE_MASK_PROC ( 0x1 << DSPAPI_ZONE_ID_PROC ) 83 #define DSPAPI_ZONE_MASK_NODE ( 0x1 << DSPAPI_ZONE_ID_NODE ) 84 #define DSPAPI_ZONE_MASK_STREAM ( 0x1 << DSPAPI_ZONE_ID_STREAM ) 85 #define DSPAPI_ZONE_MASK_TEST ( 0x1 << DSPAPI_ZONE_ID_TEST ) 86 #define DSPAPI_ZONE_MASK_FUNCTION ( 0x1 << DSPAPI_ZONE_ID_FUNCTION ) 87 #define DSPAPI_ZONE_MASK_WARNING ( 0x1 << DSPAPI_ZONE_ID_WARNING [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
_dbdebug.h | 44 #define DSPAPI_ZONE_MGR 0x1 71 #define DSPAPI_ZONE_ID_MGR 0x1 80 #define DSPAPI_ZONE_MASK_INIT ( 0x1 << DSPAPI_ZONE_ID_INIT ) 81 #define DSPAPI_ZONE_MASK_MGR ( 0x1 << DSPAPI_ZONE_ID_MGR ) 82 #define DSPAPI_ZONE_MASK_PROC ( 0x1 << DSPAPI_ZONE_ID_PROC ) 83 #define DSPAPI_ZONE_MASK_NODE ( 0x1 << DSPAPI_ZONE_ID_NODE ) 84 #define DSPAPI_ZONE_MASK_STREAM ( 0x1 << DSPAPI_ZONE_ID_STREAM ) 85 #define DSPAPI_ZONE_MASK_TEST ( 0x1 << DSPAPI_ZONE_ID_TEST ) 86 #define DSPAPI_ZONE_MASK_FUNCTION ( 0x1 << DSPAPI_ZONE_ID_FUNCTION ) 87 #define DSPAPI_ZONE_MASK_WARNING ( 0x1 << DSPAPI_ZONE_ID_WARNING [all...] |
/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vlc_tab.cpp | 200 {0x2, 1, 1, 6}, {0x2, 1, 1, 6}, {0x1, 1, 1, 6}, {0x1, 1, 1, 6}, {0x9, 1, 0, 6}, {0x9, 1, 0, 6}, 202 {0x1, 2, 0, 6}, {0x1, 2, 0, 6}, {0x0, 3, 0, 6}, {0x0, 3, 0, 6}, {0x5, 1, 0, 5}, {0x5, 1, 0, 5}, 211 {0x0, 1, 0, 2}, {0x0, 1, 0, 2}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, 212 {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3} [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_tab.cpp | 200 {0x2, 1, 1, 6}, {0x2, 1, 1, 6}, {0x1, 1, 1, 6}, {0x1, 1, 1, 6}, {0x9, 1, 0, 6}, {0x9, 1, 0, 6}, 202 {0x1, 2, 0, 6}, {0x1, 2, 0, 6}, {0x0, 3, 0, 6}, {0x0, 3, 0, 6}, {0x5, 1, 0, 5}, {0x5, 1, 0, 5}, 211 {0x0, 1, 0, 2}, {0x0, 1, 0, 2}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, 212 {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3}, {0x1, 1, 0, 3} [all...] |
/frameworks/base/graphics/java/android/graphics/ |
LinearGradient.java | 24 @param x1 The x-coordinate for the end of the gradient line 32 public LinearGradient(float x0, float y0, float x1, float y1, 40 native_instance = nativeCreate1(x0, y0, x1, y1, colors, positions, tile.nativeInt); 46 @param x1 The x-coordinate for the end of the gradient line 52 public LinearGradient(float x0, float y0, float x1, float y1, 54 native_instance = nativeCreate2(x0, y0, x1, y1, color0, color1, tile.nativeInt); 58 private static native int nativeCreate1(float x0, float y0, float x1, float y1, 60 private static native int nativeCreate2(float x0, float y0, float x1, float y1,
|
/external/skia/src/animator/ |
SkDrawLine.cpp | 26 SK_MEMBER(x1, Float), 36 SkLine::SkLine() : x1(0), x2(0), y1(0), y2(0) { 41 maker.fCanvas->drawLine(x1, y1, x2, y2, *maker.fPaint);
|
/bootable/diskinstaller/ |
installer.h | 31 #define INSTALL_FLAG_RESIZE 0x1
|
/external/dropbear/libtommath/etc/ |
mersenne.c | 74 long x1, x2; local 78 x1 = x2; 79 x2 = x1 - ((x1 * x1) - x) / (2 * x1); 80 } while (x1 != x2); 82 if (x1 * x1 > x) { 83 --x1; [all...] |