54 while(*p!=
'.' && *p!=0 && *p!=
'p')
65 while(*p!=0 && *p!=
'p')
80 while(*p != 0 && *p !=
'f' && *p !=
'l' && *p !=
'w' && *p !=
'q' &&
81 *p !=
'd' && *p !=
'b')
110 while(*p!=
'.' && *p!=0 && *p!=
'e' &&
111 *p!=
'f' && *p!=
'l' &&
112 *p!=
'w' && *p!=
'q' && *p!=
'd' &&
124 while(*p != 0 && *p !=
'e' && *p !=
'f' && *p !=
'l' && *p !=
'w' &&
125 *p !=
'q' && *p !=
'd' && *p !=
'i' && *p !=
'j' && *p !=
'b')
140 while(*p != 0 && *p !=
'f' && *p !=
'l' && *p !=
'w' && *p !=
'q' &&
141 *p !=
'd' && *p !=
'i' && *p !=
'j' && *p !=
'b')
175 else if(
strcmp(p,
"f32")==0)
177 else if(
strcmp(p,
"f32x")==0)
179 else if(
strcmp(p,
"f64")==0)
181 else if(
strcmp(p,
"f64x")==0)
183 else if(
strcmp(p,
"f128")==0)
185 else if(
strcmp(p,
"f128x")==0)
195 else if(*p==
'i' || *p==
'j')
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
parse_floatt(const std::string &)
const mp_integer string2integer(const std::string &n, unsigned base)
ANSI-C Conversion / Type Checking.
int strcmp(const char *s1, const char *s2)