HomeSort by relevance Sort by last modified time
    Searched refs:pure (Results 126 - 150 of 329) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/av/media/libstagefright/codec2/include/
C2.h 155 #define C2_PURE __attribute__((pure))
  /frameworks/native/libs/math/include/math/
mat2.h 24 #define PURE __attribute__((pure))
322 CONSTEXPR typename TMat22<U>::col_type PURE operator *(const TMat22<T>& lhs, const TVec2<U>& rhs) {
333 CONSTEXPR typename TMat22<U>::row_type PURE operator *(const TVec2<U>& lhs, const TMat22<T>& rhs) {
343 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat22<T>>::type PURE
350 constexpr typename std::enable_if<std::is_arithmetic<U>::value, TMat22<T>>::type PURE
361 CONSTEXPR typename TMat22<T>::col_type PURE diag(const TMat22<T>& m) {
376 #undef PURE
quat.h 27 #ifndef PURE
28 #define PURE __attribute__((pure))
133 constexpr static TQuaternion PURE fromAxisAngle(const TVec3<A>& axis, B angle) {
192 #undef PURE
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Compiler.h 170 #if __has_attribute(pure) || defined(__GNUC__)
171 // aka 'PURE' but following LLVM Conventions.
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
cdefs.h 172 * pure (no side effects) functions using "volatile" and "const";
334 #define __purefunc __attribute__((pure))

Completed in 2478 milliseconds

1 2 3 4 56 7 8 91011>>