Searched refs:CONST (Results 1 – 5 of 5) sorted by relevance
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_fixed.h | 25 #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/tools/aidl/ |
D | aidl_language_y.yy | 44 %token IN OUT INOUT PACKAGE IMPORT PARCELABLE CPP_HEADER CONST INT 183 : CONST INT identifier '=' INTVALUE ';' {
|
D | aidl_language_l.ll | 74 const { return yy::parser::token::CONST; }
|
/system/core/libpixelflinger/ |
D | trap.cpp | 63 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;
|
D | pixelflinger.cpp | 73 static inline int min(int a, int b) CONST; 78 static inline int max(int a, int b) CONST;
|