HomeSort by relevance Sort by last modified time
    Searched full:integral (Results 576 - 600 of 1168) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
limits 77 // GCC only intrinsically supports modulo integral types. The only remaining
78 // integral exceptional values is division by zero. Only targets that do not
185 * The @c static @c const members are usable as integral constant
216 * Is this supposed to be <em>if the type is integral?</em> */
    [all...]
ratio 288 // Compare the integral parts, and remove them if they are equal
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/decimal/
decimal.h 99 // Extension: Conversion to integral type.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
limits 77 // GCC only intrinsically supports modulo integral types. The only remaining
78 // integral exceptional values is division by zero. Only targets that do not
185 * The @c static @c const members are usable as integral constant
216 * Is this supposed to be <em>if the type is integral?</em> */
    [all...]
ratio 288 // Compare the integral parts, and remove them if they are equal
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
limits 77 // GCC only intrinsically supports modulo integral types. The only remaining
78 // integral exceptional values is division by zero. Only targets that do not
181 * The @c static @c const members are usable as integral constant
203 * Is this supposed to be "if the type is integral"?
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 289 // Check whether it's an integral type. If so, it's not an iterator.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 327 // Check whether it's an integral type. If so, it's not an iterator.
_list.h 210 // Check whether it's an integral type. If so, it's not an iterator.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
limits 77 // GCC only intrinsically supports modulo integral types. The only remaining
78 // integral exceptional values is division by zero. Only targets that do not
181 * The @c static @c const members are usable as integral constant
203 * Is this supposed to be "if the type is integral"?
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 289 // Check whether it's an integral type. If so, it's not an iterator.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 327 // Check whether it's an integral type. If so, it's not an iterator.
_list.h 210 // Check whether it's an integral type. If so, it's not an iterator.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
limits 77 // GCC only intrinsically supports modulo integral types. The only remaining
78 // integral exceptional values is division by zero. Only targets that do not
181 * The @c static @c const members are usable as integral constant
203 * Is this supposed to be "if the type is integral"?
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 289 // Check whether it's an integral type. If so, it's not an iterator.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 327 // Check whether it's an integral type. If so, it's not an iterator.
_list.h 210 // Check whether it's an integral type. If so, it's not an iterator.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
limits 77 // GCC only intrinsically supports modulo integral types. The only remaining
78 // integral exceptional values is division by zero. Only targets that do not
181 * The @c static @c const members are usable as integral constant
203 * Is this supposed to be "if the type is integral"?
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/
_vector.h 289 // Check whether it's an integral type. If so, it's not an iterator.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/pointers/
_deque.h 327 // Check whether it's an integral type. If so, it's not an iterator.
_list.h 210 // Check whether it's an integral type. If so, it's not an iterator.
  /external/chromium/chrome/common/
json_schema_validator_unittest_base.cc 468 // number is integral and within the representable range of integers in
483 // "number" is only used for non-integral numbers, or numbers beyond what
  /external/chromium/sdch/open-vcdiff/src/gtest/internal/
gtest-internal.h 126 // compile-time integral constant). Their return values have
143 // integral constant).
  /external/clang/include/clang/Serialization/
ASTWriter.h 492 /// \brief Emit an integral value.
495 /// \brief Emit a signed integral value.
  /external/clang/lib/AST/
Type.cpp 587 /// \brief Determine whether this type is an integral type.
589 /// This routine determines whether the given type is an integral type per
591 /// term "integral type", it has a similar term "integer type", and in C++
595 /// C++ rules when determining whether this type is an integral/integer type.
597 /// For cases where C permits "an integer type" and C++ permits "an integral
600 /// For cases where C permits "an integer type" and C++ permits "an integral
605 /// \returns true if the type is considered an integral type, false otherwise.
613 return ET->getDecl()->isComplete(); // Complete enum types are integral in C.
    [all...]

Completed in 1502 milliseconds

<<21222324252627282930>>