Home
last modified time | relevance | path

Searched refs:shuge (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_sinh.c39 static const double one = 1.0, shuge = 1.0e307; variable
60 if(shuge+x>one) return x;/* sinh(tiny) = tiny with inexact */ in __ieee754_sinh()
78 return x*shuge; in __ieee754_sinh()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_long.py746 shuge = '12345' * 120
749 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
768 self.assertNotEqual(float(shuge), int(shuge),