HomeSort by relevance Sort by last modified time
    Searched defs:integral (Results 1 - 6 of 6) sorted by null

  /external/clang/test/Lexer/
cxx1y_digit_separators.cpp 8 namespace integral { namespace
  /external/chromium_org/third_party/freetype/src/psaux/
psconv.c 199 FT_Fixed integral = 0; local
224 integral = PS_Conv_ToInt( &p, limit );
229 if ( integral > 0x7FFF )
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
257 if ( !integral && power_ten > 0 )
290 if ( !integral && !decimal )
300 if ( integral >= 0xCCCCCCCL )
302 integral *= 10;
318 integral /= 10
    [all...]
  /external/freetype/src/psaux/
psconv.c 199 FT_Fixed integral = 0; local
224 integral = PS_Conv_ToInt( &p, limit );
229 if ( integral > 0x7FFF )
232 integral = (FT_Fixed)( (FT_UInt32)integral << 16 );
257 if ( !integral && power_ten > 0 )
290 if ( !integral && !decimal )
300 if ( integral >= 0xCCCCCCCL )
302 integral *= 10;
318 integral /= 10
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 38 namespace integral { namespace
  /external/chromium_org/ui/file_manager/gallery/js/
mosaic_mode.js 207 // Calculates integral area from t1 to t2 of f(x) = sqrt(x) dx.
208 var integral = function(t1, t2) {
214 var factor = delta / integral(0, Mosaic.ANIMATED_SCROLL_DURATION);
222 integral(Math.max(0, Mosaic.ANIMATED_SCROLL_DURATION - position),
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 535 milliseconds