Searched refs:quarter (Results 1 – 25 of 486) sorted by relevance
12345678910>>...20
/third_party/mesa3d/bin/ |
D | gen_calendar_entries.py | 85 quarter = datetime.date.fromisoformat(f'20{major}-0{[1, 4, 7, 10][int(minor)]}-01') 88 day = quarter.isoweekday() 93 return quarter.replace(day=quarter.day - day + 3 + 14) 95 quarter = quarter.replace(day=quarter.day + 3 - day) 96 return quarter.replace(day=quarter.day + 14)
|
/third_party/icu/icu4c/source/data/locales/ |
D | en_GB.txt | 156 "1st quarter", 157 "2nd quarter", 158 "3rd quarter", 159 "4th quarter",
|
D | ar_XB.txt | 281 "1st quarter", 282 "2nd quarter", 283 "3rd quarter", 284 "4th quarter", 614 quarter{ 615 dn{"quarter"} 617 "-1"{"last quarter"} 618 "0"{"this quarter"} 619 "1"{"next quarter"} 623 one{"in {0} quarter"} [all …]
|
D | ceb.txt | 598 "unang quarter", 599 "ika-2 nga quarter", 600 "ika-3 nga quarter", 601 "ika-4 nga quarter", 612 "unang quarter", 613 "ika-2 nga quarter", 614 "ika-3 nga quarter", 615 "ika-4 nga quarter", 700 quarter{ 701 dn{"quarter"} [all …]
|
D | sat.txt | 321 quarter{ 324 quarter-narrow{ 327 quarter-short{
|
D | mni.txt | 347 quarter{ 350 quarter-narrow{ 353 quarter-short{
|
D | ks_Deva.txt | 323 quarter{ 326 quarter-narrow{ 329 quarter-short{
|
D | mzn.txt | 312 quarter{ 323 quarter-narrow{ 334 quarter-short{
|
D | lrc.txt | 363 quarter{ 366 quarter-narrow{ 369 quarter-short{
|
D | sd_Deva.txt | 383 quarter{ 386 quarter-narrow{ 389 quarter-short{
|
D | fil.txt | 1701 "ika-1 quarter", 1702 "ika-2 quarter", 1703 "ika-3 quarter", 1704 "ika-4 na quarter", 1721 "ika-1 quarter", 1722 "ika-2 quarter", 1723 "ika-3 quarter", 1724 "ika-4 na quarter", 3366 quarter{ 3367 dn{"quarter"} [all …]
|
/third_party/vk-gl-cts/external/amber/src/tests/cases/ |
D | draw_triangle_list_using_geom_shader.vkscript | 91 # Red for left-top quarter frame 95 # Green for right-top quarter frame 99 # Blue for left-bottom quarter frame 103 # Mixed color for quarter frame
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | en_GB.txt | 190 "1st quarter", 191 "2nd quarter", 192 "3rd quarter", 193 "4th quarter",
|
D | ceb.txt | 563 "unang quarter", 564 "ika-2 nga quarter", 565 "ika-3 nga quarter", 566 "ika-4 nga quarter", 577 "unang quarter", 578 "ika-2 nga quarter", 579 "ika-3 nga quarter", 580 "ika-4 nga quarter", 665 quarter{ 666 dn{"quarter"} [all …]
|
D | sat.txt | 270 quarter{ 273 quarter-narrow{ 276 quarter-short{
|
D | mni.txt | 314 quarter{ 317 quarter-narrow{ 320 quarter-short{
|
D | mai.txt | 342 quarter{ 345 quarter-narrow{ 348 quarter-short{
|
D | lrc.txt | 343 quarter{ 346 quarter-narrow{ 349 quarter-short{
|
D | mzn.txt | 312 quarter{ 323 quarter-narrow{ 334 quarter-short{
|
D | fil.txt | 1562 "ika-1 quarter", 1563 "ika-2 quarter", 1564 "ika-3 quarter", 1565 "ika-4 na quarter", 1582 "ika-1 quarter", 1583 "ika-2 quarter", 1584 "ika-3 quarter", 1585 "ika-4 na quarter", 3147 quarter{ 3148 dn{"quarter"} [all …]
|
/third_party/icu/icu4c/source/data/unit/ |
D | ig.txt | 41 quarter{ 109 quarter{ 135 quarter{
|
D | de_CH.txt | 28 quarter{ 90 quarter{
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-const-folding-ceil-vec4/ |
D | 0-opt.wgsl | 3 quarter : f32; 12 let x_32 : f32 = x_6.quarter;
|
/third_party/skia/third_party/externals/tint/test/vk-gl-cts/graphicsfuzz/cov-value-tracking-uniform-incident/ |
D | 0-opt.wgsl | 3 quarter : f32; 16 let x_44 : f32 = x_7.quarter;
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_fs_visitor.cpp | 187 abld.quarter(i).ADD(quarter(offset(delta_xy, abld, 0), i), in emit_interpolation_setup_gfx4() 188 quarter(this->pixel_x, i), xstart); in emit_interpolation_setup_gfx4() 189 abld.quarter(i).ADD(quarter(offset(delta_xy, abld, 1), i), in emit_interpolation_setup_gfx4() 190 quarter(this->pixel_y, i), ystart); in emit_interpolation_setup_gfx4() 552 bld.quarter(q).SEL( in emit_interpolation_setup_gfx6() 553 quarter(offset(delta_xy[i], bld, c), q), in emit_interpolation_setup_gfx6() 554 quarter(offset(centroid_delta_xy, bld, c), q), in emit_interpolation_setup_gfx6() 555 quarter(offset(pixel_delta_xy, bld, c), q))); in emit_interpolation_setup_gfx6()
|
12345678910>>...20