Home
last modified time | relevance | path

Searched refs:TRUNC (Results 1 – 25 of 39) sorted by relevance

12

/third_party/freetype/src/smooth/
Dftgrays.c336 #undef TRUNC
337 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro
649 ex1 = TRUNC( x1 ); in gray_render_scanline()
650 ex2 = TRUNC( x2 ); in gray_render_scanline()
742 ey1 = TRUNC( ras.y ); in gray_render_line()
743 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */ in gray_render_line()
766 TCoord ex = TRUNC( ras.x ); in gray_render_line()
825 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); in gray_render_line()
852 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); in gray_render_line()
880 ey1 = TRUNC( ras.y ); in gray_render_line()
[all …]
/third_party/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c336 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro
647 ex1 = TRUNC( x1 ); in gray_render_scanline()
648 ex2 = TRUNC( x2 ); in gray_render_scanline()
740 ey1 = TRUNC( ras.y ); in gray_render_line()
741 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */ in gray_render_line()
764 TCoord ex = TRUNC( ras.x ); in gray_render_line()
823 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); in gray_render_line()
850 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); in gray_render_line()
878 ey1 = TRUNC( ras.y ); in gray_render_line()
879 ey2 = TRUNC( to_y ); in gray_render_line()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/smooth/
Dftgrays.c339 #define TRUNC( x ) (TCoord)( (x) >> PIXEL_BITS ) macro
616 ex1 = TRUNC( x1 ); in gray_render_scanline()
617 ex2 = TRUNC( x2 ); in gray_render_scanline()
714 ey1 = TRUNC( ras.y ); in gray_render_line()
715 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */ in gray_render_line()
738 TCoord ex = TRUNC( ras.x ); in gray_render_line()
802 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); in gray_render_line()
829 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 ); in gray_render_line()
857 ey1 = TRUNC( ras.y ); in gray_render_line()
858 ey2 = TRUNC( to_y ); in gray_render_line()
[all …]
/third_party/rust/crates/rustix/tests/fs/
Dinvalid_offset.rs22 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_seek()
51 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_fallocate()
81 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_fadvise()
113 OFlags::RDWR | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_pread()
133 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_pwrite()
153 OFlags::RDWR | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_copy_file_range()
160 OFlags::WRONLY | OFlags::TRUNC | OFlags::CREATE, in invalid_offset_copy_file_range()
Dopenat2.rs45 OFlags::WRONLY | OFlags::CREATE | OFlags::TRUNC | OFlags::CLOEXEC, in test_openat2()
/third_party/rust/crates/rustix/tests/io/
Dread_write.rs17 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_readwrite_pv()
55 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_readwrite_p()
80 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_readwrite_v()
107 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_readwrite()
161 OFlags::RDWR | OFlags::CREATE | OFlags::TRUNC, in test_pwritev2()
/third_party/icu/docs/userguide/usefrom/
Dcobol.md80 … | PIC S9-S9(4) COMP-5. Can beCOMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
81 … | PIC 9-9(4) COMP-5. Can be COMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
82 … | PIC 9(5)-9(9) COMP-5. Can be COMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
83 … | PIC 9(10)-9(18) COMP-5. Can be COMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
99 … | PIC S9(4) BINARY. Can beCOMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
100 … | PIC 9(4) BINARY. Can beCOMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
101 … | PIC S9(9) COMP-5. Can be COMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
102 … | PIC 9(9) COMP-5. Can be COMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
103 … | PIC 9(4) BINARY. Can beCOMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
104 … | PIC 9(9) COMP-5. Can be COMP, COMP-4, or BINARY if you use the TRUNC(BIN) compiler opti…
[all …]
/third_party/freetype/src/raster/
Dftraster.c427 #undef TRUNC
432 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
1007 e1 = (Int)TRUNC( miny ); in Line_Up()
1012 e1 = (Int)TRUNC( y1 ); in Line_Up()
1019 e2 = (Int)TRUNC( maxy ); in Line_Up()
1024 e2 = (Int)TRUNC( y2 ); in Line_Up()
1230 ras.cProfile->start = TRUNC( e0 ); in Bezier_Up()
1237 if ( ( top + TRUNC( e2 - e ) + 1 ) >= ras.maxBuff ) in Bezier_Up()
2237 e1 = TRUNC( e1 ); in Vertical_Sweep_Span()
2238 e2 = TRUNC( e2 ); in Vertical_Sweep_Span()
[all …]
/third_party/skia/third_party/externals/freetype/src/raster/
Dftraster.c427 #undef TRUNC
432 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
1007 e1 = (Int)TRUNC( miny ); in Line_Up()
1012 e1 = (Int)TRUNC( y1 ); in Line_Up()
1019 e2 = (Int)TRUNC( maxy ); in Line_Up()
1024 e2 = (Int)TRUNC( y2 ); in Line_Up()
1230 ras.cProfile->start = TRUNC( e0 ); in Bezier_Up()
1237 if ( ( top + TRUNC( e2 - e ) + 1 ) >= ras.maxBuff ) in Bezier_Up()
2237 e1 = TRUNC( e1 ); in Vertical_Sweep_Span()
2238 e2 = TRUNC( e2 ); in Vertical_Sweep_Span()
[all …]
/third_party/flutter/skia/third_party/externals/freetype/src/raster/
Dftraster.c447 #undef TRUNC
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits ) macro
1036 e1 = (Int)TRUNC( miny ); in Line_Up()
1041 e1 = (Int)TRUNC( y1 ); in Line_Up()
1048 e2 = (Int)TRUNC( maxy ); in Line_Up()
1053 e2 = (Int)TRUNC( y2 ); in Line_Up()
1260 ras.cProfile->start = TRUNC( e0 ); in Bezier_Up()
1267 if ( ( top + TRUNC( e2 - e ) + 1 ) >= ras.maxBuff ) in Bezier_Up()
2263 e1 = TRUNC( e1 ); in Vertical_Sweep_Span()
2264 e2 = TRUNC( e2 ); in Vertical_Sweep_Span()
[all …]
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.6.0.rst82 * simplify TRUNC((x & M') | y, N)
84 * simplify TRUNC(SHIFT(a | b, S), N)
85 * add simplification of TRUNC(TRUNC((x))
695 * cast: simplify TRUNC + ZEXT to AND
769 * cast: simplify [SZ]EXT + TRUNC to original size
770 * cast: simplify [SZ]EXT + TRUNC to a smaller/greater size
773 * cast: use a switch to handle TRUNC(AND(x,M),N) in simplify_cast()
774 * cast: preserve the sizes of TRUNC(AND(x,M),N)
812 * simplify SETNE(TRUNC(x,N),{0,1})
815 * simplify TRUNC(SETCC(x,y), N)
[all …]
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
Dsend_recv.rs38 const TRUNC = c::MSG_TRUNC; constant
/third_party/rust/crates/rustix/src/backend/libc/net/
Dsend_recv.rs79 const TRUNC = c::MSG_TRUNC as c::c_int; constant
/third_party/rust/crates/rustix/tests/mm/
Dmmap.rs19 OFlags::CREATE | OFlags::WRONLY | OFlags::TRUNC, in test_mmap()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_opcode_tmp.h111 OP11(TRUNC)
Dtgsi_info_opcodes.h87 OPCODE(1, 1, COMP, TRUNC)
Dtgsi_lowering.c1479 OPCS(TRUNC) || in tgsi_transform_lowering()
1540 if (OPCS(TRUNC)) { in tgsi_transform_lowering()
1541 newlen += TRUNC_GROW * OPCS(TRUNC); in tgsi_transform_lowering()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DEvergreenInstructions.td680 // TRUNC is used for the FLT_TO_INT instructions to work around a
690 def : EGOrCaymanPat<(fp_to_sint f32:$src0), (FLT_TO_INT_eg (TRUNC $src0))>;
692 def : EGOrCaymanPat<(fp_to_uint f32:$src0), (FLT_TO_UINT_eg (TRUNC $src0))>;
DR600Instructions.td795 def TRUNC : R600_1OP_Helper <0x11, "TRUNC", ftrunc>;
/third_party/ltp/tools/sparse/sparse-src/
Dopcode.def75 OPCODE(TRUNC, BADOP, BADOP, BADOP, BADOP, 1, OPF_TARGET)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFloat.td66 defm TRUNC : UnaryFP<ftrunc, "trunc", 0x8f, 0x9d>;
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
Dtypes.rs188 const TRUNC = linux_raw_sys::general::O_TRUNC; constant
/third_party/rust/crates/rustix/src/backend/libc/fs/
Dtypes.rs231 const TRUNC = c::O_TRUNC; constant
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_from_tgsi.cpp787 NV50_IR_OPCODE_CASE(TRUNC, TRUNC); in translateOpcode()
854 NV50_IR_OPCODE_CASE(DTRUNC, TRUNC); in translateOpcode()
/third_party/libxml2/doc/html/
Dindex.sgml16 <ANCHOR id="O-TRUNC-CAPS" href="libxml/libxml-wincecompat.html#O-TRUNC-CAPS">

12