/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 69 var x1 = points[i - ps], 74 if (x1 == null || x2 == null) continue; 80 x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1; 84 x2 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1; 91 x1 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1; [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery.flot.dashes.js | 69 var x1 = points[i - ps], 74 if (x1 == null || x2 == null) continue; 80 x1 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1; 84 x2 = (axisy.min - y1) / (y2 - y1) * (x2 - x1) + x1; 91 x1 = (axisy.max - y1) / (y2 - y1) * (x2 - x1) + x1; [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuIntrinsicConvolve5x5.cpp | 94 uint32_t x1 = rsMax((int32_t)x-1, 0); local 100 convert_float4(py0[x1]) * coeff[1] + 106 convert_float4(py1[x1]) * coeff[6] + 112 convert_float4(py2[x1]) * coeff[11] + 118 convert_float4(py3[x1]) * coeff[16] + 124 convert_float4(py4[x1]) * coeff[21] + 137 uint32_t x1 = rsMax((int32_t)x-1, 0); local 143 convert_float2(py0[x1]) * coeff[1] + 149 convert_float2(py1[x1]) * coeff[6] + 155 convert_float2(py2[x1]) * coeff[11] 180 uint32_t x1 = rsMax((int32_t)x-1, 0); local 223 uint32_t x1 = rsMax((int32_t)x-1, 0); local 265 uint32_t x1 = rsMax((int32_t)x-1, 0); local 307 uint32_t x1 = rsMax((int32_t)x-1, 0); local 373 uint32_t x1 = xstart; local 422 uint32_t x1 = xstart; local 471 uint32_t x1 = xstart; local 520 uint32_t x1 = xstart; local 569 uint32_t x1 = xstart; local 618 uint32_t x1 = xstart; local [all...] |
/external/libvpx/libvpx/vp8/encoder/x86/ |
quantize_sse2.c | 44 __m128i sz0, x0, sz1, x1, y0, y1, x_minus_zbin0, x_minus_zbin1; local 71 x1 = _mm_xor_si128(z1, sz1); 73 x1 = _mm_sub_epi16(x1, sz1); 83 x_minus_zbin1 = _mm_sub_epi16(x1, zbin1); 91 x1 = _mm_add_epi16(x1, round1); 94 y1 = _mm_mulhi_epi16(x1, quant1); 97 y1 = _mm_add_epi16(y1, x1); 159 __m128i sz0, sz1, x0, x1, y0, y1, xdq0, xdq1, zeros, ones local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_rintl.c | 45 0x1.0p63, -0x1.0p63 47 0x1.0p112, -0x1.0p112
|
/external/chromium/chrome/browser/ui/views/ |
theme_helpers.h | 21 // created to calculate the two colors. x1 and x2 are the two pixel positions 23 void GetRebarGradientColors(int width, int x1, int x2,
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFilterAnimationCurve.h | 49 virtual void add(const WebFilterKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
WebFloatAnimationCurve.h | 45 virtual void add(const WebFloatKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
WebTransformAnimationCurve.h | 45 virtual void add(const WebTransformKeyframe&, double x1, double y1, double x2, double y2) = 0;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawLine.h | 21 SkScalar x1; member in class:SkLine
|
/external/clang/test/CXX/temp/temp.param/ |
p15.cpp | 5 X<X<int> > *x1; variable
|
/external/compiler-rt/test/Unit/ |
fixsfdi_test.c | 73 if (test__fixsfdi(0x1.FFFFFEp+62F, 0x7FFFFF8000000000LL)) 75 if (test__fixsfdi(0x1.FFFFFCp+62F, 0x7FFFFF0000000000LL)) 78 if (test__fixsfdi(-0x1.FFFFFEp+62F, 0x8000008000000000LL)) 80 if (test__fixsfdi(-0x1.FFFFFCp+62F, 0x8000010000000000LL))
|
/external/iptables/include/linux/netfilter/ |
xt_CT.h | 4 #define XT_CT_NOTRACK 0x1
|
/external/skia/src/animator/ |
SkDrawLine.h | 21 SkScalar x1; member in class:SkLine
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
WapPushManagerParams.java | 37 public static final int MESSAGE_HANDLED = 0x1;
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/ |
geometry_utils.h | 33 static AK_FORCE_INLINE float getAngle(const int x1, const int y1, const int x2, const int y2) { 34 const int dx = x1 - x2; 50 static AK_FORCE_INLINE int getDistanceInt(const int x1, const int y1, const int x2, 52 return static_cast<int>(hypotf(static_cast<float>(x1 - x2), static_cast<float>(y1 - y2)));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_plip.h | 25 #define PLIP_GET_TIMEOUT 0x1
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 4 #define XT_NFLOG_DEFAULT_GROUP 0x1
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_plip.h | 25 #define PLIP_GET_TIMEOUT 0x1
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 4 #define XT_NFLOG_DEFAULT_GROUP 0x1
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_plip.h | 25 #define PLIP_GET_TIMEOUT 0x1
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
xt_NFLOG.h | 4 #define XT_NFLOG_DEFAULT_GROUP 0x1
|
/bionic/libc/kernel/common/linux/netfilter/ |
xt_statistic.h | 30 XT_STATISTIC_INVERT = 0x1, 32 #define XT_STATISTIC_MASK 0x1
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_statistic.h | 23 XT_STATISTIC_INVERT = 0x1, 25 #define XT_STATISTIC_MASK 0x1
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGLineElement.idl | 27 readonly attribute SVGAnimatedLength x1;
|