/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_erff.c | 23 tiny = 1e-30, variable 129 if(hx>=0) return one-tiny; else return tiny-one; 196 if(hx<0&&ix>=0x40c00000) return two-tiny;/* x < -6 */ 208 if(hx>0) return tiny*tiny; else return two-tiny;
|
s_expm1.c | 118 tiny = 1.0e-300, variable 156 if(x+tiny<0.0) /* raise inexact */ 157 return tiny-one; /* return -1 */
|
/external/fdlibm/ |
s_erf.c | 73 * = 2.0 - tiny (if x <= -6) 75 * erf(x) = sign(x)*(1.0 - tiny) 98 * erf(x) = sign(x) *(1 - tiny) (raise inexact) 99 * erfc(x) = tiny*tiny (raise underflow) if x > 0 100 * = 2 - tiny if x<0 116 tiny = 1e-300, variable 225 if(hx>=0) return one-tiny; else return tiny-one; 296 if(hx<0&&ix>=0x40180000) return two-tiny;/* x < -6 * [all...] |
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/ |
b_tgamma.c | 126 static const double zero = 0., one = 1.0, tiny = 1e-300; variable 145 u.a = one - tiny; /* raise inexact */ 298 return ((double)sgn*tiny*tiny);
|
/external/bison/lib/ |
timevar.c | 479 const float tiny = 5e-3; local 492 if (tv->elapsed.user < tiny 493 && tv->elapsed.sys < tiny 494 && tv->elapsed.wall < tiny)
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
math_private.h | 171 tiny = 1.0e-300; variable
|
/external/skia/tests/ |
PathOpsCubicReduceOrderTest.cpp | 23 static bool tiny(const SkDCubic& cubic) { 46 if (!tiny(cubicPair.first()) && !controls_inside(cubicPair.first())) { 52 if (!tiny(cubicPair.second()) && !controls_inside(cubicPair.second())) {
|
/external/wpa_supplicant_8/src/drivers/ |
drivers.mak | 36 DRV_LIBS += -lnl-tiny 162 DRV_LIBS += -lnl-tiny
|
drivers.mk | 36 DRV_LIBS += -lnl-tiny 166 DRV_LIBS += -lnl-tiny
|
/external/eigen/test/ |
array.cpp | 208 const RealScalar tiny = std::sqrt(std::numeric_limits<RealScalar>::epsilon()); local 209 s1 += Scalar(tiny); 210 m1 += ArrayType::Constant(rows,cols,Scalar(tiny));
|
/external/chromium_org/ppapi/c/documentation/ |
stylesheet.css | 205 TD.tiny{
|
/external/chromium_org/ppapi/cpp/documentation/ |
stylesheet.css | 205 TD.tiny{
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_int.py | 272 tiny = 1e-10 289 math.log(abs(x))/math.log(2) + tiny))
|
test_datetime.py | 417 tiny = timedelta.resolution 419 td = timedelta.min + tiny 420 td -= tiny # no problem 421 self.assertRaises(OverflowError, td.__sub__, tiny) 422 self.assertRaises(OverflowError, td.__add__, -tiny) 424 td = timedelta.max - tiny 425 td += tiny # no problem 426 self.assertRaises(OverflowError, td.__add__, tiny) 427 self.assertRaises(OverflowError, td.__sub__, -tiny) 728 tiny = self.theclass.resolutio [all...] |
test_long.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_int.py | 272 tiny = 1e-10 289 math.log(abs(x))/math.log(2) + tiny))
|
test_datetime.py | 417 tiny = timedelta.resolution 419 td = timedelta.min + tiny 420 td -= tiny # no problem 421 self.assertRaises(OverflowError, td.__sub__, tiny) 422 self.assertRaises(OverflowError, td.__add__, -tiny) 424 td = timedelta.max - tiny 425 td += tiny # no problem 426 self.assertRaises(OverflowError, td.__add__, tiny) 427 self.assertRaises(OverflowError, td.__sub__, -tiny) 728 tiny = self.theclass.resolutio [all...] |
test_long.py | [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_grid.js | 161 // images usually provide very tiny thumbnails, therefore USE_EMBEDDE can't
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 197 modified b.c (with tiny changes in main and run) to support [all...] |
/external/chromium_org/third_party/skia/src/pathops/ |
SkOpSegment.cpp | 489 bool tiny = span[less].fPt == span->fPt; local 490 span[less].fTiny = tiny; 492 if (approximately_negative(newT - span[less].fT) && tiny) { 531 bool tiny = span[more].fPt == span->fPt; local 532 span[more - 1].fTiny = tiny; 534 if (approximately_negative(span[more].fT - newT) && tiny) { [all...] |
/external/skia/src/pathops/ |
SkOpSegment.cpp | 489 bool tiny = span[less].fPt == span->fPt; local 490 span[less].fTiny = tiny; 492 if (approximately_negative(newT - span[less].fT) && tiny) { 531 bool tiny = span[more].fPt == span->fPt; local 532 span[more - 1].fTiny = tiny; 534 if (approximately_negative(span[more].fT - newT) && tiny) { [all...] |
/external/chromium_org/third_party/opus/src/doc/ |
customdoxygen.css | 324 td.tiny {
|
/external/eigen/doc/ |
eigendoxy.css | 310 td.tiny {
|
/frameworks/base/docs/html/reference/renderscript/ |
doxygen.css | 314 td.tiny {
|