OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TRUNC
(Results
1 - 3
of
3
) sorted by null
/bionic/libm/bsdsrc/
mathimpl.h
46
*
TRUNC
() is a macro that sets the trailing 27 bits in the mantissa of an
52
#define
TRUNC
(d) (_b_trunc(&(d)))
/external/freetype/src/smooth/
ftgrays.c
254
#define
TRUNC
( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
598
ex1 =
TRUNC
( x1 );
599
ex2 =
TRUNC
( x2 );
701
ey1 =
TRUNC
( ras.last_ey );
702
ey2 =
TRUNC
( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
740
TCoord ex =
TRUNC
( ras.x );
802
gray_set_cell( RAS_VAR_
TRUNC
( x ), ey1 );
833
gray_set_cell( RAS_VAR_
TRUNC
( x ), ey1 );
945
if (
TRUNC
( min ) >= ras.max_ey ||
TRUNC
( max ) < ras.min_ey
[
all
...]
/external/freetype/src/raster/
ftraster.c
435
#define
TRUNC
( x ) ( (signed long)(x) >> ras.precision_bits )
[
all
...]
Completed in 45 milliseconds