/external/jmonkeyengine/engine/src/core/com/jme3/shadow/ |
PssmShadowUtil.java | 55 * Updates the frustum splits stores in <code>splits</code> using PSSM. 57 public static void updateFrustumSplits(float[] splits, float near, float far, float lambda) { 58 for (int i = 0; i < splits.length; i++) { 59 float IDM = i / (float) splits.length; 62 splits[i] = log * lambda + uniform * (1.0f - lambda); 67 splits[0] = near; 68 splits[splits.length - 1] = far; 72 * Compute the Zfar in the model vieuw to adjust the Zfar distance for the splits calculatio [all...] |
PssmShadowRenderer.java | 59 * It splits the view frustum in several parts and compute a shadow map for each 60 * one.<br> splits are distributed so that the closer they are from the camera, 131 private ColorRGBA splits; field in class:PssmShadowRenderer 175 splits = new ColorRGBA(); 350 //We prevent computing the frustum points and splits with zeroed or negative near clip value 364 splits.a = splitsArray[4]; 366 splits.b = splitsArray[3]; 368 splits.g = splitsArray[2]; 371 splits.r = splitsArray[1]; 433 postshadowMat.setColor("Splits", splits) [all...] |
/external/robolectric/src/main/java/com/xtremelabs/robolectric/ |
ApplicationResolver.java | 53 String[] splits = receiverClassName.split("\\."); local 55 if (splits[splits.length - 1].matches(staticInnerClassRegex) && splits[splits.length - 2].matches(staticInnerClassRegex)) {
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Shadow/ |
PostShadowPSSM.j3md | 13 Vector4 Splits
|
/external/llvm/tools/llvm-objdump/ |
MCFunction.cpp | 36 std::set<uint64_t> Splits; 37 Splits.insert(Start); 66 Splits.insert(targ); 70 Splits.insert(Index+Size); 74 Splits.insert(Index+Size); 96 for (std::set<uint64_t>::iterator spi = Splits.begin(), 97 spe = llvm::prior(Splits.end()); spi != spe; ++spi) {
|
/cts/tools/dasm/src/dasm/ |
Utils.java | 34 * Splits string like "v1, v2, v3" or "v1..v3" into list of registers 80 * Splits string "package/class/method(param)return_type" into 119 * Splits string "package/class/field" into "package/class" and "field" 139 * Splits string "method(param)return_type" into "method" and
|
/external/dropbear/libtomcrypt/ |
parsenames.pl | 3 # Splits the list of files and outputs for makefile type files
|
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/ |
Splitter.java | 306 * Splits {@code sequence} into string components and makes them available 327 * Returns a {@code MapSplitter} which splits entries based on this splitter, 328 * and splits entries into keys and values using the specified separator. 339 * Returns a {@code MapSplitter} which splits entries based on this splitter, 340 * and splits entries into keys and values using the specified key-value 352 * An object that splits strings into maps as {@code Splitter} splits 371 * Splits {@code sequence} into substrings, splits each substring into
|
/external/chromium/base/ |
string_split.h | 18 // Splits |str| into a vector of strings delimited by |s|. Append the results 78 // Splits the string along whitespace (where whitespace is the five space
|
/external/icu4c/test/intltest/ |
cpdtrtst.h | 47 * Splits a UnicodeString
|
fldset.cpp | 68 static UnicodeString *split(const UnicodeString &src, UChar ch, int32_t &splits) 72 splits = 1; 74 splits += 1; 77 UnicodeString *result = new UnicodeString[splits];
|
/external/webrtc/src/modules/audio_processing/ |
splitting_filter.h | 21 * Splits a super-wb signal into two subbands: 0-8 kHz and 8-16 kHz.
|
/external/guava/guava/src/com/google/common/base/ |
Splitter.java | 200 * Splitter.on(Pattern.compile("\r?\n")).split(entireFile)} splits a string 235 * Splitter.onPattern("\r?\n").split(entireFile)} splits a string into lines 364 * Splits {@code sequence} into string components and makes them available 385 * Returns a {@code MapSplitter} which splits entries based on this splitter, 386 * and splits entries into keys and values using the specified separator. 397 * Returns a {@code MapSplitter} which splits entries based on this splitter, 398 * and splits entries into keys and values using the specified key-value 410 * An object that splits strings into maps as {@code Splitter} splits 429 * Splits {@code sequence} into substrings, splits each substring int [all...] |
/external/llvm/test/CodeGen/Mips/ |
2011-05-26-BranchKillsVreg.ll | 4 ; PHI elimination splits the critical edge from %while.end415 to %if.end427.
|
/external/llvm/test/Transforms/ScalarRepl/ |
2008-06-05-loadstore-agg.ll | 4 ; values. This checks of scalarrepl splits up the struct and array properly.
|
/external/regex-re2/re2/testing/ |
regexp_generator.h | 64 // Splits string everywhere sep is found, returning
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
QName.java | 24 * Splits a qname into prefix and localname.
|
/frameworks/av/libvideoeditor/osal/inc/ |
M4OSA_OptionID.h | 53 /** This macro splits an optionID into read/write access,
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
CDATASectionImpl.java | 49 * Splits this CDATA node into parts that do not contain a "]]>" sequence.
|
/system/core/include/cutils/ |
logprint.h | 103 * Splits a wire-format buffer into an AndroidLogEntry
|
/external/clang/include/clang/Frontend/ |
CommandLineSourceLoc.h | 39 // If both tail splits were valid integers, return success.
|
/external/llvm/include/llvm/MC/ |
MCAtom.h | 55 /// split - Splits the atom in two at a given address, which must align with
|
/external/v8/src/ |
flags.h | 65 // Set the flag values by parsing the string str. Splits string into argc
|
/external/webkit/LayoutTests/dom/html/level1/core/ |
hc_textsplittextone.js | 84 The method splits the Text node into two new sibling
|
/external/webkit/LayoutTests/dom/xhtml/level1/core/ |
hc_textsplittextone.js | 84 The method splits the Text node into two new sibling
|