Searched refs:f_max (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c2491 #define F_MAX f_max
2786 f_max, newxmax, f_min, xminner, y, y1, z, z1, z2; local
3126 f_max_exp=2; f_max=1.0; newxmax=base+1.0;
3128 while (f_max<newxmax) {
3129 f_max=newxmax;
3136 if (Div(newxmax, base) != f_max) {
3137 if (newxmax > f_max) inf=1; /* ieee infinity */
3148 f_max=Diff(ONE, epsneg);
3149 if (Mul(f_max,ONE) != f_max) f_ma
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c6403 int f_max; member in struct:_xmlExpNode::__anon17126::__anon17127
6413 #define exp_max field.count.f_max

Completed in 69 milliseconds