HomeSort by relevance Sort by last modified time
    Searched refs:TRUNC (Results 1 - 15 of 15) 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/freetype/src/smooth/
ftgrays.c 323 #undef TRUNC
327 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
606 ex1 = TRUNC( x1 );
607 ex2 = TRUNC( x2 );
701 ey1 = TRUNC( ras.y );
702 ey2 = TRUNC( to_y ); /* if (ey2 >= ras.max_ey) ey2 = ras.max_ey-1; */
725 TCoord ex = TRUNC( ras.x );
787 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
814 gray_set_cell( RAS_VAR_ TRUNC( x ), ey1 );
841 ey1 = TRUNC( ras.y )
    [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c 316 #undef TRUNC
320 #define TRUNC( x ) ( (TCoord)( (x) >> PIXEL_BITS ) )
700 ex1 = TRUNC( x1 );
701 ex2 = TRUNC( x2 );
794 ey1 = TRUNC( ras.y );
795 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 );
975 if ( TRUNC( min ) >= ras.max_ey || TRUNC( max ) < ras.min_ey
    [all...]
  /external/freetype/src/raster/
ftraster.c 448 #undef TRUNC
453 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
    [all...]
  /external/pdfium/third_party/freetype/src/raster/
ftraster.c 446 #undef TRUNC
451 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 130 OP11(TRUNC)
tgsi_lowering.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m68k.c     [all...]
tc-tic6x.c 34 #define TRUNC(X) ((valueT) (X) & 0xffffffffU)
35 #define SEXT(X) ((TRUNC (X) ^ 0x80000000U) - 0x80000000U)
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
streamout_jit.cpp 67 Value* enabled = TRUNC(LOAD(pBuf, { 0, SWR_STREAMOUT_BUFFER_enable }), IRB()->getInt1Ty());
fetch_jit.cpp 774 maxVertex = SELECT(neg, C(0), TRUNC(maxVertex, mInt32Ty));
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_from_tgsi.cpp 763 NV50_IR_OPCODE_CASE(TRUNC, TRUNC);
830 NV50_IR_OPCODE_CASE(DTRUNC, TRUNC);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_glsl_to_tgsi.cpp 982 case3fid(TRUNC, TRUNC, DTRUNC);
    [all...]

Completed in 1278 milliseconds