HomeSort by relevance Sort by last modified time
    Searched refs:double_int (Results 1 - 12 of 12) 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:__anon19120
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:__anon19482
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-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/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:__anon19859
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...]
fixed-value.h 29 double_int data; /* Store data up to 2 wide integers. */
65 double_int, bool, bool);
cfgloop.h 61 double_int bound;
147 double_int nb_iterations_upper_bound;
150 double_int nb_iterations_estimate;
277 bool estimated_loop_iterations (struct loop *, bool, double_int *);
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 459 milliseconds