Searched refs:x4 (Results 126 - 150 of 1033) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_2d.xml.h209 #define NV50_2D_PATTERN_COLOR(i0) (0x000002f0 + 0x4*(i0))
213 #define NV50_2D_PATTERN_BITMAP(i0) (0x000002f8 + 0x4*(i0))
217 #define NV50_2D_PATTERN_X8R8G8B8(i0) (0x00000300 + 0x4*(i0))
227 #define NV50_2D_PATTERN_R5G6B5(i0) (0x00000400 + 0x4*(i0))
243 #define NV50_2D_PATTERN_X1R5G5B5(i0) (0x00000480 + 0x4*(i0))
259 #define NV50_2D_PATTERN_Y8(i0) (0x00000500 + 0x4*(i0))
388 #define NVC0_2D_FIRMWARE(i0) (0x000008e0 + 0x4*(i0))
/external/ceres-solver/internal/ceres/
H A Dtrust_region_minimizer_test.cc94 const double x4 = state[3]; local
100 << "x4=" << x4 << "."; local
103 const double f2 = sqrt(5.0) * (x3 - x4);
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
[all...]
/external/libhevc/common/arm64/
H A Dihevc_intra_pred_chroma_dc.s107 // stmfd sp!, {x4-x12, x14} //stack stores the values of the arguments
117 add x6, x0, x4,lsl #1 //&src[2nt]
122 add x7, x0, x4, lsl #2 //&src[4nt]
126 cmp x4, #4
132 lsl x10,x4,#1 //2nt
186 add x1,x1,x4
187 add x11,x11,x4
198 subs x9, x4, #8
280 add x10,x10,x4
281 add x11,x11,x4
[all...]
/external/clang/test/SemaTemplate/
H A Dconstructor-template.cpp80 X4 test_X4(bool Cond, X4 x4) { argument
81 X4 a(x4, 17); // okay, constructor template
82 X4 b(x4); // okay, copy constructor
/external/valgrind/main/memcheck/tests/
H A Dmempool.c115 char *x1, *x2, *x3, *x4, *x5; local
125 x4 = allocate(p, 20);
136 *x4 = 'd'; // invalid
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
H A Ddwarf32_testhd.asm140 .uleb128 0x4
141 .uleb128 0x4
152 .byte 0x4
158 .byte 0x4
162 .byte 0x4
165 .uleb128 0x4
168 .byte 0x4
183 .byte 0x4
210 .byte 0x4
214 .byte 0x4
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-arithmetic-encoding.s11 adcs x5, x4, x3
16 ; CHECK: adcs x5, x4, x3 ; encoding: [0x85,0x00,0x03,0xba]
34 add x3, x4, #1024
35 add x3, x4, #1024, lsl #0
39 ; CHECK: add x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0x91]
40 ; CHECK: add x3, x4, #1024 ; encoding: [0x83,0x00,0x10,0x91]
45 add x3, x4, #1024, lsl #12
46 add x3, x4, #4194304
47 add x3, x4, #0, lsl #12
53 ; CHECK: add x3, x4, #102
[all...]
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_constants.h73 RESIZABLE_LEFT = 0x4,
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSLineBoxContainValue.h34 enum LineBoxContainFlags { LineBoxContainNone = 0x0, LineBoxContainBlock = 0x1, LineBoxContainInline = 0x2, LineBoxContainFont = 0x4, LineBoxContainGlyphs = 0x8,
/external/chromium_org/third_party/libva/va/
H A Dva_fool.h40 #define VA_FOOL_FLAG_JPEG 0x4
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dcpu_id.h27 static const int kCpuHasNEON = 0x4;
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dcpu_id.h27 static const int kCpuHasNEON = 0x4;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_debug.h43 #define DBG_ATOMS 0x4
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_debug.h33 #define DEBUG_TGSI 0x4
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tcl.h50 #define R200_TCL_FALLBACK_LIGHT_TWOSIDE 0x4 /* twoside tris */
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tcl.h51 #define RADEON_TCL_FALLBACK_LIGHT_TWOSIDE 0x4 /* twoside tris */
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureContentInfo.h77 kContainedSaveLayer_Flag = 0x4
/external/chromium_org/third_party/skia/tools/timer/
H A DTimerData.h51 kCpu_Flag = 0x4,
/external/chromium_org/v8/test/mjsunit/
H A Doutobject-double-for-in.js35 this.x4 = undefined;
/external/clang/test/ASTMerge/Inputs/
H A Dstruct1.c27 struct S4 { int i; } x4; variable in typeref:struct:S4
H A Dstruct2.c24 struct S4 { int i; float f; } x4; variable in typeref:struct:S4
/external/clang/test/Lexer/
H A Dms-extensions.c13 __int64 x4 = 70000000i128; variable
/external/clang/test/Sema/
H A Dtypes.c75 int x4 __attribute__((ext_vector_type(64))); // expected-error {{'ext_vector_type' attribute only applies to types}} variable
/external/clang/test/SemaCXX/
H A Dcopy-initialization.cpp15 X x4 = fp; // expected-error{{no viable conversion}} local
/external/fio/os/windows/posix/include/sys/
H A Dshm.h6 #define IPC_PRIVATE 0x4

Completed in 832 milliseconds

1234567891011>>