Searched defs:o_threshold (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dw_exp.c26 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
39 if(x>o_threshold)
H A De_exp.c94 o_threshold= 7.09782712893383973096e+02, /* 0x40862E42, 0xFEFA39EF */ variable
130 if(x > o_threshold) return huge*huge; /* overflow */
H A Ds_expm1.c125 o_threshold = 7.09782712893383973096e+02,/* 0x40862E42, 0xFEFA39EF */ variable
159 if(x > o_threshold) return huge*huge; /* overflow */

Completed in 414 milliseconds