/external/freetype/src/psaux/ |
D | psconv.c | 148 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/ |
D | objc-container-subscripting-2.m | 19 …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…
|
D | objc-container-subscripting.m | 15 …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/ |
D | nodelist-item-call-as-function-expected.txt | 1 …n a NodeList can be retrieved directly by calling as a function with an integral index parameter, …
|
/external/libxml2/ |
D | trionan.c | 409 double integral, fraction; 423 (fraction = modf(number, &integral), 424 integral == fraction)));
|
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-scalars.cpp | 38 namespace integral { namespace
|
D | constant-expression-cxx11.cpp | 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}} \
|
/external/clang/test/SemaObjCXX/ |
D | objc-container-subscripting.mm | 35 …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/ |
D | cutils.c | 331 double val, mul, integral, fraction; in strtosz_suffix() local 338 fraction = modf(val, &integral); in strtosz_suffix()
|
/external/libmtp/m4/ |
D | stdint.m4 | 665 /* 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/ |
D | ax_create_stdint_h.m4 | 628 /* 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/ |
D | BuiltinTypes.def | 21 // SIGNED_TYPE(Id, SingletonId) - A signed integral type. 23 // UNSIGNED_TYPE(Id, SingletonId) - An unsigned integral type.
|
/external/clang/test/Rewriter/ |
D | objc-modern-boxing.mm | 47 // integral.
|
D | objc-modern-numeric-literal.mm | 41 // integral literals.
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebDynamicScrollBarsView.mm | 295 …// 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/ |
D | vector | 94 // 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/ |
D | bubble_decoration.mm | 58 // The bubble needs to take up an integral number of pixels.
|
/external/clang/include/clang/Basic/ |
D | DiagnosticDriverKinds.td | 81 def err_drv_invalid_int_value : Error<"invalid integral value '%1' in '%0'">;
|
D | DiagnosticSemaKinds.td | 19 "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/ |
D | shf.c | 884 goto integral; in shf_vfprintf() 898 integral: in shf_vfprintf()
|
/external/iproute2/netem/ |
D | README.distribution | 89 system, since in operation, it just needs to do a few simple integral
|
/external/iproute2/ |
D | README.distribution | 87 system, since in operation, it just needs to do a few simple integral
|
/external/iptables/include/ |
D | xtables.h.in | 124 * @min: lowest allowed value (for singular integral types) 125 * @max: highest allowed value (for singular integral types)
|
/external/chromium/sdch/open-vcdiff/ |
D | ChangeLog | 87 * Remove const qualifier from integral return types to fix gcc 4.3.1
|
/external/llvm/test/CodeGen/Generic/ |
D | select.ll | 39 ; -- use of immediate fields for integral constants of different sizes
|