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

  /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:__anon20374
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...]
  /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:__anon20759
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...]
  /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:__anon21603
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...]
  /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:__anon21996
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...]

Completed in 399 milliseconds