/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
BoxShape.cpp | 75 float x2 = rect.x(); local 83 x2 = rect.maxX(); 87 x2 = std::max<float>(x2, maxXIntercept); 92 x2 = std::max<float>(x2, maxXIntercept); 95 ASSERT(x2 >= x1); 96 return LineSegment(x1, x2);
|
/external/chromium_org/third_party/WebKit/Source/platform/heap/asm/ |
SaveRegisters_arm64.S | 54 mov x3, x2 55 mov x2, sp
|
/external/clang/test/CXX/except/except.spec/ |
p14-ir.cpp | 15 struct X2 : X1 { 16 X2(); 28 void test(X2 x2, X3 x3, X5 x5) { 29 // CHECK: define linkonce_odr void @_ZN2X2C1ERKS_(%struct.X2* %this, %struct.X2* nonnull) unnamed_addr 33 X2 x2a(x2);
|
/external/clang/test/CXX/expr/expr.post/expr.call/ |
p7-0x.cpp | 7 struct X2 { 8 X2(); 9 ~X2(); 25 void f(X1 x1, X2 x2, X3 x3, X4 x4) { 27 vararg(x2); // expected-error{{cannot pass object of non-trivial type 'X2' through variadic function; call will abort at runtime}}
|
/external/clang/test/Sema/ |
attr-regparm.c | 5 __attribute((regparm(-1))) int x2(void); // expected-error{{'regparm' parameter must be between 0 and 3 inclusive}}
|
/external/clang/test/SemaCXX/ |
warn-bad-memaccess.cpp | 25 struct X2 : virtual S1 {} x2; variable in typeref:struct:X2 36 memset(&x2, 0, sizeof x2); // \ 62 __builtin_memset(&x2, 0, sizeof x2); // \ 82 __builtin___memset_chk(&x2, 0, sizeof x2, sizeof x2); // \
|
/external/libhevc/common/arm64/ |
ihevc_inter_pred_chroma_copy.s | 88 //x2 => src_strd 122 ADD x7,x0,x2 //pu1_src_tmp += src_strd 125 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0) 128 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0) 131 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0) 153 ADD x7,x0,x2 //pu1_src_tmp += src_strd 156 LD1 {v0.s}[0],[x7],x2 //vld1_lane_u32((uint32_t *)pu1_src_tmp, src_tmp, 0) 175 ADD x7,x0,x2 //pu1_src_tmp += src_strd 179 LD1 {v1.8b},[x7],x2 //vld1_u8(pu1_src_tmp) 182 LD1 {v2.8b},[x7],x2 //vld1_u8(pu1_src_tmp [all...] |
ihevc_inter_pred_chroma_vert.s | 93 //x2 => src_strd 118 sub x0,x0,x2 //pu1_src - src_strd 138 lsl x12,x2,#1 //2*src_strd 144 add x6,x0,x2 //pu1_src +src_strd 145 ld1 {v17.8b},[x6],x2 //loads pu1_src 149 ld1 {v4.8b},[x6],x2 //loads incremented src 151 ld1 {v16.8b},[x6],x2 //loads incremented src 181 lsl x7,x2,#1 //2*src_strd 186 add x6,x0,x2 //pu1_src + src_strd 190 ld1 {v6.s}[1],[x6],x2 //loads pu1_src_tm [all...] |
ihevc_inter_pred_chroma_vert_w16out.s | 93 //x2 => src_strd 120 sub x0,x0,x2 //pu1_src - src_strd 140 lsl x12,x2,#1 //2*src_strd 147 add x6,x0,x2 //pu1_src +src_strd 148 ld1 {v17.8b},[x6],x2 //loads pu1_src 152 ld1 {v4.8b},[x6],x2 //loads incremented src 154 ld1 {v16.8b},[x6],x2 //loads incremented src 182 lsl x7,x2,#1 //2*src_strd 187 add x6,x0,x2 //pu1_src + src_strd 191 ld1 {v6.s}[1],[x6],x2 //loads pu1_src_tm [all...] |
/external/llvm/test/MC/AArch64/ |
arm64-large-relocs.s | 4 movz x2, #:abs_g0:sym 6 // CHECK: movz x2, #:abs_g0:sym // encoding: [0bAAA00010,A,0b100AAAAA,0xd2]
|
arm64-memory.s | 10 ldr x2, [sp, #32] 19 ldrb w3, [x2, "+[Test method].var"@PAGEOFF] 21 ldrsb x2, [sp, #128] 29 prfm pldl1keep, [x2] 30 prfm pldl1strm, [x2] 31 prfm pldl2keep, [x2] 32 prfm pldl2strm, [x2] 33 prfm pldl3keep, [x2] 34 prfm pldl3strm, [x2] 35 prfm pstl1keep, [x2] [all...] |
arm64-arithmetic-encoding.s | 9 adc x1, x2, x3 14 ; CHECK: adc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0x9a] 19 sbc x1, x2, x3 21 sbcs x1, x2, x3 24 ; CHECK: sbc x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xda] 26 ; CHECK: sbcs x1, x2, x3 ; encoding: [0x41,0x00,0x03,0xfa] 163 add X2, X2, X2 164 ; CHECK: add x2, x2, x2 ; encoding: [0x42,0x00,0x02,0x8b [all...] |
/development/perftests/panorama/feature_mos/src/mosaic/ |
Geometry.h | 66 double x2, double y2, 70 centX = (x0 + x1 + x2) / 3.0; 78 mass = fabs((y1 - y0) * (x2 - x0)); // Special case 1a 85 else if (x0 == x2) 89 mass = fabs((x2 - x0) * (y2 - y0)); // Special case 2a 96 else if (x1 == x2) 102 // Calculate line equation from x0,y0 to x2,y2 103 double dx = x2 - x0; 124 mass = fabs( (y1 - y0) * (x2 - x0) ); 129 inline void FindQuadCentroid(double x0, double y0, double x1, double y1, double x2, double y2, double x3, double y3 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
ObjectPainter.cpp | 96 void ObjectPainter::drawLineForBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, 104 length = x2 - x1; 106 thickness = x2 - x1; 124 drawDashedOrDottedBoxSide(graphicsContext, x1, y1, x2, y2, side, 128 drawDoubleBoxSide(graphicsContext, x1, y1, x2, y2, length, side, color, 133 drawRidgeOrGrooveBoxSide(graphicsContext, x1, y1, x2, y2, side, color, 147 drawSolidBoxSide(graphicsContext, x1, y1, x2, y2, side, color, adjacentWidth1, adjacentWidth2, antialias); 152 void ObjectPainter::drawDashedOrDottedBoxSide(GraphicsContext* graphicsContext, int x1, int y1, int x2, int y2, 168 graphicsContext->drawLine(IntPoint(x1, (y1 + y2) / 2), IntPoint(x2, (y1 + y2) / 2)); 172 graphicsContext->drawLine(IntPoint((x1 + x2) / 2, y1), IntPoint((x1 + x2) / 2, y2)) [all...] |
/bionic/libc/kernel/uapi/linux/ |
coda_psdev.h | 39 #define CODA_REQ_READ 0x2
|
firewire-constants.h | 24 #define TCODE_WRITE_RESPONSE 0x2 36 #define EXTCODE_COMPARE_SWAP 0x2 67 #define SCODE_400 0x2 75 #define ACK_PENDING 0x2
|
virtio_pci.h | 32 #define VIRTIO_PCI_ISR_CONFIG 0x2
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_devgroup.h | 25 XT_DEVGROUP_INVERT_SRC = 0x2,
|
/bionic/libc/kernel/uapi/linux/tc_act/ |
tc_skbedit.h | 25 #define SKBEDIT_F_QUEUE_MAPPING 0x2
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
intrinsic_convolve3x3.rs | 27 uint32_t x2 = max((int32_t)x-1, 0); 33 float4 p02 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y1)); 36 float4 p12 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y)); 39 float4 p22 = convert_float4(rsGetElementAt_uchar4(gIn, x2, y2)); 68 uint32_t x2 = max((int32_t)x-1, 0); 74 float3 p02 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y1)); 77 float3 p12 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y)); 80 float3 p22 = convert_float3(rsGetElementAt_uchar3(gIn, x2, y2)); 109 uint32_t x2 = max((int32_t)x-1, 0); 115 float2 p02 = convert_float2(rsGetElementAt_uchar2(gIn, x2, y1)) [all...] |
/development/ndk/platforms/android-L/include/linux/ |
coda_psdev.h | 39 #define CODA_REQ_READ 0x2
|
firewire-constants.h | 24 #define TCODE_WRITE_RESPONSE 0x2 36 #define EXTCODE_COMPARE_SWAP 0x2 67 #define SCODE_400 0x2 75 #define ACK_PENDING 0x2
|
virtio_pci.h | 32 #define VIRTIO_PCI_ISR_CONFIG 0x2
|
/development/ndk/platforms/android-L/include/linux/netfilter/ |
xt_devgroup.h | 25 XT_DEVGROUP_INVERT_SRC = 0x2,
|
/development/ndk/platforms/android-L/include/linux/tc_act/ |
tc_skbedit.h | 25 #define SKBEDIT_F_QUEUE_MAPPING 0x2
|