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

  /external/swiftshader/src/Renderer/
QuadRasterizer.cpp 145 Float4 yyyy = Float4(Float(y)) + *Pointer<Float4>(primitive + OFFSET(Primitive,yQuad), 16); local
151 Float4 y = yyyy;
238 Dw = *Pointer<Float4>(primitive + OFFSET(Primitive,w.C), 16) + yyyy * *Pointer<Float4>(primitive + OFFSET(Primitive,w.B), 16);
251 Dv[interpolant][component] += yyyy * *Pointer<Float4>(primitive + OFFSET(Primitive,V[interpolant][component].B), 16);
263 Df += yyyy * *Pointer<Float4>(primitive + OFFSET(Primitive,f.B), 16);
  /libcore/ojluni/src/main/java/java/sql/
Date.java 101 * in the format "yyyy-[m]m-[d]d". The leading zero for <code>mm</code>
106 * JDBC date escape format (yyyy-[m]m-[d]d)
126 String yyyy = s.substring(0, firstDash); local
129 if (yyyy.length() == YEAR_LENGTH &&
132 int year = Integer.parseInt(yyyy);
151 * Formats a date in the date escape format yyyy-mm-dd.
153 * @return a String in yyyy-mm-dd format
Timestamp.java 41 * <li><code>19 </code>, which is the number of characters in yyyy-mm-dd hh:mm:ss
43 * of characters in the yyyy-mm-dd hh:mm:ss.[fff...] and <code>s</code> represents the scale of the given Timestamp,
158 * @param s timestamp in format <code>yyyy-[m]m-[d]d hh:mm:ss[.f...]</code>. The
164 * does not have the format <code>yyyy-[m]m-[d]d hh:mm:ss[.f...]</code>
188 String formatError = "Timestamp format must be yyyy-mm-dd hh:mm:ss[.fffffffff]";
219 String yyyy = date_s.substring(0, firstDash); local
222 if (yyyy.length() == YEAR_LENGTH &&
225 year = Integer.parseInt(yyyy);
268 * <code>yyyy-mm-dd hh:mm:ss.fffffffff</code>,
272 * <code>yyyy-mm-dd hh:mm:ss.fffffffff</code> forma
    [all...]
  /external/swiftshader/src/Shader/
PixelRoutine.cpp 108 Float4 yyyy = Float4(Float(y)) + *Pointer<Float4>(primitive + OFFSET(Primitive,yQuad), 16); local
112 Float4 YYYY = Float4(0.0f);
121 YYYY += *Pointer<Float4>(constants + OFFSET(Constants,sampleY[q]) + 16 * cMask[q]);
127 YYYY *= WWWW;
130 YYYY += yyyy;
140 rhwCentroid = reciprocal(interpolateCentroid(XXXX, YYYY, rhwCentroid, primitive + OFFSET(Primitive,w), false, false));
156 v[interpolant][component] = interpolateCentroid(XXXX, YYYY, rhwCentroid, primitive + OFFSET(Primitive, V[interpolant][component]), (state.interpolant[interpolant].flat & (1 << component)) != 0, state.perspective);
    [all...]
  /external/swiftshader/src/Reactor/
Reactor.hpp 1580 Swizzle4<Vector4, 0x55> yyyy; member in union:sw::XYZW::__anon35659
    [all...]
  /prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.20.1/
sqlite-jdbc-3.20.1.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 158 milliseconds