Home
last modified time | relevance | path

Searched refs:huge (Results 1 – 22 of 22) sorted by relevance

/AliOS-Things-master/components/SDL2/src/libm/
A Ds_scalbn.c24 #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 Ds_floor.c28 #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 De_pow.c67 #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 De_exp.c79 #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 Ds_atan.c64 #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 Dpow.c67 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 Dtest262.patch12 - huge: 10000,
16 +// huge: 10000,
20 + huge: 1000,
/AliOS-Things-master/components/py_engine/engine/lib/libm/
A Dmath.c146 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 DREADME17 will not be applied. If you want a huge test framework, use CUnit.
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/
A DFILES22 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 DREADME67 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 DPPPD_FOLLOWUP2 huge changes to match code size and memory requirements for embedded devices.
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Dinstall.txt755 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 Dlibjpeg.txt3080 large-data memory model (perhaps 10%-25%), and you should avoid "huge" model
/AliOS-Things-master/components/SDL2/docs/
A Ddoxyfile46 # Enabling this option can be useful when feeding doxygen a huge amount of
/AliOS-Things-master/components/SDL2/src/hidapi/doxygen/
A DDoxyfile46 # Enabling this option can be useful when feeding doxygen a huge amount of
/AliOS-Things-master/components/SDL2/src/gfx/Docs/
A Dhtml.doxyfile60 # 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 DChangeLog304 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 Ddoxyfile.in66 # option can be useful when feeding doxygen a huge amount of source files, where
A Dweb_doxyfile.in66 # option can be useful when feeding doxygen a huge amount of source files, where
/AliOS-Things-master/components/littlevgl/scripts/
A DDoxyfile66 # option can be useful when feeding doxygen a huge amount of source files, where
/AliOS-Things-master/documentation/doxygen/
A DDoxyfile-AOS66 # option can be useful when feeding doxygen a huge amount of source files, where

Completed in 41 milliseconds