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

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 286 /* Break VALUE into a normalized fraction and an integral power of 2. */
308 /* Return the base 2 signed integral exponent of X. */
335 /* Smallest integral value not less than X. */
347 /* Round X to integral valuein floating-point format using current
351 /* Round X to nearest integral value, rounding halfway cases away from
355 /* Round X to the integral value in floating-point format nearest but
360 and magnitude congruent `mod 2^n' to the magnitude of the integral
365 /* Round X to nearest integral value according to current rounding
370 /* Round X to nearest integral value, rounding halfway cases away from
  /external/clang/include/clang/AST/
TemplateBase.h 52 /// The template argument is an integral value stored in an llvm::APSInt
53 /// that was provided for an integral non-type template parameter.
54 Integral,
115 /// \brief Construct an integral constant template argument. The memory to
119 /// \brief Construct an integral constant template argument with the same
122 : Kind(Integral) {
244 /// \brief Retrieve the template argument as an integral value.
245 // FIXME: Provide a way to read the integral data without copying the value.
256 /// \brief Retrieve the type of the integral value.
258 if (Kind != Integral)
    [all...]
  /external/clang/lib/AST/
TemplateBase.cpp 31 /// \brief Print a template integral argument value.
59 : Kind(Integral) {
110 case Integral:
151 case Integral:
174 case Integral:
196 case Integral:
267 case Integral:
295 case Integral:
324 case Integral:
372 case Integral:
    [all...]
  /bionic/libm/man/
rint.3 43 .Nd round to integral value in floating-point format
61 functions return the integral value nearest to
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegOps.java 103 /** {@code T: any integral type; r,x,y: T :: r = x & y} */
106 /** {@code T: any integral type; r,x,y: T :: r = x | y} */
109 /** {@code T: any integral type; r,x,y: T :: r = x ^ y} */
113 * {@code T: any integral type; r,x: T; y: int :: r = x << y}
118 * {@code T: any integral type; r,x: T; y: int :: r = x >> y}
124 * {@code T: any integral type; r,x: T; y: int :: r = x >>> y}
129 /** {@code T: any integral type; r,x: T :: r = ~x} */
135 * considered "less than" all other values; also used for integral
  /dalvik/dx/src/com/android/dx/rop/code/
RegOps.java 103 /** {@code T: any integral type; r,x,y: T :: r = x & y} */
106 /** {@code T: any integral type; r,x,y: T :: r = x | y} */
109 /** {@code T: any integral type; r,x,y: T :: r = x ^ y} */
113 * {@code T: any integral type; r,x: T; y: int :: r = x << y}
118 * {@code T: any integral type; r,x: T; y: int :: r = x >> y}
124 * {@code T: any integral type; r,x: T; y: int :: r = x >>> y}
129 /** {@code T: any integral type; r,x: T :: r = ~x} */
135 * considered "less than" all other values; also used for integral
  /development/samples/CrossCompatibility/
build.xml 25 This file is an integral part of the build system for your application and
33 This file is an integral part of the build system for your application and
  /development/samples/training/basic/ActivityLifecycle/
build.xml 25 This file is an integral part of the build system for your
38 This file is an integral part of the build system for your
  /external/clang/test/SemaCXX/
explicit.cpp 75 explicit operator bool(); // expected-note {{conversion to integral type 'bool'}}
131 explicit operator int(); // expected-note {{conversion to integral type 'int' declared here}}
  /external/clang/test/SemaObjCXX/
objc-container-subscripting.mm 35 base[index] = obj; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
36 obj = base[index]; // expected-error {{indexing expression is invalid because subscript type 'double' is not an integral or Objective-C pointer type}}
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegOps.java 103 /** {@code T: any integral type; r,x,y: T :: r = x & y} */
106 /** {@code T: any integral type; r,x,y: T :: r = x | y} */
109 /** {@code T: any integral type; r,x,y: T :: r = x ^ y} */
113 * {@code T: any integral type; r,x: T; y: int :: r = x << y}
118 * {@code T: any integral type; r,x: T; y: int :: r = x >> y}
124 * {@code T: any integral type; r,x: T; y: int :: r = x >>> y}
129 /** {@code T: any integral type; r,x: T :: r = ~x} */
135 * considered "less than" all other values; also used for integral
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
type_traits 406 // Utility for finding the unsigned versions of signed integral types.
436 // Select between integral and enum: not possible to be both.
472 // Given an integral/enum type, return the corresponding unsigned
480 // Integral, but don't define.
485 // Utility for finding the signed versions of unsigned integral types.
515 // Select between integral and enum: not possible to be both.
551 // Given an integral/enum type, return the corresponding signed
559 // Integral, but don't define.
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 406 // Utility for finding the unsigned versions of signed integral types.
436 // Select between integral and enum: not possible to be both.
472 // Given an integral/enum type, return the corresponding unsigned
480 // Integral, but don't define.
485 // Utility for finding the signed versions of unsigned integral types.
515 // Select between integral and enum: not possible to be both.
551 // Given an integral/enum type, return the corresponding signed
559 // Integral, but don't define.
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 406 // Utility for finding the unsigned versions of signed integral types.
436 // Select between integral and enum: not possible to be both.
472 // Given an integral/enum type, return the corresponding unsigned
480 // Integral, but don't define.
485 // Utility for finding the signed versions of unsigned integral types.
515 // Select between integral and enum: not possible to be both.
551 // Given an integral/enum type, return the corresponding signed
559 // Integral, but don't define.
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 406 // Utility for finding the unsigned versions of signed integral types.
436 // Select between integral and enum: not possible to be both.
472 // Given an integral/enum type, return the corresponding unsigned
480 // Integral, but don't define.
485 // Utility for finding the signed versions of unsigned integral types.
515 // Select between integral and enum: not possible to be both.
551 // Given an integral/enum type, return the corresponding signed
559 // Integral, but don't define.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
type_traits 406 // Utility for finding the unsigned versions of signed integral types.
436 // Select between integral and enum: not possible to be both.
472 // Given an integral/enum type, return the corresponding unsigned
480 // Integral, but don't define.
485 // Utility for finding the signed versions of unsigned integral types.
515 // Select between integral and enum: not possible to be both.
551 // Given an integral/enum type, return the corresponding signed
559 // Integral, but don't define.
  /sdk/apps/DeviceConfig/
build.xml 25 This file is an integral part of the build system for your
38 This file is an integral part of the build system for your
  /sdk/layoutlib_api/sample/testproject/
build.xml 23 This file is an integral part of the build system for your
31 This file is an integral part of the build system for your
  /sdk/templates/
build.template 25 This file is an integral part of the build system for your
47 This file is an integral part of the build system for your
uibuild.template 25 This file is an integral part of the build system for your
47 This file is an integral part of the build system for your
  /sdk/testapps/aidlTest/libWithAidl/
build.xml 25 This file is an integral part of the build system for your
38 This file is an integral part of the build system for your
  /sdk/testapps/aidlTest/mainProject/
build.xml 25 This file is an integral part of the build system for your
38 This file is an integral part of the build system for your
  /sdk/testapps/basicProjectWithAidl/
build.xml 23 This file is an integral part of the build system for your
31 This file is an integral part of the build system for your
  /sdk/testapps/buildConfigTest/app/
build.xml 25 This file is an integral part of the build system for your
38 This file is an integral part of the build system for your
  /sdk/testapps/buildConfigTest/lib1/
build.xml 25 This file is an integral part of the build system for your
38 This file is an integral part of the build system for your

Completed in 1189 milliseconds

1 2 3 45 6 7 8 91011>>