HomeSort by relevance Sort by last modified time
    Searched full:fi2 (Results 1 - 18 of 18) sorted by null

  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/
p8.cpp 52 void fi2(Inner);
61 fi2(i);
  /external/clang/test/SemaTemplate/
dependent-base-classes.cpp 33 struct FI2
35 C<typename FI2::type> a; // expected-error{{no type named 'type' in 'FI2<TT>'}}
  /external/clang/test/SemaObjC/
format-arg-attribute.m 23 extern NSString *fi2 (NSString *) __attribute__((format_arg(1)));
  /external/clang/test/CodeGen/
big-atomic-ops.c 37 void fi2(_Atomic(int) *i) {
38 // CHECK: @fi2
atomic-ops.c 40 void fi2(_Atomic(int) *i) {
41 // CHECK-LABEL: @fi2
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 59 // to be careful that renames like [FI0, FI1] -> [FI1, FI2] do not
60 // become FI0 -> FI1 -> FI2.
  /development/perftests/panorama/feature_stab/db_vlvm/
db_rob_image_homography.cpp 368 double f,fi,fi2; local
374 fi2=db_sqr(fi);
412 JE_dx_ref[6][m]= -fi2*H[6];
413 JE_dx_ref[7][m]= -fi2*H[7];
    [all...]
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 368 double f,fi,fi2; local
374 fi2=db_sqr(fi);
412 JE_dx_ref[6][m]= -fi2*H[6];
413 JE_dx_ref[7][m]= -fi2*H[7];
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_rob_image_homography.cpp 368 double f,fi,fi2; local
374 fi2=db_sqr(fi);
412 JE_dx_ref[6][m]= -fi2*H[6];
413 JE_dx_ref[7][m]= -fi2*H[7];
    [all...]
  /external/clang/test/Driver/
cl-outputs.c 248 // RUN: %clang_cl /P /Fifoo.x -### -- %s 2>&1 | FileCheck -check-prefix=Fi2 %s
249 // Fi2: "-E"
250 // Fi2: "-o" "foo.x"
  /external/valgrind/cachegrind/
cg_merge.c 269 char *fi2, *fn2; local
270 fi2 = strdup(ff->fi_name);
271 if (fi2 == NULL) return NULL;
274 free(fi2);
277 return new_FileFn( fi2, fn2 );
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 219 // Check for MVC 0(Length,FI1),0(FI2)
231 unsigned FI2 = MI->getOperand(3).getIndex();
233 MFI->getObjectSize(FI2) != Length)
237 SrcFrameIndex = FI2;
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
spill-01.ll 389 ; [FI0, FI1] -> [FI1, FI2], but applied it in the form FI0 -> FI1 -> FI2,
  /external/opencv/cvaux/src/
cvlmeds.cpp 199 double p, q, D, c1, c2, b1, b2, ro1, ro2, fi1, fi2, tt; local
222 fi2 = -fi1;
235 fi2 = CV_PI * (1 - SIGN( c2 )) / 2;
286 x[i][0] = cos( fi2 / 3. + 2 * CV_PI * (i % 3) / 3. ) * b1 - a2 / 3;
287 x[i][1] = sin( fi2 / 3. + 2 * CV_PI * (i % 3) / 3. ) * b2;
    [all...]
  /external/clang/test/SemaCXX/
cxx1y-generic-lambdas.cpp 102 int* (*fi2)(int) = L(3.14); //expected-error{{no viable conversion}}
cxx1y-generic-lambdas-capturing.cpp 844 int* (*fi2)(int) = L(3.14); //expected-error{{no viable conversion}}
  /external/hyphenation-patterns/hu/
hyph-hu.pat.txt     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 444 int FI2 = MF.getFrameInfo()->CreateFixedObject(4,
447 SDValue FIPtr2 = DAG.getFrameIndex(FI2, getPointerTy());
    [all...]

Completed in 553 milliseconds