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:signbit
(Results
1 - 5
of
5
) sorted by relevance
/test/xts/acts/kernel_lite/math_posix/src/
H
A
D
MathApiTest.cpp
176
* @tc.name test
signbit
api
185
ret =
signbit
(testValues[i]);
in HWTEST_F()
186
EXPECT_EQ(ret, expected[i]) << "
signbit
failed";
in HWTEST_F()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
math.h
107
#define
signbit
(x) ( \
macro
833
* @see
signbit
857
* @see
signbit
880
* @see
signbit
2203
* @see
signbit
2226
* @see
signbit
2248
* @see
signbit
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H
A
D
focus_hub.cpp
69
(std::
signbit
(startAlignOffset) == std::
signbit
(endAlignOffset));
in GetMoveOffset()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H
A
D
rs_uni_render_util.cpp
844
if (!(std::
signbit
(value[Drawing::Matrix::Index::SCALE_X]) ^
in Is3DRotation()
845
std::
signbit
(value[Drawing::Matrix::Index::SCALE_Y]))) {
in Is3DRotation()
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_napi/
H
A
D
js_paragraph.cpp
816
ConvertFromJsValue(env, argv[0], context->width) && (!std::
signbit
(context->width)),
in OnLayoutAsync()
Completed in 11 milliseconds