HomeSort by relevance Sort by last modified time
    Searched refs:x1 (Results 276 - 300 of 4103) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
eg_sq.h 49 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 20)
50 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 20) & 0x1)
52 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21)
53 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
60 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30)
61 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
63 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31)
64 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
98 #define S_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) & 0x1) << 25)
99 #define G_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) >> 25) & 0x1)
    [all...]
  /external/elfutils/tests/
run-addrname-test.sh 52 t3_global_after_0+0x1
58 testrun_compare ../src/addr2line -S -e testfile41 0x1 0x104 <<\EOF
59 small_global_at_large_global+0x1
61 small_global_first_at_large_global+0x1
156 sizeless_foo+0x1
160 sized_bar+0x1
176 global_outer+0x1
180 global_in_global+0x1
200 local_outer+0x1
204 global_in_local+0x1
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
eg_sq.h 49 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) & 0x1) << 20)
50 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 20) & 0x1)
52 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) & 0x1) << 21)
53 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
60 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) & 0x1) << 30)
61 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
63 #define S_SQ_CF_WORD1_BARRIER(x) (((x) & 0x1) << 31)
64 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
98 #define S_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) & 0x1) << 25)
99 #define G_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) >> 25) & 0x1)
    [all...]
  /external/chromium_org/cc/animation/
timing_function.cc 18 static double eval_bezier(double x1, double x2, double t) {
19 const double x1_times_3 = 3.0 * x1;
23 const double h2 = x2_times_3 - 6.0 * x1;
27 static double bezier_interp(double x1,
32 DCHECK_GE(1.0, x1);
33 DCHECK_LE(0.0, x1);
37 x1 = std::min(std::max(x1, 0.0), 1.0);
42 // eval_bezier(x1, x2, t) = x. There is a unique solution if x1 and x2 li
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
sid.h 52 #define PREDICATION_OP_ZPASS 0x1
110 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1)
115 #define S_0084FC_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0)
117 #define S_0085F0_DEST_BASE_0_ENA(x) (((x) & 0x1) << 0)
118 #define G_0085F0_DEST_BASE_0_ENA(x) (((x) >> 0) & 0x1)
120 #define S_0085F0_DEST_BASE_1_ENA(x) (((x) & 0x1) << 1)
121 #define G_0085F0_DEST_BASE_1_ENA(x) (((x) >> 1) & 0x1)
124 #define S_0085F0_CB0_DEST_BASE_ENA(x) (((x) & 0x1) << 6)
125 #define G_0085F0_CB0_DEST_BASE_ENA(x) (((x) >> 6) & 0x1)
127 #define S_0085F0_CB1_DEST_BASE_ENA(x) (((x) & 0x1) << 7
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
sid.h 52 #define PREDICATION_OP_ZPASS 0x1
110 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1)
115 #define S_0084FC_OFFSET_UPDATE_DONE(x) (((x) & 0x1) << 0)
117 #define S_0085F0_DEST_BASE_0_ENA(x) (((x) & 0x1) << 0)
118 #define G_0085F0_DEST_BASE_0_ENA(x) (((x) >> 0) & 0x1)
120 #define S_0085F0_DEST_BASE_1_ENA(x) (((x) & 0x1) << 1)
121 #define G_0085F0_DEST_BASE_1_ENA(x) (((x) >> 1) & 0x1)
124 #define S_0085F0_CB0_DEST_BASE_ENA(x) (((x) & 0x1) << 6)
125 #define G_0085F0_CB0_DEST_BASE_ENA(x) (((x) >> 6) & 0x1)
127 #define S_0085F0_CB1_DEST_BASE_ENA(x) (((x) & 0x1) << 7
    [all...]
  /external/clang/test/Index/
