/external/eigen/unsupported/Eigen/ |
AlignedVector3 | 151 inline AlignedVector3 normalized()
|
/external/guava/guava/src/com/google/common/net/ |
HostSpecifier.java | 170 * string will be normalized to all lower case. If the specifier was
|
InternetDomainName.java | 56 * <p>During construction, names are normalized in two ways: 62 * <p>The normalized values will be returned from {@link #toString()} and 302 * Returns the individual components of this domain name, normalized to all 515 * Returns the domain name, normalized to all lower case.
|
/external/icu/icu4c/source/test/perf/howExpensiveIs/ |
readme.txt | 22 ***** Attribute 'standardizedTime': The SieveTest by definition has a standardized test of 1, it runs a prime number sieve as a benchmark. All other standardizedTimes are normalized against this value.
|
/external/iproute2/netem/ |
maketable.c | 73 /* Create a (normalized) distribution table from a set of observed
|
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
JglfwGL20.java | 728 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, Buffer ptr) {
729 GL.glVertexAttribPointer(indx, size, type, normalized, stride, ptr, getPosition(ptr));
732 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, int ptr) {
733 GL.glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
GwtGL20Debug.java | 1042 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, Buffer ptr) {
1044 super.glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
1049 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, int ptr) {
1051 super.glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/ |
Sweep.java | 80 * @param t the normalized time in [0,1].
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/ |
btRaycastCallback.cpp | 102 // Triangle normal isn't normalized
|
btSubSimplexConvexCast.cpp | 144 result.m_normal = n.normalized();
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
btQuaternion.java | 104 public Quaternion normalized() { method in class:btQuaternion
|
btVector3.java | 108 public Vector3 normalized() { method in class:btVector3
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/ |
GL20Profiler.java | 1198 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, Buffer ptr) { 1200 gl20.glVertexAttribPointer(indx, size, type, normalized, stride, ptr); 1205 public void glVertexAttribPointer (int indx, int size, int type, boolean normalized, int stride, int ptr) { 1207 gl20.glVertexAttribPointer(indx, size, type, normalized, stride, ptr);
|
/external/libgdx/gdx/src/com/badlogic/gdx/math/ |
CumulativeDistribution.java | 67 //reset the interval to the normalized frequency
|
/external/libopus/silk/ |
LP_variable_cutoff.c | 35 [0.95 : 0.15 : 0.35] normalized cut off frequencies.
|
NLSF_stabilize.c | 48 opus_int16 *NLSF_Q15, /* I/O Unstable/stabilized normalized LSF vector in Q15 [L] */
|
tables_other.c | 113 [0.95 : 0.15 : 0.35] normalized cut off frequencies. */
|
/external/libopus/silk/fixed/ |
find_pred_coefs_FIX.c | 72 /* Invert the inverted and normalized gains */
|
/external/libopus/silk/float/ |
SigProc_FLP.h | 91 silk_float *LTPCorr, /* I/O Normalized correlation; input: value from previous frame */
|
/external/llvm/test/CodeGen/X86/ |
lsr-normalization.ll | 8 ; loop. The expression should be properly normalized and simplified,
|
/external/llvm/test/Transforms/LoopStrengthReduce/X86/ |
pr17473.ll | 7 ; expression. In this testcase, the normalized expression was denormalized to
|
/external/mesa3d/docs/ |
relnotes-6.5.1.html | 78 <li>'normalized' parameter to glVertexAttribPointerARB didn't work
|
relnotes-8.0.2.html | 130 <li>mesa: Don't disable fast path for normalized types</li>
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_code.h | 159 * If the sampler will receive non-normalized coords,
|
/external/mesa3d/src/mesa/main/ |
glformats.c | 311 * Test if the given format is an integer (non-normalized) format. 387 * Test if the given type is an integer (non-normalized) format. 407 * Test if the given format or type is an integer (non-normalized) format. 636 /* signed, normalized texture formats */ [all...] |