OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [math/] [MathContext.h] - Blame information for rev 760

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __java_math_MathContext__
5
#define __java_math_MathContext__
6
 
7
#pragma interface
8
 
9
#include <java/lang/Object.h>
10
extern "Java"
11
{
12
  namespace java
13
  {
14
    namespace math
15
    {
16
        class MathContext;
17
        class RoundingMode;
18
    }
19
  }
20
}
21
 
22
class java::math::MathContext : public ::java::lang::Object
23
{
24
 
25
public:
26
  MathContext(jint);
27
  MathContext(jint, ::java::math::RoundingMode *);
28
  MathContext(::java::lang::String *);
29
  jboolean equals(::java::lang::Object *);
30
  jint getPrecision();
31
  ::java::math::RoundingMode * getRoundingMode();
32
  ::java::lang::String * toString();
33
  jint hashCode();
34
  static ::java::math::MathContext * UNLIMITED;
35
  static ::java::math::MathContext * DECIMAL32;
36
  static ::java::math::MathContext * DECIMAL64;
37
  static ::java::math::MathContext * DECIMAL128;
38
private:
39
  static const jlong serialVersionUID = 5579720004786848255LL;
40
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) precision;
41
  ::java::math::RoundingMode * roundMode;
42
public:
43
  static ::java::lang::Class class$;
44
};
45
 
46
#endif // __java_math_MathContext__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.