HomeSort by relevance Sort by last modified time
    Searched refs:x2 (Results 1 - 25 of 4955) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/ASTMerge/Inputs/
var1.h 1 double x2; variable
typedef1.c 4 Typedef2 x2; variable
typedef2.c 4 Typedef2 x2; variable
var2.c 3 int x2; variable
  /external/clang/test/PCH/
cmdline-include2.h 1 enum { x2 }; enumerator in enum:__anon6559
cmdline-include.c 7 int g = x1 + x2;
chain-external-defs.c 24 // XB: @x2 = global i32 19
25 // XB-NOT: @x2 = global i32 19
26 int x2 = 19; variable
external-defs.c 8 // RUN: grep "@x2 = global i32 19" %t | count 1
9 int x2 = 19; variable
external-defs.h 5 int x2; variable
  /external/clang/test/CoverageMapping/
comment-in-macro.c 4 #define x2 return 0 macro
8 x2; // CHECK-NEXT: Expansion,File 0, [[@LINE]]:3 -> [[@LINE]]:5 = #0
  /external/compiler-rt/lib/builtins/
popcountdi2.c 22 du_int x2 = (du_int)a; local
23 x2 = x2 - ((x2 >> 1) & 0x5555555555555555uLL);
25 x2 = ((x2 >> 2) & 0x3333333333333333uLL) + (x2 & 0x3333333333333333uLL);
27 x2 = (x2 + (x2 >> 4)) & 0x0F0F0F0F0F0F0F0FuLL
    [all...]
  /external/vixl/test/traces/a64/
sim-fcmp-dz-trace-a64.h 39 0x2,
40 0x2,
41 0x2,
42 0x2,
43 0x2,
44 0x2,
45 0x2,
46 0x2,
47 0x2,
48 0x2,
    [all...]
sim-fcmp-d-trace-a64.h 58 0x2,
59 0x2,
60 0x2,
61 0x2,
62 0x2,
63 0x2,
64 0x2,
65 0x2,
66 0x2,
67 0x2,
    [all...]
sim-fcmp-sz-trace-a64.h 39 0x2,
40 0x2,
41 0x2,
42 0x2,
43 0x2,
44 0x2,
45 0x2,
46 0x2,
47 0x2,
49 0x2,
    [all...]
sim-fcmp-s-trace-a64.h 58 0x2,
59 0x2,
60 0x2,
61 0x2,
62 0x2,
63 0x2,
64 0x2,
65 0x2,
66 0x2,
68 0x2,
    [all...]
  /external/llvm/test/MC/AArch64/
elf-reloc-addsubimm.s 4 add x2, x3, #:lo12:some_label
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
median5.cpp 120 int16 x1, x2, x3, x4, x5; local
124 x2 = x[-1];
131 if (x2 < x1)
134 x1 = x2;
135 x2 = tmp;
153 if (x3 < x2)
155 tmp = x2;
156 x2 = x3;
159 if (x4 < x2)
161 tmp = x2;
    [all...]
  /external/libavc/common/armv8/
ih264_mem_fns_neon_av8.s 77 // x2 => num_bytes
92 subs x2, x2, #8
106 // x2 => num_bytes
113 subs x2, x2, #8
120 subs x2, x2, #8
122 cmn x2, #8
126 add x2, x2, #
    [all...]
  /external/libhevc/common/arm64/
ihevc_mem_fns.s 70 // x2 => num_bytes
86 SUBS x2,x2,#8
100 // x2 => num_bytes
108 SUBS x2,x2,#8
115 SUBS x2,x2,#8
117 CMN x2,#8
121 ADD x2,x2,#
    [all...]
  /external/clang/test/CXX/class/class.local/
p1-0x.cpp 7 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing function 'f'}} member in struct:C
13 int& x2 = x; // expected-error{{reference to local variable 'x' declared in enclosing lambda expression}} member in struct:C
  /external/clang/test/PCH/Inputs/
chain-external-defs1.h 5 int x2; variable
  /external/clang/test/Sema/
array-size.c 6 int x2[(unsigned)1073741824]; // expected-error{{array is too large}} local
  /external/valgrind/memcheck/tests/
badrw.c 8 short *x2; local
15 x2 = x-4;
22 y2 = *x2;
23 *x2 = y2;
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanhl.c 115 long double hi,lo,s,x2,x4,z; local
137 x2 = x*x;
139 x4 = x2*x2;
140 RETURNI(((T19*x2 + T17)*x4 + (T15*x2 + T13))*(x2*x*x2*x4*x4) +
141 ((T11*x2 + T9)*x4 + (T7*x2 + T5))*(x2*x*x2)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
double_const.py 21 x2 = eval(x_str)
22 assert x2 > 0.0
23 diff = abs(x - x2)
24 # If diff is no larger than 3 ULP (wrt x2), then diff/8 is no larger
25 # than 0.375 ULP, so adding diff/8 to x2 should have no effect.
26 if x2 + (diff / 8.) != x2:

Completed in 4131 milliseconds

1 2 3 4 5 6 7 8 91011>>