Home
last modified time | relevance | path

Searched refs:integral (Results 1 – 25 of 60) sorted by relevance

123

/external/freetype/src/psaux/
Dpsconv.c148 FT_Fixed integral; in PS_Conv_ToFixed() local
166 integral = PS_Conv_ToInt( &p, limit ) << 16; in PS_Conv_ToFixed()
168 integral = 0; in PS_Conv_ToFixed()
188 if ( !integral && power_ten > 0 ) in PS_Conv_ToFixed()
213 integral *= 10; in PS_Conv_ToFixed()
220 integral /= 10; in PS_Conv_ToFixed()
226 integral += FT_DivFix( decimal, divider ); in PS_Conv_ToFixed()
229 integral = -integral; in PS_Conv_ToFixed()
233 return integral; in PS_Conv_ToFixed()
/external/clang/test/SemaObjC/
Dobjc-container-subscripting-2.m19 …indexing expression is invalid because subscript type 'float' is not an integral or objective-C po…
20 …ndexing expression is invalid because subscript type 'double' is not an integral or objective-C po…
Dobjc-container-subscripting.m15 …Object = array[10]; // expected-error {{method index parameter type 'double' is not integral type}}
16 array[3] = 0; // expected-error {{method index parameter type 'void *' is not integral type}} \
/external/webkit/LayoutTests/fast/dom/NodeList/
Dnodelist-item-call-as-function-expected.txt1 …n a NodeList can be retrieved directly by calling as a function with an integral index parameter, …
/external/libxml2/
Dtrionan.c409 double integral, fraction;
423 (fraction = modf(number, &integral),
424 integral == fraction)));
/external/clang/test/SemaCXX/
Dcxx0x-initializer-scalars.cpp38 namespace integral { namespace
Dconstant-expression-cxx11.cpp300 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}} \
/external/clang/test/SemaObjCXX/
Dobjc-container-subscripting.mm35 …ndexing expression is invalid because subscript type 'double' is not an integral or objective-C po…
36 …ndexing expression is invalid because subscript type 'double' is not an integral or objective-C po…
/external/qemu/
Dcutils.c331 double val, mul, integral, fraction; in strtosz_suffix() local
338 fraction = modf(val, &integral); in strtosz_suffix()
/external/libmtp/m4/
Dstdint.m4665 /* Minimum of signed integral types. */
670 /* Maximum of signed integral types. */
676 /* Maximum of unsigned integral types. */
682 /* Minimum of signed integral types having a minimum size. */
687 /* Maximum of signed integral types having a minimum size. */
693 /* Maximum of unsigned integral types having a minimum size. */
/external/libvpx/nestegg/m4/
Dax_create_stdint_h.m4628 /* Minimum of signed integral types. */
633 /* Maximum of signed integral types. */
639 /* Maximum of unsigned integral types. */
645 /* Minimum of signed integral types having a minimum size. */
650 /* Maximum of signed integral types having a minimum size. */
656 /* Maximum of unsigned integral types having a minimum size. */
/external/clang/include/clang/AST/
DBuiltinTypes.def21 // SIGNED_TYPE(Id, SingletonId) - A signed integral type.
23 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
/external/clang/test/Rewriter/
Dobjc-modern-boxing.mm47 // integral.
Dobjc-modern-numeric-literal.mm41 // integral literals.
/external/webkit/Source/WebKit/mac/WebView/
DWebDynamicScrollBarsView.mm295 …// When in HiDPI with a scale factor > 1, the visibleSize and frameSize may be non-integral values,
296 …// while the documentSize (set by WebCore) will be integral. Round up the non-integral sizes so t…
/external/astl/include/
Dvector94 // template parameter is an integral type and not an iterator,
96 typedef typename is_integral<_Iterator>::type integral;
97 initialize(first, last, integral());
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dbubble_decoration.mm58 // The bubble needs to take up an integral number of pixels.
/external/clang/include/clang/Basic/
DDiagnosticDriverKinds.td81 def err_drv_invalid_int_value : Error<"invalid integral value '%1' in '%0'">;
DDiagnosticSemaKinds.td19 "expression is not an %select{integer|integral}0 constant expression">;
21 "expression is not an %select{integer|integral}0 constant expression; "
40 "integral constant expression must have integral or unscoped enumeration "
43 "integral constant expression has incomplete class type %0">;
45 "integral constant expression requires explicit conversion from %0 to %1">;
47 "conversion to %select{integral|enumeration}0 type %1 declared here">;
49 "ambiguous conversion from type %0 to an integral or unscoped "
706 "static_assert expression is not an integral constant expression">;
950 "bit-field %0 has non-integral type %1">;
952 "anonymous bit-field has non-integral type %0">;
[all …]
/external/mksh/src/
Dshf.c884 goto integral; in shf_vfprintf()
898 integral: in shf_vfprintf()
/external/iproute2/netem/
DREADME.distribution89 system, since in operation, it just needs to do a few simple integral
/external/iproute2/
DREADME.distribution87 system, since in operation, it just needs to do a few simple integral
/external/iptables/include/
Dxtables.h.in124 * @min: lowest allowed value (for singular integral types)
125 * @max: highest allowed value (for singular integral types)
/external/chromium/sdch/open-vcdiff/
DChangeLog87 * Remove const qualifier from integral return types to fix gcc 4.3.1
/external/llvm/test/CodeGen/Generic/
Dselect.ll39 ; -- use of immediate fields for integral constants of different sizes

123