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

  /external/clang/test/CodeGenCXX/
constructor-conversion.cpp 11 X(int) : iX(2), fX(2.3) , name("HELLO\n") { }
13 X(const char* arg, int ix=0) { iX = ix; fX = 6.0; name = arg+ix; }
14 X(): iX(100), fX(1.2) {}
15 int iX;
19 printf("iX = %d fX = %f name = %s\n", iX, fX, name);
conversion-function.cpp 20 public: operator int() { printf("operator int()\n"); return iX; }
22 X() : iX(100), fX(1.234) {}
23 int iX;
30 operator X() { printf("perator X()\n"); x.iX += iZ; x.fX += fZ; return x; }
  /external/tremolo/Tremolo/
mdct.c 323 DATA_TYPE *iX =x+(n>>1);
334 }while(x<iX);
360 }while(x<iX);
402 }while(x<iX);

Completed in 54 milliseconds