Searched refs:CONST (Results 1 - 3 of 3) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_fixed.h25 #define CONST __attribute__((const)) macro
86 GGLfixed gglPowx(GGLfixed x, GGLfixed y) CONST;
87 GGLfixed gglSqrtx(GGLfixed a) CONST;
88 GGLfixed gglSqrtRecipx(GGLfixed x) CONST;
89 GGLfixed gglFastDivx(GGLfixed n, GGLfixed d) CONST;
93 int32_t gglRecipQ(GGLfixed x, int q) CONST;
95 inline GGLfixed gglRecip(GGLfixed x) CONST;
100 inline GGLfixed gglRecip28(GGLfixed x) CONST;
110 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) CONST;
133 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
[all...]
/system/core/libpixelflinger/
H A Dtrap.cpp63 static inline int min(int a, int b) CONST; member in namespace:android
64 static inline int max(int a, int b) CONST; member in namespace:android
65 static inline int min(int a, int b, int c) CONST; member in namespace:android
66 static inline int max(int a, int b, int c) CONST; member in namespace:android
H A Dpixelflinger.cpp73 static inline int min(int a, int b) CONST; member in namespace:android
78 static inline int max(int a, int b) CONST; member in namespace:android

Completed in 19 milliseconds