Home
last modified time | relevance | path

Searched refs:tk_fixed (Results 1 – 25 of 135) sorted by relevance

123456

/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java76 super(TCKind.tk_fixed); in FixedTypeCode()
85 super(TCKind.tk_fixed); in FixedTypeCode()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java76 super(TCKind.tk_fixed); in FixedTypeCode()
85 super(TCKind.tk_fixed); in FixedTypeCode()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java76 super(TCKind.tk_fixed); in FixedTypeCode()
85 super(TCKind.tk_fixed); in FixedTypeCode()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java76 super(TCKind.tk_fixed); in FixedTypeCode()
85 super(TCKind.tk_fixed); in FixedTypeCode()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/CORBA/typecodes/
H A DFixedTypeCode.java76 super(TCKind.tk_fixed); in FixedTypeCode()
85 super(TCKind.tk_fixed); in FixedTypeCode()
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/CORBA/typecodes/
H A DFixedTypeCode.java76 super(TCKind.tk_fixed); in FixedTypeCode()
85 super(TCKind.tk_fixed); in FixedTypeCode()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/org/omg/CORBA/
H A DTCKind.java418 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
463 tk_longdouble, tk_wchar, tk_wstring, tk_fixed, tk_value, tk_value_box,
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/org/omg/CORBA/
H A DTCKind.java418 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
463 tk_longdouble, tk_wchar, tk_wstring, tk_fixed, tk_value, tk_value_box,
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/org/omg/CORBA/
H A DTCKind.java418 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
463 tk_longdouble, tk_wchar, tk_wstring, tk_fixed, tk_value, tk_value_box,
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/org/omg/CORBA/
H A DTCKind.java418 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
463 tk_longdouble, tk_wchar, tk_wstring, tk_fixed, tk_value, tk_value_box,
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/org/omg/CORBA/
H A DTCKind.java418 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
463 tk_longdouble, tk_wchar, tk_wstring, tk_fixed, tk_value, tk_value_box,
/dports/java/sablevm-classpath/sablevm-classpath-1.13/org/omg/CORBA/
H A DTCKind.java418 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
463 tk_longdouble, tk_wchar, tk_wstring, tk_fixed, tk_value, tk_value_box,
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl/CORBA/
H A DCORBA_TypeCode.idl18 tk_wchar, tk_wstring, tk_fixed,
65 // for tk_fixed
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/java_src/com/ericsson/otp/ic/
H A DTCKind.java97 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
184 return tk_fixed; in from_int()
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/java_src/com/ericsson/otp/ic/
H A DTCKind.java97 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
184 return tk_fixed; in from_int()
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/java_src/com/ericsson/otp/ic/
H A DTCKind.java97 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
184 return tk_fixed; in from_int()
/dports/lang/erlang/corba-5.0.2/lib/ic/java_src/com/ericsson/otp/ic/
H A DTCKind.java97 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
184 return tk_fixed; in from_int()
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/java_src/com/ericsson/otp/ic/
H A DTCKind.java97 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
184 return tk_fixed; in from_int()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DTCKind.java410 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
524 return tk_fixed; in from_int()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/org/omg/CORBA/
H A DTCKind.java410 public static final TCKind tk_fixed = new TCKind(_tk_fixed); field in TCKind
524 return tk_fixed; in from_int()
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Diceval.erl41 eval_const(G, S, N, tk_fixed, Expr) ->
42 case catch eval_e(G, S, N, tk_fixed, Expr) of
45 {ok, {tk_fixed, V#fixed.digits, V#fixed.scale}, V};
47 ic_error:error(G, {bad_tk_match, Expr, tk_fixed, get_val(V)})
98 check_tk(_G, {tk_fixed, Digits, Scale}, {fixed, Digits, Scale, _V}) -> true;
303 eval_e(_G, _S, _N, tk_fixed, {'<fixed_pt_literal>', _Line, X}) ->
305 eval_e(G, _S, _N, {tk_fixed, Digits, Scale}, {'<fixed_pt_literal>', Line, X})
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Diceval.erl41 eval_const(G, S, N, tk_fixed, Expr) ->
42 case catch eval_e(G, S, N, tk_fixed, Expr) of
45 {ok, {tk_fixed, V#fixed.digits, V#fixed.scale}, V};
47 ic_error:error(G, {bad_tk_match, Expr, tk_fixed, get_val(V)})
98 check_tk(_G, {tk_fixed, Digits, Scale}, {fixed, Digits, Scale, _V}) -> true;
303 eval_e(_G, _S, _N, tk_fixed, {'<fixed_pt_literal>', _Line, X}) ->
305 eval_e(G, _S, _N, {tk_fixed, Digits, Scale}, {'<fixed_pt_literal>', Line, X})
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Diceval.erl41 eval_const(G, S, N, tk_fixed, Expr) ->
42 case catch eval_e(G, S, N, tk_fixed, Expr) of
45 {ok, {tk_fixed, V#fixed.digits, V#fixed.scale}, V};
47 ic_error:error(G, {bad_tk_match, Expr, tk_fixed, get_val(V)})
98 check_tk(_G, {tk_fixed, Digits, Scale}, {fixed, Digits, Scale, _V}) -> true;
303 eval_e(_G, _S, _N, tk_fixed, {'<fixed_pt_literal>', _Line, X}) ->
305 eval_e(G, _S, _N, {tk_fixed, Digits, Scale}, {'<fixed_pt_literal>', Line, X})
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Diceval.erl41 eval_const(G, S, N, tk_fixed, Expr) ->
42 case catch eval_e(G, S, N, tk_fixed, Expr) of
45 {ok, {tk_fixed, V#fixed.digits, V#fixed.scale}, V};
47 ic_error:error(G, {bad_tk_match, Expr, tk_fixed, get_val(V)})
98 check_tk(_G, {tk_fixed, Digits, Scale}, {fixed, Digits, Scale, _V}) -> true;
303 eval_e(_G, _S, _N, tk_fixed, {'<fixed_pt_literal>', _Line, X}) ->
305 eval_e(G, _S, _N, {tk_fixed, Digits, Scale}, {'<fixed_pt_literal>', Line, X})
/dports/lang/erlang-runtime21/corba-4.5.2/lib/ic/src/
H A Diceval.erl41 eval_const(G, S, N, tk_fixed, Expr) ->
42 case catch eval_e(G, S, N, tk_fixed, Expr) of
45 {ok, {tk_fixed, V#fixed.digits, V#fixed.scale}, V};
47 ic_error:error(G, {bad_tk_match, Expr, tk_fixed, get_val(V)})
98 check_tk(_G, {tk_fixed, Digits, Scale}, {fixed, Digits, Scale, _V}) -> true;
303 eval_e(_G, _S, _N, tk_fixed, {'<fixed_pt_literal>', _Line, X}) ->
305 eval_e(G, _S, _N, {tk_fixed, Digits, Scale}, {'<fixed_pt_literal>', Line, X})

123456