HomeSort by relevance Sort by last modified time
    Searched defs:x2b (Results 1 - 5 of 5) sorted by null

  /external/clang/test/SemaTemplate/
temp_class_order.cpp 42 X2<const int*, const int*> x2b; variable
instantiate-member-template.cpp 118 X2<float> x2b; // expected-note{{instantiation}} variable
  /external/clang/test/CodeGenCXX/
global-llvm-constant.cpp 30 // CHECK: @x2b = global
31 extern const X2 x2b;
32 const X2 x2b = { { { 1 }, { 2 }, { 3 } } }; variable
  /external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
p1.cpp 116 X2<iarr> x2b; // expected-error {{cannot bind to template argument of type 'int [10]'}} local
  /external/libvorbis/lib/
floor1.c 46 int x2b; member in struct:lsfit_acc
426 int xa=0,ya=0,x2a=0,y2a=0,xya=0,na=0, xb=0,yb=0,x2b=0,y2b=0,xyb=0,nb=0; local
446 x2b += i*i;
463 a->x2b=x2b;
473 double xb=0,yb=0,x2b=0,y2b=0,xyb=0,bn=0; local
483 x2b+=a[i].x2b + a[i].x2a * weight;
492 x2b+= x0 * x0;
501 x2b+= x1 * x1
    [all...]

Completed in 366 milliseconds