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:isnan
(Results
1 - 16
of
16
) sorted by relevance
/kernel/liteos_m/testsuites/unittest/posix/src/
H
A
D
posix_test.h
52
ICUNIT_ASSERT_EQUAL(((expected) == (actual)) || (
isnan
(expected) &&
isnan
(actual)), TRUE, 0)
/kernel/liteos_m/testsuites/unittest/xts/
H
A
D
xts_test.h
49
ICUNIT_ASSERT_EQUAL(((expected) == (actual)) || (
isnan
(expected) &&
isnan
(actual)), TRUE, 0)
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
math.h
83
#define
isnan
(x) ( \
macro
98
/* cmath use using ::
isnan
, need
isnan
deferance. */
100
int (
isnan
)(double);
112
#define isunordered(x,y) (
isnan
((x)) ? ((void)(y),1) :
isnan
((y)))
/kernel/liteos_m/testsuites/unittest/posix/src/math/
H
A
D
math_func_test.c
59
if (
isnan
(a) &&
isnan
(b)) {
in DoubleEquals()
62
if (
isnan
(a) ||
isnan
(b)) {
in DoubleEquals()
/test/xts/device_attest/services/core/attest/
H
A
D
attest_service_challenge.c
94
if (
isnan
(errorCode)) {
in ParseChallengeResult()
104
if (
isnan
((double)challenge->currentTime)) {
in ParseChallengeResult()
H
A
D
attest_service_active.c
105
if (
isnan
(errorCode)) {
in ParseActiveResult()
H
A
D
attest_service_reset.c
92
if (
isnan
(errorCode)) {
in ParseResetResult()
H
A
D
attest_service.c
101
if (
isnan
(recordHour)) {
in IsFullLoad()
106
if (
isnan
(recordNumber)) {
in IsFullLoad()
/test/xts/device_attest_lite/services/core/attest/
H
A
D
attest_service_challenge.c
94
if (
isnan
(errorCode)) {
in ParseChallengeResult()
104
if (
isnan
((double)challenge->currentTime)) {
in ParseChallengeResult()
H
A
D
attest_service_active.c
105
if (
isnan
(errorCode)) {
in ParseActiveResult()
H
A
D
attest_service_reset.c
92
if (
isnan
(errorCode)) {
in ParseResetResult()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
expr.y
132
if (
isnan
(LHS.val) ||
isnan
(RHS.val)) { \
H
A
D
stat-shadow.c
477
!
isnan
(threshold)) {
in generic_metric()
/test/xts/acts/ai/mindspore/mindsporectest/src/
H
A
D
ohos_common.cpp
168
if (
isnan
(a[i]) || isinf(a[i])) {
in allclose()
260
if (
isnan
(a[i]) || isinf(a[i])) {
in allclose_int8()
/kernel/linux/linux-6.6/tools/perf/tests/
H
A
D
expr.c
124
TEST_ASSERT_VAL("division by zero",
isnan
(val));
in test__expr()
/test/xts/acts/kernel_lite/util_posix/src/
H
A
D
ActsUtilCheckApiTest.cpp
1154
* @tc.name test
isnan
api with NAN
1162
returnVal =
isnan
(paraVal);
in HWTEST_F()
1163
LOGD("
isnan
returnVal:='%d'\n", returnVal);
in HWTEST_F()
1164
ASSERT_TRUE(returnVal != 0) << "ErrInfo:
isnan
returnVal:='" << returnVal << "'";
in HWTEST_F()
Completed in 17 milliseconds