HomeSort by: relevance | last modified time | path
    Searched defs:integral (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/psaux/
psconv.c 202 FT_Fixed integral = 0; local
231 integral = PS_Conv_ToInt( &p, limit );
236 if ( integral > 0x7FFF )
239 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
265 if ( !integral && power_ten > 0 )
298 if ( !integral && !decimal )
308 if ( integral >= 0xCCCCCCCL )
310 integral *= 10;
326 integral /= 10
    [all...]
  /xsrc/external/mit/pixman/dist/pixman/
pixman-filter.c 161 integral (pixman_kernel_t kernel1, double x1, function
176 integral (kernel1, x1, kernel2, scale, x2, - x1) +
177 integral (kernel1, 0, kernel2, scale, x2 - x1, width + x1);
182 integral (kernel1, x1, kernel2, scale, x2, - x2) +
183 integral (kernel1, x1 - x2, kernel2, scale, 0, width + x2);
281 c = integral (reconstruct, ilow,
  /src/sys/sys/
timepps.h 55 unsigned int integral; member in struct:pps_timeu::__anon7714
  /src/external/bsd/ntp/dist/include/
timepps-SCO.h 87 (x).integral += (unsigned int)PPS_JAN_1970; \
90 (x).integral++; \
138 unsigned int integral; member in struct:ntp_fp
timepps-Solaris.h 87 (x).integral += (unsigned int)PPS_JAN_1970; \
90 (x).integral++; \
138 unsigned int integral; member in struct:ntp_fp
201 #define NTPFP_L_ADDS(r, a) NTPFP_M_ADD((r)->integral, (r)->fractional, \
202 (int)(a)->integral, (a)->fractional)
timepps-SunOS.h 87 (x).integral += (unsigned int)PPS_JAN_1970; \
90 (x).integral++; \
138 unsigned int integral; member in struct:ntp_fp
  /src/external/gpl3/gcc/dist/gcc/
pointer-query.cc 309 bool integral = INTEGRAL_TYPE_P (exptype); local
317 if (integral)
335 if (integral)
  /src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc 308 bool integral = INTEGRAL_TYPE_P (exptype); local
316 if (integral)
333 if (integral)
  /xsrc/external/mit/xorg-server/dist/dix/
inpututils.c 1024 * Fixed point types are encoded as signed integral and unsigned frac. So any
1038 ret = (double) in.integral;
1053 int32_t integral; local
1058 integral = (int32_t) tmp;
1060 tmp = (in - integral) * (1ULL << 32); /* Optimized: ldexp(in - integral, 32) */
1063 ret.integral = integral;
  /xsrc/external/mit/xf86-input-synaptics/dist/src/
synaptics.c 2019 double integral; local
2038 priv->frac_x = modf(tmpf, &integral);
2039 *dx = integral;
2041 priv->frac_y = modf(tmpf, &integral);
2042 *dy = integral;
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
XI2proto.h 113 int32_t integral; member in struct:__anon11203
  /src/external/mit/isl/dist/
isl_scheduler.c 4529 * solver, the solution is guaranteed to be integral.
4569 * If the caller requests an integral solution and if coalescing should
4571 * an integral solution computed before coalescing treatment
4598 int integral; local
4608 integral = isl_int_is_one(sol->el[0]);
4617 cut = want_integral && !integral;
5059 * If "want_integral" is set, then compute an integral solution
5097 * If a fallback solution is being computed, then compute an integral solution
  /src/external/mit/xorg/lib/libxcb/files/
xinput.h 75 int32_t integral; member in struct:xcb_input_fp3232_t

Completed in 45 milliseconds