comment-to-html-xml-conversion.cpp 201 void comment_to_html_conversion_12(int x1);
203 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_12:{{.*}} FullCommentAsHTML=[] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_12</Name><USR>c:@F@comment_to_html_conversion_12#I#</USR><Declaration>void comment_to_html_conversion_12(int x1)</Declaration></Function>]
211 /// \param x1 Aaa.
212 void comment_to_html_conversion_13(int x1);
214 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_13:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-0">x1</dt><dd class="param-descr-index-0"> Aaa.</dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_13</Name><USR>c:@F@comment_to_html_conversion_13#I#</USR><Declaration>void comment_to_html_conversion_13(int x1)</Declaration><Parameters><Parameter><Name>x1</Name><Index>0</Index><Direction isExplicit="0">in</Direction><Discussion><Para> Aaa.</Para></Discussion></Parameter></Parameters></Function>]
219 // CHECK-NEXT: (CXComment_ParamCommand in implicitly ParamName=[x1] ParamIndex=0
224 void comment_to_html_conversion_14(int x1);
226 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionDecl=comment_to_html_conversion_14:{{.*}} FullCommentAsHTML=[<dl><dt class="param-name-index-invalid">zzz</dt><dd class="param-descr-index-invalid"> Aaa.</dd></dl>] FullCommentAsXML=[<Function file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>comment_to_html_conversion_14</Name><USR>c:@F@comment_to_html_conversion_14#I#</USR><Declaration>void comment_to_html_conversion_14(int x1)</Declaration><Parameters><Parameter><Name>zzz</Name><Direction isExplicit="0">in</Direction><Disc (…)
    [all...]
  /external/eigen/test/
smallvectors.cpp 19 Scalar x1 = internal::random<Scalar>(), local
23 V2 v2(x1, x2);
24 V3 v3(x1, x2, x3);
25 V4 v4(x1, x2, x3, x4);
26 VERIFY_IS_APPROX(x1, v2.x());
27 VERIFY_IS_APPROX(x1, v3.x());
28 VERIFY_IS_APPROX(x1, v4.x());
  /bionic/libc/kernel/arch-mips/asm/pci/
bridge.h 326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/pci/
bridge.h 326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21
    [all...]
  /external/kernel-headers/original/asm-mips/pci/
bridge.h 400 #define BRIDGE_REV_A 0x1
409 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
410 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
415 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
416 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
417 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
420 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
421 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
422 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
423 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21
    [all...]
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21
    [all...]
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/pci/
bridge.h 326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21
    [all...]
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/pci/
bridge.h 326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/pci/
bridge.h 326 #define BRIDGE_REV_A 0x1
334 #define BRIDGE_STAT_FLASH_SELECT (0x1 << 6)
335 #define BRIDGE_STAT_PCI_GIO_N (0x1 << 5)
339 #define BRIDGE_CTRL_EN_CLK50 (0x1 << 30)
340 #define BRIDGE_CTRL_EN_CLK40 (0x1 << 29)
341 #define BRIDGE_CTRL_EN_CLK33 (0x1 << 28)
345 #define BRIDGE_CTRL_RST_PIN(x) (BRIDGE_CTRL_RST(0x1 << (x)))
346 #define BRIDGE_CTRL_IO_SWAP (0x1 << 23)
347 #define BRIDGE_CTRL_MEM_SWAP (0x1 << 22)
349 #define BRIDGE_CTRL_PAGE_SIZE (0x1 << 21
    [all...]
  /external/tremolo/Tremolo/
asm_arm.h 73 int x1, y1, l; local
79 : "=&r" (l), "=&r" (x1), "=&r" (y1), "=r" (a)
82 *x = x1;
92 int x1, y1, l; local
98 : "=&r" (l), "=&r" (x1), "=&r" (y1), "=r" (a)
101 *x = x1 << 1;
111 int x1, y1, l; local
117 : "=&r" (l), "=&r" (x1), "=&r" (y1)
120 *x = x1 << 1;
  /frameworks/av/media/libstagefright/foundation/
base64.cpp 106 uint8_t x1 = data[i]; local
110 out->append(encode6Bit(x1 >> 2));
111 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
120 uint8_t x1 = data[i]; local
122 out->append(encode6Bit(x1 >> 2));
123 out->append(encode6Bit((x1 << 4 | x2 >> 4) & 0x3f));
130 uint8_t x1 = data[i]; local
131 out->append(encode6Bit(x1 >> 2));
132 out->append(encode6Bit((x1 << 4) & 0x3f));
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonEncodings.h 185 0x1
209 0x1
227 0x1
233 0x1
257 0x1
263 0x1
269 0x1
311 0x1
335 0x1
377 0x1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSTimingFunctionValue.h 36 static PassRefPtr<CSSCubicBezierTimingFunctionValue> create(double x1, double y1, double x2, double y2)
38 return adoptRef(new CSSCubicBezierTimingFunctionValue(x1, y1, x2, y2));
43 double x1() const { return m_x1; } function in class:WebCore::CSSCubicBezierTimingFunctionValue
51 CSSCubicBezierTimingFunctionValue(double x1, double y1, double x2, double y2)
53 , m_x1(x1)
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.h 37 \param x1 image 1 point 1
47 double x1[3],double x2[3],double x3[3],double x4[3],
54 \param x1 image 1 point 1
62 double x1[3],double x2[3],double x3[3],
69 \param x1 image 1 point 1
77 double x1[3],double x2[3],
84 x[0]=x1;
96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude.
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_image_homography.h 37 \param x1 image 1 point 1
47 double x1[3],double x2[3],double x3[3],double x4[3],
54 \param x1 image 1 point 1
62 double x1[3],double x2[3],double x3[3],
69 \param x1 image 1 point 1
77 double x1[3],double x2[3],
84 x[0]=x1;
96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude.
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.h 37 \param x1 image 1 point 1
47 double x1[3],double x2[3],double x3[3],double x4[3],
54 \param x1 image 1 point 1
62 double x1[3],double x2[3],double x3[3],
69 \param x1 image 1 point 1
77 double x1[3],double x2[3],
84 x[0]=x1;
96 is required, although it could be desirable to keep x1,x2,xp1 and xp2 of reasonable magnitude.
100 DB_API int db_StitchRotationCommonFocalLength_3Points(double H[9],double x1[3],double x2[3],double x3[3],
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 150 extern "C" void rsdIntrinsicBlurVFU4_K(void *dst, const void *pin, int stride, const void *gptr, int rct, int x1, int ct);
151 extern "C" void rsdIntrinsicBlurHFU4_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
152 extern "C" void rsdIntrinsicBlurHFU1_K(void *dst, const void *pin, const void *gptr, int rct, int x1, int ct);
156 int x1, int x2) {
160 int t = (x2 - x1);
163 rsdIntrinsicBlurVFU4_K(out, ptrIn, iStride, gPtr, ct, x1, x1 + t);
165 x1 += t;
169 while(x2 > x1) {
181 x1++
287 uint32_t x1 = xstart; local
348 uint32_t x1 = xstart; local
    [all...]
  /external/lzma/Asm/x86/
7zCrcOpt.asm 48 mov x0, x1
85 mov x1, [SRCDAT 1]
93 shr x1, 16
95 movzx x1, x1_H
100 mov x1, [SRCDAT 3]
120 movzx x1, x0_L
125 CRC_MOV x1, r1, 3
126 xor x1, [SRCDAT 1]
127 CRC_XOR x1, r3, 2
128 CRC_XOR x1, r6, 0
    [all...]

Completed in 1071 milliseconds

<<11121314151617181920>>