Searched refs:yy2 (Results 1 - 5 of 5) sorted by relevance
/third_party/ninja/src/ |
H A D | lexer.cc | 172 if (yych <= 0x00) goto yy2; in ReadToken() 223 yy2: in ReadToken()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | localtime.c | 839 int d, m1, yy0, yy1, yy2, dow; in transtime() local 879 yy2 = yy0 % 100; in transtime() 881 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; in transtime()
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | localtime.c | 837 int d, m1, yy0, yy1, yy2, dow; in transtime() local 877 yy2 = yy0 % 100; in transtime() 879 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; in transtime()
|
/third_party/tzdata/ |
H A D | localtime.c | 1002 int d, m1, yy0, yy1, yy2, dow; in transtime() local 1041 yy2 = yy0 % 100; in transtime() 1043 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; in transtime()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktGlobalPriorityQueueTests.cpp | 158 const float yy2 = y2 * 2.0f - 1.0f; in buildVerticesAndIndices() local 176 vertices[ quad * compPerQuad + 5 ] = yy2; in buildVerticesAndIndices() 178 vertices[ quad * compPerQuad + 7 ] = yy2; in buildVerticesAndIndices() 632 float yy2 = y2 * 2.0 - 1.0; in initPrograms() 648 quads.data[at].c[2] = vec2(xx2, yy2); in initPrograms() 649 quads.data[at].c[3] = vec2(xx1, yy2); in initPrograms()
|
Completed in 11 milliseconds