Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:shuge
(Results
1 - 4
of
4
) sorted by relevance
/third_party/jerryscript/jerry-libm/
H
A
D
sinh.c
41
* ln2ovft < x : sinh(x) := x *
shuge
(overflow)
50
#define
shuge
1.0e307
macro
81
if (
shuge
+ x > one)
in sinh()
110
return x *
shuge
;
in sinh()
/third_party/FreeBSD/lib/msun/src/
H
A
D
e_sinhl.c
38
static const long double
shuge
= 0x1p16383L;
variable
106
if(
shuge
+x>1) RETURNI(x); /* sinh(tiny) = tiny with inexact */
in sinhl()
131
return x*
shuge
;
in sinhl()
/third_party/python/Lib/test/
H
A
D
test_long.py
489
shuge
= '12345' * 120
492
namespace = {'huge': huge, 'mhuge': mhuge, '
shuge
':
shuge
, 'math': math}
511
# XXX Perhaps float(
shuge
) can raise OverflowError on some box?
513
self.assertNotEqual(float(
shuge
), int(
shuge
),
514
"float(
shuge
) should not equal int(
shuge
)")
/third_party/node/deps/v8/src/base/
H
A
D
ieee754.cc
2913
* ln2ovft < x : sinh(x) := x*
shuge
(overflow)
2924
static const double
shuge
= 1.0e307;
in sinh()
local
2949
return x *
shuge
;
in sinh()
Completed in 7 milliseconds