Searched refs:CONST (Results 1 – 9 of 9) 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; 92 int32_t gglRecipQ(GGLfixed x, int q) CONST; 94 inline GGLfixed gglRecip(GGLfixed x) CONST; 99 inline GGLfixed gglRecip28(GGLfixed x) CONST; 109 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) CONST; 132 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST; 154 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST; [all …]
|
/system/tools/hidl/c2hal/ |
D | Type.h | 42 CONST, enumerator 79 case Qualifier::CONST: return "const"; in qualifierText()
|
D | c2hal_y.yy | 92 %token CONST 519 | CONST { $$ = new Type::Qualifier(Type::Qualifier::CONST); }
|
D | Type.cpp | 134 case Type::Qualifier::CONST: { in getHidlType()
|
D | c2hal_l.ll | 196 "const" { return CONST; }
|
/system/tools/aidl/ |
D | aidl_language_l.ll | 114 return yy::parser::token::CONST; }
|
D | aidl_language_y.yy | 113 %token<token> CONST "const" 520 : CONST type identifier '=' const_expr ';' {
|
/system/core/libpixelflinger/ |
D | trap.cpp | 65 static inline int min(int a, int b) CONST; 66 static inline int max(int a, int b) CONST; 67 static inline int min(int a, int b, int c) CONST; 68 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;
|