Home
last modified time | relevance | path

Searched refs:CONST (Results 1 – 5 of 5) 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/tools/aidl/
Daidl_language_y.yy44 %token IN OUT INOUT PACKAGE IMPORT PARCELABLE CPP_HEADER CONST INT
183 : CONST INT identifier '=' INTVALUE ';' {
Daidl_language_l.ll74 const { return yy::parser::token::CONST; }
/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;