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:FP_ILOGB0
(Results
1 - 12
of
12
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H
A
D
math_ilogb_test.cpp
35
EXPECT_EQ(
FP_ILOGB0
, ilogb(0.0));
in HWTEST_F()
90
EXPECT_EQ(
FP_ILOGB0
, ilogbf(0.0f));
in HWTEST_F()
132
EXPECT_EQ(
FP_ILOGB0
, ilogbl(0.0L));
in HWTEST_F()
/third_party/musl/src/math/
H
A
D
ilogbl.c
20
return
FP_ILOGB0
;
in ilogbl()
42
return
FP_ILOGB0
;
in ilogbl()
H
A
D
ilogbf.c
15
return
FP_ILOGB0
;
in ilogbf()
H
A
D
ilogb.c
15
return
FP_ILOGB0
;
in ilogb()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
ilogbl.c
20
return
FP_ILOGB0
;
in ilogbl()
42
return
FP_ILOGB0
;
in ilogbl()
H
A
D
ilogbf.c
15
return
FP_ILOGB0
;
in ilogbf()
H
A
D
ilogb.c
15
return
FP_ILOGB0
;
in ilogb()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
math.h
31
#define
FP_ILOGB0
FP_ILOGBNAN
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
31
#define
FP_ILOGB0
FP_ILOGBNAN
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
31
#define
FP_ILOGB0
FP_ILOGBNAN
macro
/third_party/musl/include/
H
A
D
math.h
31
#define
FP_ILOGB0
FP_ILOGBNAN
macro
/third_party/musl/libc-test/src/api/
H
A
D
math.c
49
C(
FP_ILOGB0
)
in f()
Completed in 4 milliseconds