HomeSort by relevance Sort by last modified time
    Searched defs:AA (Results 51 - 75 of 93) sorted by null

1 23 4

  /external/clang/test/SemaCXX/
overloaded-operator.cpp 263 struct AA { bool operator!=(AA&); };
264 struct BB : AA {};
  /external/clang/tools/libclang/
CXComment.cpp     [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java 639 int A, AA, AB, B, BA, BB;
650 AA = hash[A] + intZ;
655 return NoiseMath.lerp(floorZ, NoiseMath.lerp(floorY, NoiseMath.lerp(floorX, NoiseMath.grad(hash[AA], x, y, z),
659 NoiseMath.lerp(floorY, NoiseMath.lerp(floorX, NoiseMath.grad(hash[AA + 1], x, y, z - 1),
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 58 AliasAnalysis *AA;
142 AA(&pass.getAnalysis<AliasAnalysis>()),
656 if (DefMI && Edit->checkRematerializable(VNI, DefMI, AA)) {
    [all...]
MachineLICM.cpp 73 AliasAnalysis *AA; // Alias analysis info.
353 AA = &getAnalysis<AliasAnalysis>();
    [all...]
TwoAddressInstructionPass.cpp 70 AliasAnalysis *AA;
180 if (!MI->isSafeToMove(TII, AA, SeenStore))
786 if (!MI->isSafeToMove(TII, AA, SeenStore))
    [all...]
RegisterCoalescer.cpp 86 AliasAnalysis *AA;
753 if (!TII->isTriviallyReMaterializable(DefMI, AA))
756 if (!DefMI->isSafeToMove(TII, AA, SawStore))
    [all...]
  /external/opencv/cvaux/src/
cveigenobjects.cpp 48 float *AA = A, *VV = V;
59 for( i = 0; i < n; i++, VV += n, AA += n )
63 double Am = AA[j];
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 667 AA = -3, // AA (military base inside the US)
767 AA, FL, FL, XX, FL, XX, FL, FL, XX, FL, // 340-349
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 710 AA(1);
729 * @param type {@link Canvas.EdgeType#AA} if the path should be considered antialiased,
748 * @param type {@link Canvas.EdgeType#AA} if the path should be considered antialiased,
772 * @param type {@link Canvas.EdgeType#AA} if the path should be considered antialiased,
    [all...]