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

  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
Basis.java 34 import com.jme3.terrain.noise.basis.ImprovedNoise;
41 * The main concept is to look at noise as a basis for generating fractals.
42 * Basis can be anything, like a simple:
55 * Fractals themselves are implementing the Basis interface as well, opening
63 public interface Basis {
67 public Basis setScale(float scale);
71 public Basis addModulator(Modulator modulator);
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 44 // When such rewriting is possible, we call S1 a "basis" of S2. When S2 has
46 // basis, the basis that is the closest ancestor in the dominator tree.
91 Stride(nullptr), Ins(nullptr), Basis(nullptr) {}
95 Basis(nullptr) {}
104 // candidate with respect to its immediate basis. Note that one instruction
118 // Points to the immediate basis of this candidate, or nullptr if we cannot
119 // find any basis for this candidate.
120 Candidate *Basis;
146 // Returns true if Basis is a basis for C, i.e., Basis dominates C and the
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
XPathParser.java 13 * distributed under the License is distributed on an "AS IS" BASIS,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9mesh.h 256 D3DBASISTYPE Basis;
    [all...]
d3d8types.h     [all...]
d3d9types.h     [all...]

Completed in 2324 milliseconds