/AliOS-Things-master/components/SDL2/src/libm/ |
A D | s_scalbn.c | 24 #undef huge 30 huge = 1.0e+300, variable 50 return huge * copysign(huge, x); /* overflow */ in scalbln() 59 return huge * copysign(huge, x); /* overflow */ in scalbln()
|
A D | s_floor.c | 28 #undef huge 31 static const double huge = 1.0e300; variable 41 if(huge+x>0.0) {/* return 0*sign(x) if |x|<1 */ in floor() 49 if(huge+x>0.0) { /* raise inexact flag */ in floor() 60 if(huge+x>0.0) { /* raise inexact flag */ in floor()
|
A D | e_pow.c | 67 #undef huge 78 huge = 1.0e300, variable 191 if(ix<=0x3fefffff) return (hy<0)? huge*huge:tiny*tiny; in __ieee754_pow() 192 if(ix>=0x3ff00000) return (hy>0)? huge*huge:tiny*tiny; in __ieee754_pow() 195 if(ix<0x3fefffff) return (hy<0)? huge*huge:tiny*tiny; in __ieee754_pow() 196 if(ix>0x3ff00000) return (hy>0)? huge*huge:tiny*tiny; in __ieee754_pow() 269 return s*huge*huge; /* overflow */ in __ieee754_pow() 271 if(p_l+ovt>z-p_h) return s*huge*huge; /* overflow */ in __ieee754_pow()
|
A D | e_exp.c | 79 #undef huge 85 huge = 1.0e+300, variable 125 if(x > o_threshold) return huge*huge; /* overflow */ in __ieee754_exp() 146 if(huge+x>one) return one+x;/* trigger inexact */ in __ieee754_exp()
|
A D | s_atan.c | 64 #undef huge 69 huge = 1.0e300; variable 88 if(huge+x>one) return x; /* raise inexact */ in atan()
|
/AliOS-Things-master/components/py_engine/engine/lib/libm_dbl/ |
A D | pow.c | 67 huge = 1.0e300, variable 200 return hy < 0 ? huge*huge : tiny*tiny; in pow() 202 return hy > 0 ? huge*huge : tiny*tiny; in pow() 206 return hy < 0 ? s*huge*huge : s*tiny*tiny; in pow() 208 return hy > 0 ? s*huge*huge : s*tiny*tiny; in pow() 286 return s*huge*huge; /* overflow */ in pow() 288 return s*huge*huge; /* overflow */ in pow()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test262.patch | 12 - huge: 10000, 16 +// huge: 10000, 20 + huge: 1000,
|
/AliOS-Things-master/components/py_engine/engine/lib/libm/ |
A D | math.c | 146 huge = 1.0e30f, variable 255 return hy < 0 ? sn*huge*huge : sn*tiny*tiny; in powf() 257 return hy > 0 ? sn*huge*huge : sn*tiny*tiny; in powf() 339 return sn*huge*huge; /* overflow */ in powf() 342 return sn*huge*huge; /* overflow */ in powf()
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | README | 17 will not be applied. If you want a huge test framework, use CUnit.
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ |
A D | FILES | 22 huge changes to match code size and memory requirements for embedded
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
A D | README | 67 huge because I had to basically copy all of the tif_dirread.c and
|
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/ |
A D | PPPD_FOLLOWUP | 2 huge changes to match code size and memory requirements for embedded devices.
|
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | install.txt | 755 large-data memory model, and you should avoid "huge" model if at all 917 have to use huge memory model, which slows things down unnecessarily.)
|
A D | libjpeg.txt | 3080 large-data memory model (perhaps 10%-25%), and you should avoid "huge" model
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | doxyfile | 46 # Enabling this option can be useful when feeding doxygen a huge amount of
|
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/ |
A D | Doxyfile | 46 # Enabling this option can be useful when feeding doxygen a huge amount of
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/ |
A D | html.doxyfile | 60 # Enabling this option can be useful when feeding doxygen a huge amount of
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | ChangeLog | 304 CPU consumption on progressive JPEGs with a huge number of scans. 319 potentially be a bug with huge rows. 1328 if BitsPerPixel > 24, so as to avoid huge memory allocation and file
|
/AliOS-Things-master/components/jsoncpp/doc/ |
A D | doxyfile.in | 66 # option can be useful when feeding doxygen a huge amount of source files, where
|
A D | web_doxyfile.in | 66 # option can be useful when feeding doxygen a huge amount of source files, where
|
/AliOS-Things-master/components/littlevgl/scripts/ |
A D | Doxyfile | 66 # option can be useful when feeding doxygen a huge amount of source files, where
|
/AliOS-Things-master/documentation/doxygen/ |
A D | Doxyfile-AOS | 66 # option can be useful when feeding doxygen a huge amount of source files, where
|