Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-libm/
Dsinh.c50 #define shuge 1.0e307 macro
81 if (shuge + x > one) in sinh()
110 return x * shuge; in sinh()
/third_party/python/Lib/test/
Dtest_long.py488 shuge = '12345' * 120
491 namespace = {'huge': huge, 'mhuge': mhuge, 'shuge': shuge, 'math': math}
512 self.assertNotEqual(float(shuge), int(shuge),