HomeSort by relevance Sort by last modified time
    Searched full:double_int (Results 1 - 25 of 27) sorted by null

1 2

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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:__anon21814
64 /* Constructs double_int from integer CST. The bits over the precision of
67 static inline double_int
70 double_int r;
86 /* Constructs double_int from unsigned integer CST. The bits over the
89 static inline double_int
92 double_int r;
104 double_int_to_shwi (double_int cst
    [all...]
fixed-value.h 29 double_int data; /* Store data up to 2 wide integers. */
65 double_int, bool, bool);
cfgloop.h 62 double_int bound;
148 double_int nb_iterations_upper_bound;
151 double_int nb_iterations_estimate;
282 bool estimated_loop_iterations (struct loop *, bool, double_int *);
tree.h     [all...]
tree-flow.h 643 double_int max; /* The upper bound on the number of iterations of
rtl.h     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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:__anon22207
64 /* Constructs double_int from integer CST. The bits over the precision of
67 static inline double_int
70 double_int r;
86 /* Constructs double_int from unsigned integer CST. The bits over the
89 static inline double_int
92 double_int r;
104 double_int_to_shwi (double_int cst
    [all...]
fixed-value.h 29 double_int data; /* Store data up to 2 wide integers. */
65 double_int, bool, bool);
cfgloop.h 62 double_int bound;
148 double_int nb_iterations_upper_bound;
151 double_int nb_iterations_estimate;
282 bool estimated_loop_iterations (struct loop *, bool, double_int *);
tree.h     [all...]
tree-flow.h 643 double_int max; /* The upper bound on the number of iterations of
rtl.h     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/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:__anon22640
64 /* Constructs double_int from integer CST. The bits over the precision of
67 static inline double_int
70 double_int r;
86 /* Constructs double_int from unsigned integer CST. The bits over the
89 static inline double_int
92 double_int r;
104 double_int_to_shwi (double_int cst
    [all...]
fixed-value.h 29 double_int data; /* Store data up to 2 wide integers. */
65 double_int, bool, bool);
cfgloop.h 62 double_int bound;
148 double_int nb_iterations_upper_bound;
151 double_int nb_iterations_estimate;
282 bool estimated_loop_iterations (struct loop *, bool, double_int *);
tree.h     [all...]
tree-flow.h 643 double_int max; /* The upper bound on the number of iterations of
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/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:__anon23033
64 /* Constructs double_int from integer CST. The bits over the precision of
67 static inline double_int
70 double_int r;
86 /* Constructs double_int from unsigned integer CST. The bits over the
89 static inline double_int
92 double_int r;
104 double_int_to_shwi (double_int cst
    [all...]
fixed-value.h 29 double_int data; /* Store data up to 2 wide integers. */
65 double_int, bool, bool);
cfgloop.h 62 double_int bound;
148 double_int nb_iterations_upper_bound;
151 double_int nb_iterations_estimate;
282 bool estimated_loop_iterations (struct loop *, bool, double_int *);
tree.h     [all...]
tree-flow.h 643 double_int max; /* The upper bound on the number of iterations of
  /external/llvm/test/CodeGen/X86/
2010-02-12-CoalescerBug-Impdef.ll 55 %"struct double_int" = type { i64, i64 }
74 %"struct loop" = type { i32, i32, %"struct basic_block_def"*, %"struct basic_block_def"*, %"struct comp_cost", i32, i32, %"struct VEC_loop_p_gc"*, %"struct loop"*, %"struct loop"*, i8*, %"union tree_node"*, %"struct double_int", %"struct double_int", i8, i8, i32, %"struct nb_iter_bound"*, %"struct loop_exit"*, i8, %"union tree_node"* }
79 %"struct nb_iter_bound" = type { %"union gimple_statement_d"*, %"struct double_int", i8, %"struct nb_iter_bound"* }
  /external/valgrind/main/mpi/
mpiwrap_type_test.c 282 TRY(False, MPI_DOUBLE_INT, "DOUBLE_INT");
libmpiwrap.c 276 else if (ty == MPI_DOUBLE_INT) fprintf(f,"DOUBLE_INT");
590 FLOAT_INT DOUBLE_INT LONG_INT 2INT SHORT_INT LONG_DOUBLE_INT
    [all...]

Completed in 1336 milliseconds

1 2