Searched refs:litp (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-mn10200.c326 md_atof (int type, char *litp, int *sizep)
356 md_number_to_chars (litp, (valueT) words[i], 2);
357 litp += 2;
323 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-i370.c2382 md_atof (int type, char *litp, int *sizep)
2418 md_number_to_chars (litp, (valueT) words[i], 2);
2419 litp += 2;
2365 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-v850.c1182 md_atof (int type, char *litp, int *sizep)
1212 md_number_to_chars (litp, (valueT) words[i], 2);
1213 litp += 2;
1180 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-mn10300.c718 md_atof (type, litp, sizep)
720 char *litp;
751 md_number_to_chars (litp, (valueT) words[i], 2);
752 litp += 2;
H A Dtc-s390.c1772 of type type, and store the appropriate bytes in *litp. The number
1777 md_atof (type, litp, sizep)
1779 char *litp;
1810 md_number_to_chars (litp, (valueT) words[i], 2);
1811 litp += 2;
H A Dtc-ppc.c5208 md_atof (type, litp, sizep)
5210 char *litp;
5243 md_number_to_chars (litp, (valueT) words[i], 2);
5244 litp += 2;
5251 md_number_to_chars (litp, (valueT) words[i], 2);
5252 litp += 2;
H A Dtc-cris.c3520 litp A pointer to an array that the result should be stored in.
3532 md_atof (int type ATTRIBUTE_UNUSED, char *litp ATTRIBUTE_UNUSED,
/haiku-buildtools/binutils/gas/config/
H A Dtc-mn10200.c321 md_atof (int type, char *litp, int *sizep)
323 return ieee_md_atof (type, litp, sizep, FALSE);
318 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-i370.c2374 md_atof (int type, char *litp, int *sizep)
2378 return ieee_md_atof (type, litp, sizep, TRUE);
2357 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-mn10300.c459 md_atof (int type, char *litp, int *sizep)
461 return ieee_md_atof (type, litp, sizep, FALSE);
456 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-s390.c2065 md_atof (int type, char *litp, int *sizep) argument
2067 return ieee_md_atof (type, litp, sizep, TRUE);
H A Dtc-v850.c1676 md_atof (int type, char *litp, int *sizep)
1678 return ieee_md_atof (type, litp, sizep, FALSE);
1674 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-ppc.c6091 md_atof (int type, char *litp, int *sizep)
6093 return ieee_md_atof (type, litp, sizep, target_big_endian);
6073 md_atof(int type, char *litp, int *sizep) argument
H A Dtc-cris.c3583 litp A pointer to an array that the result should be stored in.
3595 md_atof (int type ATTRIBUTE_UNUSED, char *litp ATTRIBUTE_UNUSED,
/haiku-buildtools/gcc/gcc/
H A Dfold-const.c839 tree *conp, tree *litp, tree *minus_litp, int negate_p)
844 *litp = 0;
852 *litp = in;
871 *litp = op0, op0 = 0;
874 *litp = op1, neg_litp_p = neg1_p, op1 = 0;
892 *minus_litp = *litp, *litp = 0;
916 if (*litp)
917 *minus_litp = *litp, *litp
834 split_tree(location_t loc, tree in, tree type, enum tree_code code, tree *conp, tree *litp, tree *minus_litp, int negate_p) argument
[all...]

Completed in 312 milliseconds