Searched refs:u_threshold (Results 1 - 4 of 4) sorted by relevance

/external/fdlibm/
H A Dw_exp.c25 u_threshold= -7.45133219101941108420e+02; /* 0xc0874910, 0xD52D3051 */ variable
43 else if(x<u_threshold)
H A De_exp.c88 u_threshold= -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ variable
124 if(x < u_threshold) return twom1000*twom1000; /* underflow */
/external/kernel-headers/original/uapi/linux/
H A Dip_vs.h155 __u32 u_threshold; /* upper threshold */ member in struct:ip_vs_dest_user
219 __u32 u_threshold; /* upper threshold */ member in struct:ip_vs_dest_entry
/external/v8/src/base/
H A Dieee754.cc1243 u_threshold = -7.45133219101941108420e+02, /* 0xc0874910, 0xD52D3051 */ local
1280 if (x < u_threshold) return twom1000 * twom1000; /* underflow */

Completed in 366 milliseconds