/external/ceres-solver/internal/ceres/ |
partitioned_matrix_view_test.cc | 85 Vector x1(pmv_->num_cols_e()); 90 x1(i) = x2(i) = RandDouble(); 94 pmv_->RightMultiplyE(x1.data(), y1.data()); 105 Vector x1(pmv_->num_cols_f()); 109 x1(i) = RandDouble(); 110 x2(i + pmv_->num_cols_e()) = x1(i); 114 pmv_->RightMultiplyF(x1.data(), y1.data());
|
trust_region_minimizer_test.cc | 91 const double x1 = state[0]; local 97 << "x1=" << x1 << ", " 102 const double f1 = x1 + 10.0 * x2; 105 const double f4 = sqrt(10.0) * pow(x1 - x4, 2.0); 138 sqrt(10.0) * 2.0 * (x1 - x4) * (1.0 - x4); 161 sqrt(10.0) * 2.0 * (x1 - x4) * (x1 - 1.0); 169 gradient[column_index++] = f1 + f4 * sqrt(10.0) * 2.0 * (x1 - x4); 183 -f2 * sqrt(5.0) + f4 * sqrt(10.0) * 2.0 * (x4 - x1); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
FloatQuad.cpp | 183 float x1 = p1.x() - center.x(), y1 = p1.y() - center.y(); local 185 if ((x0 * x0 + y0 * y0) <= radius2 || (x1 * x1 + y1 * y1) <= radius2) 191 float b = x1 - x0; 192 float c = x0 * y1 - x1 * y0; 202 return (((x0 <= x && x <= x1) || (x0 >= x && x >= x1))
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 324 int x0, x1, x2, x3; local 327 x1 = input[1]; 331 if (!(x0 | x1 | x2 | x3)) { 338 s2 = sinpi_3_9 * x1; 346 x1 = s1 - s4 - s6; 351 s1 = x1 + x3; 353 s3 = x0 + x1 - x3;
|
/external/compiler-rt/lib/asan/tests/ |
asan_mem_test.cc | 78 static bool AllocateTwoAdjacentArrays(char **x1, char **x2, size_t size) { 89 *x1 = reinterpret_cast<char*>(v[j-1]); 98 if (res && p == *x1) continue; 107 char *x1, *x2; local 108 if (!Ident(AllocateTwoAdjacentArrays)(&x1, &x2, size)) 110 // fprintf(stderr, " large oob memset: %p %p %zd\n", x1, x2, size); 111 // Do a memset on x1 with huge out-of-bound access that will end up in x2. 112 EXPECT_DEATH(Ident(memset)(x1, 0, size * 2), 114 delete [] x1;
|
/external/libhevc/common/arm64/ |
ihevc_intra_pred_luma_mode2.s | 86 //x1 => src_strd 131 lsr x1, x4, #3 136 mul x1, x4, x1 150 subs x1,x1,#8 221 subs x1, x1, #8
|
ihevc_deblk_chroma_vert.s | 77 ld1 {v5.8b},[x8],x1 79 ld1 {v17.8b},[x8],x1 80 ld1 {v16.8b},[x8],x1 194 st1 {v0.h}[0],[x2],x1 195 st1 {v1.h}[0],[x2],x1 196 st1 {v0.h}[1],[x2],x1 201 st1 {v0.h}[2],[x0],x1 202 st1 {v1.h}[2],[x0],x1 203 st1 {v0.h}[3],[x0],x1
|
ihevc_intra_pred_luma_mode_18_34.s | 86 //x1 => src_strd 135 lsr x1, x4, #3 137 mul x1, x4, x1 140 subs x1,x1,#8 193 subs x1, x1, #8 234 subs x1, x1, # [all...] |
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
vp9_itrans4_dspr2.c | 324 int x0, x1, x2, x3; local 327 x1 = input[1]; 331 if (!(x0 | x1 | x2 | x3)) { 338 s2 = sinpi_3_9 * x1; 346 x1 = s1 - s4 - s6; 351 s1 = x1 + x3; 353 s3 = x0 + x1 - x3;
|
/external/llvm/test/MC/AArch64/ |
neon-simd-post-ldst-multi-elem.s | 8 ld1 { v0.16b }, [x0], x1 16 // CHECK: ld1 { v0.16b }, [x0], x1 37 ld1 { v0.16b, v1.16b }, [x0], x1 45 // CHECK: ld1 { v0.16b, v1.16b }, [x0], x1 66 ld1 { v0.16b, v1.16b, v2.16b }, [x0], x1 74 // CHECK: ld1 { v0.16b, v1.16b, v2.16b }, [x0], x1 95 ld1 { v0.16b, v1.16b, v2.16b, v3.16b }, [x0], x1 103 // CHECK: ld1 { v0.16b, v1.16b, v2.16b, v3.16b }, [x0], x1 124 ld2 { v0.16b, v1.16b }, [x0], x1 131 // CHECK: ld2 { v0.16b, v1.16b }, [x0], x1 [all...] |
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/ |
TrackRunBox.java | 121 setFlags(getFlags() | 0x1); // turn on dataoffset 163 if ((flags & 0x1) == 0x1) { //dataOffsetPresent 192 if ((flags & 0x1) == 1) { //dataOffsetPresent 220 if ((getFlags() & 0x1) == 1) { //dataOffsetPresent 253 return (getFlags() & 0x1) == 1; 281 setFlags(getFlags() & (0xFFFFFF ^ 0x1));
|
/bionic/libc/upstream-openbsd/lib/libc/crypt/ |
chacha_private.h | 91 u32 x0, x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15; local 124 x1 = j1; 141 QUARTERROUND( x1, x5, x9,x13) 145 QUARTERROUND( x1, x6,x11,x12) 150 x1 = PLUS(x1,j1); 168 x1 = XOR(x1,U8TO32_LITTLE(m + 4)); 192 U32TO8_LITTLE(c + 4,x1);
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
postproc.c | 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch); 944 int x1, y1; local 961 x1 = x0 + 8 + (mv->col >> 3); 964 constrain_line (x0+8, &x1, y0+4, &y1, width, height); 965 vp8_blit_line (x0+8, x1, y0+4, y1, y_buffer, y_stride); 969 x1 = x0 + 8 + (mv->col >> 3); 972 constrain_line (x0+8, &x1, y0+12, &y1, width, height); 973 vp8_blit_line (x0+8, x1, y0+12, y1, y_buffer, y_stride); 982 x1 = x0 + 4 + (mv->col >> 3); 985 constrain_line (x0+4, &x1, y0+8, &y1, width, height) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aalinetemp.h | 117 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0]; 119 line.dx = line.x1 - line.x0; 137 compute_plane(line.x0, line.y0, line.x1, line.y1, 142 compute_plane(line.x0, line.y0, line.x1, line.y1, 144 compute_plane(line.x0, line.y0, line.x1, line.y1, 146 compute_plane(line.x0, line.y0, line.x1, line.y1, 148 compute_plane(line.x0, line.y0, line.x1, line.y1, 162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane); 174 compute_plane(line.x0, line.y0, line.x1, line.y1, a0, a1,
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/ |
pack_bits.c | 64 (*bitstreamPtr) = ((uint16_t)enc_bits->lsf[4]&0x1)<<15; /* Bit 0 */ 160 (*bitstreamPtr) = ((uint16_t)((enc_bits->cb_index[2])&0x1))<<15; 165 (*bitstreamPtr) |= ((enc_bits->cb_index[3])&0x1)<<6; /* Bit 9 */ 169 (*bitstreamPtr) = ((uint16_t)((enc_bits->cb_index[4])&0x1))<<15; 200 (*bitstreamPtr) |= ((enc_bits->cb_index[3])&0x1)<<4; /* Bit 11 */ 207 (*bitstreamPtr) |= ((enc_bits->cb_index[6])&0x1)<<5; /* Bit 10 */ 214 (*bitstreamPtr) |= ((enc_bits->cb_index[9])&0x1)<<4; /* Bit 11 */ 221 (*bitstreamPtr) |= ((enc_bits->cb_index[12])&0x1)<<3; /* Bit 12 */ 229 (*bitstreamPtr) |= ((enc_bits->gain_index[4])&0x1); /* Bit 15 */
|
/external/libvpx/libvpx/vp8/common/ |
postproc.c | 123 extern void vp8_blit_line(int x0, int x1, int y0, int y1, unsigned char *image, const int pitch); 940 int x1, y1; local 957 x1 = x0 + 8 + (mv->col >> 3); 960 constrain_line (x0+8, &x1, y0+4, &y1, width, height); 961 vp8_blit_line (x0+8, x1, y0+4, y1, y_buffer, y_stride); 965 x1 = x0 + 8 + (mv->col >> 3); 968 constrain_line (x0+8, &x1, y0+12, &y1, width, height); 969 vp8_blit_line (x0+8, x1, y0+12, y1, y_buffer, y_stride); 978 x1 = x0 + 4 + (mv->col >> 3); 981 constrain_line (x0+4, &x1, y0+8, &y1, width, height) [all...] |
/external/ltrace/sysdeps/linux-gnu/metag/ |
trace.c | 220 if (((inst >> 9 ) & 0x1) && 280 if ((((inst >> 24) & 0x6) == 0x4) && (inst & 0x1)) 293 unit = METAG_UNIT_D0 + ((inst >> 24) & 0x1); 296 optype = (inst >> 28) & 0x1; 299 unit = METAG_UNIT_A0 + ((inst >> 24) & 0x1); 302 optype = (inst >> 27) & 0x1; 308 pc_src1 = (inst >> 18) & 0x1; 309 pc_src2 = (inst >> 13) & 0x1; 313 if ((inst >> 25) & 0x1) { /* ADD|SUB cc PC, X, #imm8 */
|
/external/mesa3d/src/mesa/swrast/ |
s_aalinetemp.h | 117 line.x1 = v1->attrib[FRAG_ATTRIB_WPOS][0]; 119 line.dx = line.x1 - line.x0; 137 compute_plane(line.x0, line.y0, line.x1, line.y1, 142 compute_plane(line.x0, line.y0, line.x1, line.y1, 144 compute_plane(line.x0, line.y0, line.x1, line.y1, 146 compute_plane(line.x0, line.y0, line.x1, line.y1, 148 compute_plane(line.x0, line.y0, line.x1, line.y1, 162 compute_plane(line.x0, line.y0, line.x1, line.y1, invW0, invW1, line.wPlane); 174 compute_plane(line.x0, line.y0, line.x1, line.y1, a0, a1,
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarParser.cs | 1453 "\x1\x6\x1\xFFFF\x1\x8\x1\xFFFF\x1\x6\x1\xFFFF\x2\xA\x1\x8\x1\xFFFF"; 1455 "\x1\xC\x1\xFFFF\x1\x11\x1\xFFFF\x1\xC\x1\xFFFF\x2\x10\x1\x11\x1\xFFFF" [all...] |
ProfileGrammarParser.cs | [all...] |
/external/chromium_org/third_party/WebKit/Source/web/ |
WebInputEventFactoryMac.mm | 43 NSEventPhaseBegan = 0x1 << 0, 44 NSEventPhaseStationary = 0x1 << 1, 45 NSEventPhaseChanged = 0x1 << 2, 46 NSEventPhaseEnded = 0x1 << 3, 47 NSEventPhaseCancelled = 0x1 << 4 62 NSEventPhaseMayBegin = 0x1 << 5 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/ |
filter_arm.c | 124 if (yoffset & 0x1) 166 if (yoffset & 0x1) 208 if (yoffset & 0x1)
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_draw_quad.c | 100 float x0, float y0, float x1, float y1, float z) 127 v[8] = x1; 132 v[16] = x1;
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_vertprog_dump.c | 138 if ((op >> PVS_DST_PRED_ENABLE_SHIFT) & 0x1) { 140 (op >> PVS_DST_PRED_SENSE_SHIFT) & 0x1); 143 if (op & 0x1) {
|
/external/chromium_org/third_party/re2/benchlog/ |
mktable | 79 $x1 = $lastx{$who}; 81 $x1 *= 1.01; 87 printf JGR "newstring x $x1 y $y1 hjl $v : $who\n";
|