HomeSort by relevance Sort by last modified time
    Searched full:flo (Results 1 - 14 of 14) sorted by null

  /external/skia/include/core/
Sk64.h 29 uint32_t fLo; //!< the low 32 bits of the number
33 SkBool is32() const { return fHi == ((int32_t)fLo >> 31); }
37 SkBool is64() const { return fHi != ((int32_t)fLo >> 31); }
46 int32_t get32() const { SkASSERT(this->is32()); return (int32_t)fLo; }
53 uint32_t sum = fLo + (1 << 15);
55 if (sum < fLo) {
75 SkBool isZero() const { return (fHi | fLo) == 0; }
78 SkBool nonZero() const { return fHi | fLo; }
84 SkBool isPos() const { return ~(fHi >> 31) & (fHi | fLo); }
87 int getSign() const { return (fHi >> 31) | Sk32ToBool(fHi | fLo); }
    [all...]
  /external/skia/src/core/
Sk64.cpp 34 uint32_t lo = fLo;
53 fHi = fLo << (bits - 32);
54 fLo = 0;
58 fHi = (fHi << bits) | (fLo >> (32 - bits));
59 fLo <<= bits;
68 return fLo;
78 return (fHi << (32 - bits)) | (fLo >> bits);
90 fLo = fHi >> (bits - 32);
95 fLo = (fHi << (32 - bits)) | (fLo >> bits)
    [all...]
SkMath.cpp 141 return tmp.fLo;
SkMatrix.cpp 705 denom = (int32_t)tmp1.fLo << (s - 33);
    [all...]
  /external/skia/tests/
Sk64Test.cpp 23 return ((SkLONGLONG)a.fHi << 32) | a.fLo;
41 a.fHi = a.fLo = 0;
48 a.fHi = 0; a.fLo = 5;
54 a.fHi = -1; a.fLo = (uint32_t)-5;
99 a.fLo = 0;
100 b.fLo = 0;
  /external/strace/
CREDITS 40 Florian Lohoff <flo@rfc822.org>
util.c     [all...]
ChangeLog     [all...]
  /external/astl/tests/
test_string.cpp 338 str1.append(" Flo Rida.");
339 EXPECT_TRUE(str1 == "You spin my head right round. Flo Rida.");
343 EXPECT_TRUE(str2 == "You spin my head right round. Flo Rida.");
437 str1 += " Flo Rida.";
438 EXPECT_TRUE(str1 == "You spin my head right round. Flo Rida.");
442 EXPECT_TRUE(str2 == "You spin my head right round. Flo Rida.");
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
PrintWriterTest.java 451 final float flo = 49.08765f; local
452 pw.print(flo);
455 new String(baos.toByteArray()).equals(String.valueOf(flo)));
673 final float flo = 40.4646464f; local
675 pw.println(flo);
682 + String.valueOf(flo), s.equals(String.valueOf(flo)));
    [all...]
  /frameworks/base/core/res/res/values-en-rUS/
donottranslate-names.xml 78 <item>Florence, Flo</item>
  /external/webkit/WebKitLibraries/win/lib/
WebKitSystemInterface.lib     [all...]
  /external/webkit/LayoutTests/http/conf/
mime.types 226 application/vnd.micrografx.flo
  /external/srec/config/en.us/dictionary/
large.ok     [all...]

Completed in 52 milliseconds