HomeSort by relevance Sort by last modified time
    Searched defs:Integral (Results 1 - 25 of 39) sorted by null

1 2

  /external/sfntly/cpp/src/sfntly/math/
fixed1616.h 26 static inline int32_t Integral(int32_t fixed) {
34 static inline int32_t Fixed(int32_t integral, int32_t fractional) {
35 return ((integral & 0xffff) << 16) | (fractional & 0xffff);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_int.py 375 class Integral(trunc_result_base):
381 return Integral()
396 "__trunc__ returned non-Integral"
test_long.py 513 class Integral(trunc_result_base):
519 return Integral()
534 "__trunc__ returned non-Integral"
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_int.py 436 class Integral(trunc_result_base):
442 return Integral()
457 "__trunc__ returned non-Integral"
test_long.py 515 class Integral(trunc_result_base):
521 return Integral()
536 "__trunc__ returned non-Integral"
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_int.py 436 class Integral(trunc_result_base):
442 return Integral()
457 "__trunc__ returned non-Integral"
test_long.py 515 class Integral(trunc_result_base):
521 return Integral()
536 "__trunc__ returned non-Integral"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_int.py 436 class Integral(trunc_result_base):
442 return Integral()
457 "__trunc__ returned non-Integral"
test_long.py 515 class Integral(trunc_result_base):
521 return Integral()
536 "__trunc__ returned non-Integral"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_int.py 436 class Integral(trunc_result_base):
442 return Integral()
457 "__trunc__ returned non-Integral"
test_long.py 515 class Integral(trunc_result_base):
521 return Integral()
536 "__trunc__ returned non-Integral"
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
189 """trunc(self): Truncates self to an Integral.
191 Returns an Integral i such that:
194 * for any Integral j satisfying the first two conditions,
295 class Integral(Rational):
296 """Integral adds a conversion to long and the bit-string operations."""
315 or any argument isn't Integral. Otherwise, just implement the
390 Integral.register(int)
391 Integral.register(long)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
189 """trunc(self): Truncates self to an Integral.
191 Returns an Integral i such that:
194 * for any Integral j satisfying the first two conditions,
295 class Integral(Rational):
296 """Integral adds a conversion to long and the bit-string operations."""
315 or any argument isn't Integral. Otherwise, just implement the
390 Integral.register(int)
391 Integral.register(long)
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 121 constexpr bool Integral() {
124 template<typename T, bool Int = Integral<T>()>
  /external/python/cpython2/Lib/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
189 """trunc(self): Truncates self to an Integral.
191 Returns an Integral i such that:
194 * for any Integral j satisfying the first two conditions,
295 class Integral(Rational):
296 """Integral adds a conversion to long and the bit-string operations."""
315 or any argument isn't Integral. Otherwise, just implement the
390 Integral.register(int)
391 Integral.register(long)
  /external/python/cpython2/Lib/test/
test_int.py 459 class Integral(trunc_result_base):
465 return Integral()
480 "__trunc__ returned non-Integral"
test_long.py 536 class Integral(trunc_result_base):
542 return Integral()
557 "__trunc__ returned non-Integral"
    [all...]
  /external/python/cpython3/Lib/
numbers.py 10 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
167 """trunc(self): Truncates self to an Integral.
169 Returns an Integral i such that:
172 * for any Integral j satisfying the first two conditions,
180 """Finds the greatest Integral <= self."""
185 """Finds the least Integral >= self."""
192 If ndigits is omitted or None, returns an Integral, otherwise
294 class Integral(Rational):
295 """Integral adds a conversion to int and the bit-string operations."""
314 or any argument isn't Integral. Otherwise, just implement th
    [all...]
  /external/python/cpython3/Lib/test/
test_int.py 379 class Integral(trunc_result_base):
385 return Integral()
400 "__trunc__ returned non-Integral"
  /prebuilts/gdb/darwin-x86/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
189 """trunc(self): Truncates self to an Integral.
191 Returns an Integral i such that:
194 * for any Integral j satisfying the first two conditions,
295 class Integral(Rational):
296 """Integral adds a conversion to long and the bit-string operations."""
315 or any argument isn't Integral. Otherwise, just implement the
390 Integral.register(int)
391 Integral.register(long)
  /prebuilts/gdb/linux-x86/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
189 """trunc(self): Truncates self to an Integral.
191 Returns an Integral i such that:
194 * for any Integral j satisfying the first two conditions,
295 class Integral(Rational):
296 """Integral adds a conversion to long and the bit-string operations."""
315 or any argument isn't Integral. Otherwise, just implement the
390 Integral.register(int)
391 Integral.register(long)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
189 """trunc(self): Truncates self to an Integral.
191 Returns an Integral i such that:
194 * for any Integral j satisfying the first two conditions,
295 class Integral(Rational):
296 """Integral adds a conversion to long and the bit-string operations."""
315 or any argument isn't Integral. Otherwise, just implement the
390 Integral.register(int)
391 Integral.register(long)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
numbers.py 11 __all__ = ["Number", "Complex", "Real", "Rational", "Integral"]
189 """trunc(self): Truncates self to an Integral.
191 Returns an Integral i such that:
194 * for any Integral j satisfying the first two conditions,
295 class Integral(Rational):
296 """Integral adds a conversion to long and the bit-string operations."""
315 or any argument isn't Integral. Otherwise, just implement the
390 Integral.register(int)
391 Integral.register(long)
  /external/clang/include/clang/AST/
TemplateBase.h 55 /// The template argument is an integral value stored in an llvm::APSInt
56 /// that was provided for an integral non-type template parameter.
57 Integral,
143 /// \brief Construct an integral constant template argument. The memory to
147 /// \brief Construct an integral constant template argument with the same
280 /// \brief Retrieve the template argument as an integral value.
281 // FIXME: Provide a way to read the integral data without copying the value.
283 assert(getKind() == Integral && "Unexpected kind");
293 /// \brief Retrieve the type of the integral value.
295 assert(getKind() == Integral && "Unexpected kind")
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
TemplateBase.h 55 /// The template argument is an integral value stored in an llvm::APSInt
56 /// that was provided for an integral non-type template parameter.
57 Integral,
140 /// \brief Construct an integral constant template argument. The memory to
144 /// \brief Construct an integral constant template argument with the same
277 /// \brief Retrieve the template argument as an integral value.
278 // FIXME: Provide a way to read the integral data without copying the value.
280 assert(getKind() == Integral && "Unexpected kind");
290 /// \brief Retrieve the type of the integral value.
292 assert(getKind() == Integral && "Unexpected kind")
    [all...]

Completed in 768 milliseconds

1 2