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

  /external/chromium_org/third_party/skia/include/utils/
SkLuaCanvas.h 75 lua_State* fL;
SkLua.h 35 lua_State* get() const { return fL; }
36 lua_State* operator*() const { return fL; }
37 lua_State* operator->() const { return fL; }
58 lua_State* fL;
  /external/skia/include/utils/
SkLuaCanvas.h 75 lua_State* fL;
SkLua.h 35 lua_State* get() const { return fL; }
36 lua_State* operator*() const { return fL; }
37 lua_State* operator->() const { return fL; }
58 lua_State* fL;
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec.c 251 int32 fL;
254 fL = ( int32 )0x7FFF0000 / maxAbsL;
260 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( int32 )dstL[ iL ] * fL + 32768 ) >> 16;
263 return fL;
294 int32 fL;
308 /* fL is positive and occupies only 16 bits - a product with int16 fits in int32 */
309 fL = ( uint32 )0xFFFFFFFF / normL;
312 for( iL = 0; iL < sizeL; iL++ ) dstL[ iL ] = ( ( ( ( int32 )dstL[ iL ] * fL ) >> 15 ) + 1 ) >> 1;
  /external/chromium_org/third_party/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 491 SkScalar fL;
662 verts[i].fConic.fL = pnt.fX * l[0] + pnt.fY * l[1] + l[2];
    [all...]
  /external/skia/src/gpu/
GrAAHairLinePathRenderer.cpp 491 SkScalar fL;
662 verts[i].fConic.fL = pnt.fX * l[0] + pnt.fY * l[1] + l[2];
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 79 fL = luaL_newstate();
80 luaL_openlibs(fL);
81 SkLua::Load(fL);
84 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {}
89 lua_getglobal(fL, fTermCode.c_str());
90 if (lua_pcall(fL, 0, 0, 0) != LUA_OK) {
91 SkDebugf("lua err: %s\n", lua_tostring(fL, -1));
94 lua_close(fL);
99 int err = luaL_loadstring(fL, code) || lua_pcall(fL, 0, 0, 0)
    [all...]
  /external/skia/src/utils/
SkLua.cpp 79 fL = luaL_newstate();
80 luaL_openlibs(fL);
81 SkLua::Load(fL);
84 SkLua::SkLua(lua_State* L) : fL(L), fWeOwnL(false) {}
89 lua_getglobal(fL, fTermCode.c_str());
90 if (lua_pcall(fL, 0, 0, 0) != LUA_OK) {
91 SkDebugf("lua err: %s\n", lua_tostring(fL, -1));
94 lua_close(fL);
99 int err = luaL_loadstring(fL, code) || lua_pcall(fL, 0, 0, 0)
    [all...]
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c     [all...]
host_x86_isel.c     [all...]

Completed in 2481 milliseconds