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:nanl
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H
A
D
math_fmin_test.cpp
75
EXPECT_DOUBLE_EQ(11.0L, fminl(11.0L,
nanl
("")));
in HWTEST_F()
76
EXPECT_DOUBLE_EQ(12.0L, fminl(
nanl
(""), 12.0L));
in HWTEST_F()
H
A
D
math_fmax_test.cpp
75
EXPECT_DOUBLE_EQ(15.0L, fmaxl(15.0L,
nanl
("")));
in HWTEST_F()
76
EXPECT_DOUBLE_EQ(14.0L, fmaxl(
nanl
(""), 14.0L));
in HWTEST_F()
H
A
D
complex_test.cpp
754
long double complex tan_result = ctanhl(
nanl
("") + 0.0Li);
in HWTEST_F()
766
long double complex tan_result = ctanhl(
nanl
("") + 2.0Li);
in HWTEST_F()
779
long double complex tan_result = ctanhl(
nanl
("") +
nanl
("") * I);
in HWTEST_F()
H
A
D
math_logb_test.cpp
144
EXPECT_TRUE(isnan(logbl(
nanl
(""))));
in HWTEST_F()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
nanl.c
3
long double
nanl
(const char *s)
in nanl()
function
/third_party/musl/src/math/
H
A
D
nanl.c
3
long double
nanl
(const char *s)
in nanl()
function
/third_party/ltp/tools/sparse/sparse-src/validation/expand/
H
A
D
builtin_nan.c
11
static long double
nanl
(void)
in nanl()
function
/third_party/musl/libc-test/src/functionalext/supplement/math/
H
A
D
nanl.c
22
* @tc.name :
nanl
.
23
* @tc.desc : Verify
nanl
process success and return 0.
28
long double ret =
nanl
("");
in nanl_0100()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
math.h
293
long double
nanl
(const char *);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
293
long double
nanl
(const char *);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
293
long double
nanl
(const char *);
/third_party/musl/include/
H
A
D
math.h
293
long double
nanl
(const char *);
/third_party/musl/libc-test/src/api/
H
A
D
math.c
178
{long double(*p)(const char*) =
nanl
;}
in f()
/third_party/googletest/googlemock/test/
H
A
D
gmock-matchers-arithmetic_test.cc
228
EXPECT_FALSE(mld.Matches(std::
nanl
("1")));
in TEST()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
34236
extern long double
nanl
(const char *__tagb) throw () __attribute__ ((__const__)); extern long double __nanl (const char *__tagb) throw () __attribute__ ((__const__));
35307
using ::
nanl
;
[all...]
Completed in 33 milliseconds