HomeSort by relevance Sort by last modified time
    Searched refs:double_int (Results 1 - 7 of 7) sorted by null

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
double-int.h 41 You may also represent with numbers in smaller precision using double_int.
49 ??? The components of double_int differ in signedness mostly for
58 } double_int; typedef in typeref:struct:__anon13039
64 union tree_node *double_int_to_tree (union tree_node *, double_int);
65 bool double_int_fits_to_tree_p (const union tree_node *, double_int);
66 double_int tree_to_double_int (const union tree_node *);
68 /* Constructs double_int from integer CST. The bits over the precision of
71 static inline double_int
74 double_int r;
90 /* Constructs double_int from unsigned integer CST. The bits over th
    [all...]
tree-flow.h     [all...]
tree.h     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
double-int.h 41 You may also represent with numbers in smaller precision using double_int.
49 ??? The components of double_int differ in signedness mostly for
58 } double_int; typedef in typeref:struct:__anon13396
64 union tree_node *double_int_to_tree (union tree_node *, double_int);
65 bool double_int_fits_to_tree_p (const union tree_node *, double_int);
66 double_int tree_to_double_int (const union tree_node *);
68 /* Constructs double_int from integer CST. The bits over the precision of
71 static inline double_int
74 double_int r;
90 /* Constructs double_int from unsigned integer CST. The bits over th
    [all...]
tree-flow.h     [all...]
tree.h     [all...]
  /external/bluetooth/glib/gobject/
gvaluetransform.c 130 DEFINE_CAST (double_int, v_double, gint, v_int);

Completed in 227 milliseconds