/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/ |
DebugShapeFactory.java | 176 // The number of bytes needed is: (floats in a vertex) * (vertices in a triangle) * (# of triangles) * (size of float in bytes) 180 // Force the limit, set the cap - most number of floats we will use the buffer for 234 // There are 3 floats needed for each vertex (x,y,z) 238 // Force the limit, set the cap - most number of floats we will use the buffer for
|
/external/skia/src/gpu/ |
GrGpuVertex.h | 34 // that it starts with all integers) even when the default vertices are floats
|
/external/valgrind/main/memcheck/tests/ |
sh-mem.c | 174 * don't have 32-bit floats. So 32-bit floats get cast to 64-bit 175 * floats. Memcheck does a PCast in this case, which means that if 180 * in short, for floats, we have to allow either 'j' or 0xFF
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLBRElement01.js | 78 The clear attribute specifies control flow of text around floats.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLBRElement01.js | 78 The clear attribute specifies control flow of text around floats.
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
InfoSink.h | 67 // Make sure floats are written with correct precision.
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
SkiaUtils.h | 54 // Skia has problems when passed infinite, etc floats, filter them to 0.
|
/external/webkit/Source/WebCore/rendering/ |
PaintPhase.h | 35 * Floats must paint above block backgrounds but entirely below inline content that can overlap them.
|
RenderBlockLineLayout.cpp | 793 Vector<FloatWithRect> floats; local [all...] |
/frameworks/base/graphics/java/android/graphics/ |
Matrix.java | 554 * specified dst points. The "points" are represented as an array of floats, 587 * two arrays represent their "points" as pairs of floats [x, y]. 590 * @param dstIndex The index of the first [x,y] pair of dst floats 592 * @param srcIndex The index of the first [x,y] pair of src floats 605 * two arrays represent their "vectors" as pairs of floats [x, y]. 612 * @param dstIndex The index of the first [x,y] pair of dst floats 614 * @param srcIndex The index of the first [x,y] pair of src floats 627 * two arrays represent their "points" as pairs of floats [x, y]. 642 * two arrays represent their "vectors" as pairs of floats [x, y].
|
/frameworks/native/opengl/libagl/ |
fixed_asm.S | 30 * this doesn't handle floats out of the [-32768, +32768[ range
|
/dalvik/tests/070-nio-buffer/src/ |
Main.java | 84 * Try this with either floats or ints; ints fail with 85 * BufferOverflowException, floats work.
|
/external/jmonkeyengine/engine/src/core/com/jme3/font/ |
BitmapTextPage.java | 90 pos = new float[4 * 3]; // 4 verticies * 3 floats
91 tc = new float[4 * 2]; // 4 verticies * 2 floats
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Vector2f.java | 267 * Check a vector... if it is null or its floats are NaN or infinite, return 659 * @param floats 664 public float[] toArray(float[] floats) { 665 if (floats == null) { 666 floats = new float[2]; 668 floats[0] = x; 669 floats[1] = y; 670 return floats;
|
Vector4f.java | 810 * Check a vector... if it is null or its floats are NaN or infinite, 840 * @param floats 845 public float[] toArray(float[] floats) { 846 if (floats == null) { 847 floats = new float[4]; 849 floats[0] = x; 850 floats[1] = y; 851 floats[2] = z; 852 floats[3] = w; 853 return floats; [all...] |
Vector3f.java | 859 * Check a vector... if it is null or its floats are NaN or infinite,
917 * @param floats
922 public float[] toArray(float[] floats) {
923 if (floats == null) {
924 floats = new float[3];
926 floats[0] = x;
927 floats[1] = y;
928 floats[2] = z;
929 return floats;
[all...] |
/external/llvm/lib/Target/R600/ |
AMDGPUInstrInfo.td | 38 // out = max(a, b) a and b are floats 53 // out = min(a, b) a and b are floats
|
/external/skia/legacy/include/core/ |
SkPostConfig.h | 39 // we do nothing in the else case: fixed-scalars can have floats or not 106 // if this is defined, we convert floats to 2scompliment ints for compares
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
SerializedFrame.java | 218 public void setFloats(float[] floats) { 220 setGenericObjectValue(floats);
|
GLFrame.java | 191 public void setFloats(float[] floats) { 194 if (!setNativeFloats(floats)) { 386 private native boolean setNativeFloats(float[] floats);
|
/frameworks/native/services/sensorservice/ |
traits.h | 92 float, double, long double) Floats; 107 enum { isStdFloat = TL::IndexOf<Floats, T>::value >= 0 };
|
/libcore/luni/src/test/java/libcore/java/lang/ |
OldAndroidFloatDoubleTest.java | 22 * Tests for basic functionality of floats and doubles. 67 // +-0 are distinct as Floats
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/ |
GenericWaveRS.java | 59 // so 8 floats per line. 117 // - create a buffer of floats that are the coordinates for the points that define the cube
|
/external/guava/guava/src/com/google/common/primitives/ |
Floats.java | 45 public final class Floats { 46 private Floats() {} 342 int result = Floats.compare(left[i], right[i]); 437 && Floats.indexOf(array, (Float) target, start, end) != -1; 443 int i = Floats.indexOf(array, (Float) target, start, end); 454 int i = Floats.lastIndexOf(array, (Float) target, start, end); 501 result = 31 * result + Floats.hashCode(array[i]);
|
/external/javassist/src/test/test/javassist/convert/ |
ArrayAccessReplaceTest.java | 286 private float[] floats; field in class:ArrayAccessReplaceTest.Simple 314 return floats[pos]; 358 floats[pos] = value;
|