HomeSort by relevance Sort by last modified time
    Searched defs:PURE (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
indirect_size.h 42 # define PURE __attribute__((pure))
44 # define PURE
53 extern _X_INTERNAL PURE FASTCALL GLint __glCallLists_size(GLenum);
54 extern _X_INTERNAL PURE FASTCALL GLint __glFogfv_size(GLenum);
55 extern _X_INTERNAL PURE FASTCALL GLint __glFogiv_size(GLenum);
56 extern _X_INTERNAL PURE FASTCALL GLint __glLightfv_size(GLenum);
57 extern _X_INTERNAL PURE FASTCALL GLint __glLightiv_size(GLenum);
58 extern _X_INTERNAL PURE FASTCALL GLint __glLightModelfv_size(GLenum);
59 extern _X_INTERNAL PURE FASTCALL GLint __glLightModeliv_size(GLenum)
    [all...]
indirect_size.c 34 # define PURE __attribute__((pure))
36 # define PURE
51 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \
56 _X_INTERNAL PURE FASTCALL GLint __gl ## from ## _size( GLenum e ) \
61 _X_INTERNAL PURE FASTCALL GLint
84 _X_INTERNAL PURE FASTCALL GLint
102 _X_INTERNAL PURE FASTCALL GLint
123 _X_INTERNAL PURE FASTCALL GLint
138 _X_INTERNAL PURE FASTCALL GLin
    [all...]
  /frameworks/native/include/ui/
TMatHelpers.h 33 #define PURE __attribute__((pure))
51 inline int PURE transpose(int v) { return v; }
52 inline float PURE transpose(float v) { return v; }
53 inline double PURE transpose(double v) { return v; }
55 inline int PURE trace(int v) { return v; }
56 inline float PURE trace(float v) { return v; }
57 inline double PURE trace(double v) { return v; }
60 MATRIX PURE inverse(const MATRIX& src) {
111 MATRIX_R PURE multiply(const MATRIX_A& lhs, const MATRIX_B& rhs)
    [all...]
TVecHelpers.h 30 #define PURE __attribute__((pure))
124 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<RT>& rv) {
129 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<RT>& rv) {
140 BASE<T> PURE operator +(const BASE<T>& lv, const BASE<T>& rv) {
144 BASE<T> PURE operator -(const BASE<T>& lv, const BASE<T>& rv) {
205 BASE<T> PURE operator *(const BASE<T>& lv, const BASE<RT>& rv) {
210 BASE<T> PURE operator /(const BASE<T>& lv, const BASE<RT>& rv) {
221 BASE<T> PURE operator *(const BASE<T>& lv, const BASE<T>& rv) {
225 BASE<T> PURE operator /(const BASE<T>& lv, const BASE<T>& rv)
    [all...]
mat4.h 29 #define PURE __attribute__((pure))
341 typename tmat44<U>::col_type PURE operator *(const tmat44<T>& lv, const tvec4<U>& rv) {
350 typename tmat44<U>::row_type PURE operator *(const tvec4<U>& rv, const tmat44<T>& lv) {
359 tmat44<T> PURE operator *(const tmat44<T>& lv, U rv) {
368 tmat44<T> PURE operator *(U rv, const tmat44<T>& lv) {
381 typename tmat44<T>::col_type PURE diag(const tmat44<T>& m) {
392 #undef PURE
  /art/runtime/base/
macros.h 145 #define PURE __attribute__ ((__pure__))
  /frameworks/native/services/sensorservice/
vec.h 29 #define PURE __attribute__((pure))
67 VLHS<TYPE, SIZE> PURE doAdd(
82 VLHS<TYPE, SIZE> PURE doSub(
96 VEC<TYPE, SIZE> PURE doMulScalar(
110 VEC<TYPE, SIZE> PURE doScalarMul(
145 inline VLHS<TYPE, SIZE> PURE operator + (
157 inline VLHS<TYPE, SIZE> PURE operator - (
168 inline VEC<TYPE, SIZE> PURE operator * (
179 inline VEC<TYPE, SIZE> PURE operator *
    [all...]
  /external/lzma/CPP/Common/
MyWindows.h 88 #define PURE = 0
98 STDMETHOD(QueryInterface) (REFIID iid, void **outObject) PURE;
99 STDMETHOD_(ULONG, AddRef)() PURE;
100 STDMETHOD_(ULONG, Release)() PURE;

Completed in 424 milliseconds