Home
last modified time | relevance | path

Searched refs:IDL_FIXED (Results 1 – 6 of 6) sorted by relevance

/dports/devel/ORBit2/ORBit2-2.14.19/src/services/imodule/
H A Dorbit-imodule-libidl-utils.c166 p = IDL_fixed_new (IDL_FIXED (a).value); in IDL_unaryop_eval_fixed()
/dports/devel/ORBit2/ORBit2-2.14.19/src/idl-compiler/
H A Dorbit-idl-utils.c142 g_print("FIXED: %s\n", IDL_FIXED(node).value); in orbit_idl_print_node()
/dports/devel/libIDL/libIDL-0.8.14/include/libIDL/
H A DIDL.h187 #define IDL_FIXED(a) IDL_CHECK_CAST(a, IDLN_FIXED, idl_fixed) macro
H A DIDL.h.in187 #define IDL_FIXED(a) IDL_CHECK_CAST(a, IDLN_FIXED, idl_fixed) macro
/dports/devel/libIDL/libIDL-0.8.14/
H A Dutil.c1007 IDL_FIXED (p).value = value; in IDL_fixed_new()
1871 g_free (IDL_FIXED (p).value); in IDL_tree_free_real()
2825 dataf (data, "%s", IDL_FIXED (p).value); in IDL_emit_IDL_literal()
H A Dparser.y2063 p = IDL_fixed_new (IDL_FIXED (a).value); in IDL_unaryop_eval_fixed()