/external/fdlibm/ |
e_sinh.c | 25 * ln2ovft < x : ieee_sinh(x) := x*shuge (overflow) 35 static const double one = 1.0, shuge = 1.0e307; variable 37 static double one = 1.0, shuge = 1.0e307; variable 63 if(shuge+x>one) return x;/* ieee_sinh(tiny) = tiny with inexact */ 81 return x*shuge;
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_sinhf.c | 22 static const float one = 1.0, shuge = 1.0e37; variable 41 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ 55 return x*shuge;
|
e_sinh.c | 28 * ln2ovft < x : sinh(x) := x*shuge (overflow) 38 static const double one = 1.0, shuge = 1.0e307; variable 58 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ 72 return x*shuge;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 748 shuge = '12345' * 120 751 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math} 768 # XXX Perhaps float(shuge) can raise OverflowError on some box? 770 self.assertNotEqual(float(shuge), int(shuge), 771 "float(shuge) should not equal int(shuge)") [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_long.py | 748 shuge = '12345' * 120 751 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math} 768 # XXX Perhaps float(shuge) can raise OverflowError on some box? 770 self.assertNotEqual(float(shuge), int(shuge), 771 "float(shuge) should not equal int(shuge)") [all...] |
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/ |
libm.so | |
libm.a | [all...] |
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/ |
libm.so | |
libm.a | [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/ |
libm.so | |
libm.a | [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/lib/ |
libm.so | |
libm.a | [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/ |
libm.so | |
libm.a | [all...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/lib/ |
libm.so | |
libm.a | [all...] |
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/ |
libm.so | |
/development/ndk/platforms/android-3/arch-arm/lib/ |
libm.a | [all...] |
/development/ndk/platforms/android-9/arch-mips/lib/ |
libm.a | [all...] |
/development/ndk/platforms/android-9/arch-x86/lib/ |
libm.a | [all...] |
/development/ndk/platforms/android-L/arch-arm64/lib/ |
libm.a | [all...] |
/development/ndk/platforms/android-L/arch-mips64/lib64/ |
libm.a | [all...] |
/development/ndk/platforms/android-L/arch-x86_64/lib64/ |
libm.a | [all...] |