1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __gnu_java_math_Fixed__
5 #define __gnu_java_math_Fixed__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 extern "Java"
11 {
12   namespace gnu
13   {
14     namespace java
15     {
16       namespace math
17       {
18           class Fixed;
19       }
20     }
21   }
22 }
23 
24 class gnu::java::math::Fixed : public ::java::lang::Object
25 {
26 
27   Fixed();
28 public:
29   static jint div(jint, jint, jint);
30   static jint mul(jint, jint, jint);
31   static jint ceil(jint, jint);
32   static jint floor(jint, jint);
33   static jint trunc(jint, jint);
34   static jint round(jint, jint);
35   static jfloat floatValue(jint, jint);
36   static jdouble doubleValue(jint, jint);
37   static jint fixedValue(jint, jfloat);
38   static jint fixedValue(jint, jdouble);
39   static jint intValue(jint, jint);
40   static jint roundIntValue(jint, jint);
41   static ::java::lang::Class class$;
42 };
43 
44 #endif // __gnu_java_math_Fixed__
45