HomeSort by relevance Sort by last modified time
    Searched full:power_ten (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/freetype/src/psaux/
psconv.h 42 FT_Long power_ten );
psobjs.h 121 FT_Int power_ten );
133 FT_Int power_ten );
psconv.c 194 FT_Long power_ten )
257 if ( !integral && power_ten > 0 )
258 power_ten--;
285 power_ten += exponent;
298 while ( power_ten > 0 )
313 power_ten--;
316 while ( power_ten < 0 )
327 power_ten++;
psobjs.c 856 FT_Int power_ten )
905 PS_Conv_ToFixed( &cur, limit, power_ten );
    [all...]
  /external/freetype/src/psaux/
psconv.h 42 FT_Long power_ten );
psobjs.h 121 FT_Int power_ten );
133 FT_Int power_ten );
psconv.c 194 FT_Long power_ten )
257 if ( !integral && power_ten > 0 )
258 power_ten--;
285 power_ten += exponent;
298 while ( power_ten > 0 )
313 power_ten--;
316 while ( power_ten < 0 )
327 power_ten++;
psobjs.c 858 FT_Int power_ten )
907 PS_Conv_ToFixed( &cur, limit, power_ten );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
psobjs.h 121 FT_Int power_ten );
133 FT_Int power_ten );
psconv.h 45 FT_Long power_ten );
psconv.c 194 FT_Long power_ten )
208 FT_Int temp1 = power_ten;
239 // We use 'power_ten' and 2^16 to compute the coefficient.
275 if ( !integral && power_ten > 0 )
276 power_ten--;
303 power_ten += exponent;
316 while ( power_ten > 0 )
331 power_ten--;
334 while ( power_ten < 0 )
345 power_ten++
    [all...]
psobjs.c 856 FT_Int power_ten )
905 PS_Conv_ToFixed( &cur, limit, power_ten );
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.cc 509 // Use numerator as temporary container for power_ten.
510 Bignum* power_ten = numerator; local
511 power_ten->AssignPowerUInt16(10, -estimated_power);
514 // Since power_ten == numerator we must make a copy of 10^estimated_power
517 delta_plus->AssignBignum(*power_ten);
518 delta_minus->AssignBignum(*power_ten);
524 // Remember: numerator has been abused as power_ten. So no need to assign it
526 ASSERT(numerator == power_ten);
    [all...]
  /external/chromium_org/v8/src/
bignum-dtoa.cc 488 // Use numerator as temporary container for power_ten.
489 Bignum* power_ten = numerator; local
490 power_ten->AssignPowerUInt16(10, -estimated_power);
493 // Since power_ten == numerator we must make a copy of 10^estimated_power
496 delta_plus->AssignBignum(*power_ten);
497 delta_minus->AssignBignum(*power_ten);
503 // Remember: numerator has been abused as power_ten. So no need to assign it
505 ASSERT(numerator == power_ten);
  /external/chromium_org/third_party/freetype/include/freetype/internal/
psaux.h 362 FT_Int power_ten );
379 FT_Int power_ten );
    [all...]
  /external/freetype/include/internal/
psaux.h 362 FT_Int power_ten );
379 FT_Int power_ten );
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
psaux.h 362 FT_Int power_ten );
379 FT_Int power_ten );
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
psaux.h 362 FT_Int power_ten );
379 FT_Int power_ten );
    [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 132 FT_Long power_ten,
276 /* We don't check `power_ten' and `exponent_add'. */
277 exponent += power_ten + exponent_add;
  /external/freetype/src/cff/
cffparse.c 128 FT_Long power_ten,
272 /* We don't check `power_ten' and `exponent_add'. */
273 exponent += power_ten + exponent_add;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffparse.c 132 FT_Long power_ten,
276 /* We don't check `power_ten' and `exponent_add'. */
277 exponent += power_ten + exponent_add;

Completed in 2191 milliseconds