Home
last modified time | relevance | path

Searched refs:TRUNC (Results 1 - 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/smooth/
H A 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_ in gray_render_line()
[all...]
/third_party/rust/crates/rustix/tests/fs/
H A 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()
H A Dopenat2.rs45 OFlags::WRONLY | OFlags::CREATE | OFlags::TRUNC | OFlags::CLOEXEC, in test_openat2()
/third_party/rust/crates/rustix/tests/io/
H A 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/skia/third_party/externals/freetype/src/raster/
H A Dftraster.c427 #undef TRUNC macro
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( e in Vertical_Sweep_Span()
[all...]
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dsend_recv.rs38 const TRUNC = c::MSG_TRUNC; consts
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsend_recv.rs79 const TRUNC = c::MSG_TRUNC as c::c_int; consts
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_opcode_tmp.h111 OP11(TRUNC)
H A Dtgsi_lowering.c941 /* TRUNC - truncate off fractional part
1479 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/rust/crates/rustix/tests/mm/
H A Dmmap.rs19 OFlags::CREATE | OFlags::WRONLY | OFlags::TRUNC, in test_mmap()
/third_party/rust/crates/rustix/src/backend/linux_raw/fs/
H A Dtypes.rs188 const TRUNC = linux_raw_sys::general::O_TRUNC; consts
/third_party/node/deps/v8/src/objects/
H A Djs-number-format.cc112 TRUNC, member in v8::internal::__anon14849::IntlRoundingMode
221 case IntlRoundingMode::TRUNC: in ToUNumberFormatRoundingMode()
1586 IntlRoundingMode::EXPAND, IntlRoundingMode::TRUNC, in New()
/third_party/rust/crates/rustix/src/backend/libc/fs/
H A Dtypes.rs231 const TRUNC = c::O_TRUNC; consts
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_tgsi.cpp787 NV50_IR_OPCODE_CASE(TRUNC, TRUNC); in translateOpcode()
854 NV50_IR_OPCODE_CASE(DTRUNC, TRUNC); in translateOpcode()
/third_party/skia/src/core/
H A DSkVM.h194 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enumerator
/third_party/skia/tests/
H A DSkVMTest.cpp1191 a.vroundps(A::ymm1, A::ymm2, A::TRUNC);

Completed in 34 milliseconds