HomeSort by relevance Sort by last modified time
    Searched refs:TRUNC (Results 1 - 5 of 5) 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)))
b_tgamma.c 170 TRUNC(v.a);
198 TRUNC(r.a);
207 TRUNC(r.a);
226 t = x, TRUNC(t);
229 xx.a = (t + x), TRUNC(xx.a);
235 xx.a = x, TRUNC(xx.a);
241 d = r.a/x, TRUNC(d);
260 t.a = z, TRUNC(t.a); /* t ~= z + c */
264 TRUNC(t.a);
266 r.a = p, TRUNC(r.a); /* r = P/Q *
    [all...]
b_log.c 411 u1 = u, TRUNC(u1);
462 u1 = u, TRUNC(u1);
470 TRUNC(r.a);
  /external/freetype/src/raster/
ftraster.c 434 #define TRUNC( x ) ( (signed long)(x) >> ras.precision_bits )
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 258 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
600 ex1 = TRUNC( x1 );
601 ex2 = TRUNC( x2 );
703 ey1 = TRUNC( ras.last_ey );
704 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
742 TCoord ex = TRUNC( ras.x );
804 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
835 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
923 if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey
    [all...]

Completed in 794 milliseconds