HomeSort by relevance Sort by last modified time
    Searched refs:floats (Results 1 - 11 of 11) sorted by null

  /dalvik/tests/003-omnibus-opcodes/src/
Array.java 47 static void checkFloats(float[] floats) {
48 assert(floats[0] == -1.5);
49 assert(floats[1] == -0.5);
50 assert(floats[2] == 0.0);
51 assert(floats[3] == 0.5);
52 assert(floats[4] == 1.5);
  /external/webkit/WebCore/rendering/
RootInlineBox.h 121 Vector<RenderBox*>& floats() function in class:WebCore::RootInlineBox
145 // Floats hanging off the line are pushed into this vector during layout. It is only
RenderBlockLineLayout.cpp 595 Vector<FloatWithRect> floats; local
617 floats.append(FloatWithRect(box));
702 RootInlineBox* startLine = determineStartPosition(firstLine, fullLayout, previousLineBrokeCleanly, resolver, floats, floatIndex);
    [all...]
RenderBlock.h 254 InlineBidiResolver&, Vector<FloatWithRect>& floats, unsigned& numCleanFloats);
289 // Called from lineWidth, to position the floats added in the last line.
290 // Returns ture if and only if it has positioned any floats.
  /external/chromium/third_party/icu/source/test/letest/
gendata.cpp 89 void dumpFloats(FILE *file, const char *tag, float *floats, le_int32 count) {
101 bufp += sprintf(&lineBuffer[bufp], "%f, ", floats[i]);
  /external/icu4c/test/letest/
gendata.cpp 89 void dumpFloats(FILE *file, const char *tag, float *floats, le_int32 count) {
101 bufp += sprintf(&lineBuffer[bufp], "%f, ", floats[i]);
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
PlatformAddress.java 144 public final void setFloatArray(int offset, float[] floats,
148 osaddr + offset, floats, floatsOffset, length, swap);
OSMemory.java 230 public static native void setFloatArray(int address, float[] floats, int offset,
  /external/libffi/src/mips/
o32.S 116 l.s $f14, 1*FFI_SIZEOF_ARG($sp) # passing two floats
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 349 float* floats = autoPts.ptr(); local
357 // now convert the floats into SkPoints
361 const float* src = floats + offset;
607 // convert floats to fixed
    [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 1401 milliseconds