Home | History | Annotate | Download | only in pixelflinger

Lines Matching defs:CONST

25 #define CONST           __attribute__((const))
28 const GGLfixed FIXED_BITS = 16;
29 const GGLfixed FIXED_EPSILON = 1;
30 const GGLfixed FIXED_ONE = 1L<<FIXED_BITS;
31 const GGLfixed FIXED_HALF = 1L<<(FIXED_BITS-1);
32 const GGLfixed FIXED_MIN = 0x80000000L;
33 const GGLfixed FIXED_MAX = 0x7FFFFFFFL;
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;
154 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
175 inline int64_t gglMulii(int32_t x, int32_t y) CONST;
196 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) CONST;
292 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
364 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
436 inline int64_t gglMulii(int32_t x, int32_t y) CONST;
464 inline GGLfixed gglMulx(GGLfixed x, GGLfixed y, int shift) CONST;
481 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
495 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) CONST;
510 inline int64_t gglMulii(int32_t x, int32_t y) CONST;
525 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) CONST;
614 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
680 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
746 inline int64_t gglMulii(int32_t x, int32_t y) CONST;
770 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) CONST;
774 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
778 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) CONST;
782 inline int64_t gglMulii(int32_t a, int32_t b) CONST;
791 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b) CONST;
795 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) CONST;
799 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) CONST;
806 inline int32_t gglClz(int32_t x) CONST;
825 int32_t gglDivQ(GGLfixed n, GGLfixed d, int32_t i) CONST;
827 inline int32_t gglDivQ16(GGLfixed n, GGLfixed d) CONST;
832 CONST;
839 inline GGLfixed gglRecipFast(GGLfixed x) CONST;
846 const int32_t lz = gglClz(x);
852 inline GGLfixed gglClampx(GGLfixed c) CONST;