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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 36 You may also represent with numbers in smaller precision using double_int.
44 ??? The components of double_int differ in signedness mostly for
49 struct double_int struct
54 and we certainly want double_int to be a POD.
58 static double_int from_uhwi (unsigned HOST_WIDE_INT cst);
59 static double_int from_shwi (HOST_WIDE_INT cst);
60 static double_int from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low);
64 static double_int from_buffer (const unsigned char *buffer, int len);
70 static double_int mask (unsigned prec);
71 static double_int max_value (unsigned int prec, bool uns)
    [all...]
fixed-value.h 29 double_int data; /* Store data up to 2 wide integers. */
54 extern FIXED_VALUE_TYPE fixed_from_double_int (double_int,
60 const_fixed_from_double_int (double_int payload,
81 double_int, bool, bool);
cfgloop.h 66 double_int bound;
149 double_int nb_iterations_upper_bound;
154 double_int nb_iterations_estimate;
290 void record_niter_bound (struct loop *, double_int, bool, bool);
291 bool estimated_loop_iterations (struct loop *, double_int *);
292 bool max_loop_iterations (struct loop *, double_int *);
295 bool max_stmt_executions (struct loop *, double_int *);
296 bool estimated_stmt_executions (struct loop *, double_int *);
tree-flow-inline.h     [all...]
tree.h     [all...]
tree-flow.h 597 double_int max; /* The upper bound on the number of iterations of
rtl.h     [all...]
  /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");
592 FLOAT_INT DOUBLE_INT LONG_INT 2INT SHORT_INT LONG_DOUBLE_INT
    [all...]

Completed in 488 milliseconds