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

  /external/freetype/src/psaux/
psconv.c 148 FT_Fixed integral; local
166 integral = PS_Conv_ToInt( &p, limit ) << 16;
168 integral = 0;
188 if ( !integral && power_ten > 0 )
213 integral *= 10;
220 integral /= 10;
226 integral += FT_DivFix( decimal, divider );
229 integral = -integral;
233 return integral;
    [all...]
  /external/webkit/LayoutTests/fast/dom/NodeList/script-tests/
nodelist-item-call-as-function.js 1 description('This tests that items in a NodeList can be retrieved directly by calling as a function with an integral index parameter, starting from 0.<br>It means NodeList[0] and NodeList(0) both work.');
  /external/clang/test/SemaCXX/
cxx0x-initializer-scalars.cpp 38 namespace integral { namespace
constant-expression-cxx11.cpp 6 static_assert(++x, "test"); // expected-error {{not an integral constant expression}}
300 expected-warning {{not an integral constant expression}} \
303 expected-warning {{not an integral constant expression}} \
306 expected-warning {{not an integral constant expression}} \
309 expected-warning {{not an integral constant expression}} \
312 expected-warning {{not an integral constant expression}} \
315 expected-warning {{not an integral constant expression}} \
318 expected-warning {{not an integral constant expression}} \
473 expected-error {{static_assert expression is not an integral constant expression}} \
    [all...]
  /external/libxml2/
trionan.c 409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
xmlschemastypes.c     [all...]
  /external/qemu/
cutils.c 331 double val, mul, integral, fraction; local
338 fraction = modf(val, &integral);
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodelistindexnotzero.js 78 The items in the list are accessible via an integral
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodelistindexnotzero.js 78 The items in the list are accessible via an integral
  /external/mksh/src/
shf.c 893 goto integral;
907 integral:
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 

Completed in 355 milliseconds