HomeSort by relevance Sort by last modified time
    Searched refs:TRUNC (Results 1 - 16 of 16) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/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 169 TRUNC(v.a);
197 TRUNC(r.a);
206 TRUNC(r.a);
225 t = x, TRUNC(t);
228 xx.a = (t + x), TRUNC(xx.a);
234 xx.a = x, TRUNC(xx.a);
240 d = r.a/x, TRUNC(d);
259 t.a = z, TRUNC(t.a); /* t ~= z + c */
263 TRUNC(t.a);
265 r.a = p, TRUNC(r.a); /* r = P/Q *
    [all...]
b_log.c 409 u1 = u, TRUNC(u1);
460 u1 = u, TRUNC(u1);
468 TRUNC(r.a);
  /external/chromium_org/third_party/freetype/src/raster/
ftraster.c 447 #undef TRUNC
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
    [all...]
  /external/freetype/src/raster/
ftraster.c 447 #undef TRUNC
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/raster/
ftraster.c 447 #undef TRUNC
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 293 #undef TRUNC
298 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
640 ex1 = TRUNC( x1 );
641 ex2 = TRUNC( x2 );
746 ey1 = TRUNC( ras.last_ey );
747 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
785 TCoord ex = TRUNC( ras.x );
847 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
878 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
954 if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey
    [all...]
  /external/freetype/src/smooth/
ftgrays.c 296 #undef TRUNC
301 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
689 ex1 = TRUNC( x1 );
690 ex2 = TRUNC( x2 );
783 ey1 = TRUNC( ras.last_ey );
784 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
819 TCoord ex = TRUNC( ras.x );
875 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
900 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
976 if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
ftgrays.c 293 #undef TRUNC
298 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
652 ex1 = TRUNC( x1 );
653 ex2 = TRUNC( x2 );
758 ey1 = TRUNC( ras.last_ey );
759 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
797 TCoord ex = TRUNC( ras.x );
859 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
890 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
966 if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 121 OP11(TRUNC)
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 121 OP11(TRUNC)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 290 OP1_(ROUND_Z, TRUNC);
543 OP1_(FTOI, TRUNC);
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
sm4_to_tgsi.cpp 290 OP1_(ROUND_Z, TRUNC);
543 OP1_(FTOI, TRUNC);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 506 NV50_IR_OPCODE_CASE(TRUNC, TRUNC);
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_from_tgsi.cpp 506 NV50_IR_OPCODE_CASE(TRUNC, TRUNC);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 282 P_FLAG(TRUNC);
    [all...]

Completed in 1076 milliseconds