Home
last modified time | relevance | path

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

/system/core/libpixelflinger/include/private/pixelflinger/
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/
Dtrap.cpp63 static inline int min(int a, int b) CONST;
64 static inline int max(int a, int b) CONST;
65 static inline int min(int a, int b, int c) CONST;
66 static inline int max(int a, int b, int c) CONST;
Dpixelflinger.cpp73 static inline int min(int a, int b) CONST;
78 static inline int max(int a, int b) CONST;