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:ilogbl
(Results
1 - 15
of
15
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/
H
A
D
math_ilogb_test.cpp
132
EXPECT_EQ(FP_ILOGB0,
ilogbl
(0.0L));
in HWTEST_F()
142
EXPECT_EQ(FP_ILOGBNAN,
ilogbl
(nan("")));
in HWTEST_F()
152
EXPECT_EQ(INT_MAX,
ilogbl
(HUGE_VAL));
in HWTEST_F()
153
EXPECT_EQ(INT_MAX,
ilogbl
(-HUGE_VAL));
in HWTEST_F()
163
EXPECT_EQ(2,
ilogbl
(4.0L));
in HWTEST_F()
164
EXPECT_EQ(3,
ilogbl
(8.0L));
in HWTEST_F()
/third_party/musl/src/math/
H
A
D
ilogbl.c
5
int
ilogbl
(long double x)
in ilogbl()
function
10
int
ilogbl
(long double x)
in ilogbl()
function
33
int
ilogbl
(long double x)
in ilogbl()
function
46
return
ilogbl
(x) - 120;
in ilogbl()
H
A
D
logbl.c
14
return
ilogbl
(x);
in logbl()
H
A
D
fmal.c
279
if (
ilogbl
(ret) < -16382 && fetestexcept(FE_INEXACT))
in fmal()
288
if (spread +
ilogbl
(r.hi) > -16383)
in fmal()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
ilogbl.c
5
int
ilogbl
(long double x)
in ilogbl()
function
10
int
ilogbl
(long double x)
in ilogbl()
function
33
int
ilogbl
(long double x)
in ilogbl()
function
46
return
ilogbl
(x) - 120;
in ilogbl()
H
A
D
logbl.c
14
return
ilogbl
(x);
in logbl()
H
A
D
fmal.c
279
if (
ilogbl
(ret) < -16382 && fetestexcept(FE_INEXACT))
in fmal()
288
if (spread +
ilogbl
(r.hi) > -16383)
in fmal()
/third_party/musl/libc-test/src/math/
H
A
D
ilogbl.c
11
#include "sanity/
ilogbl
.h"
12
#include "special/
ilogbl
.h"
31
yi =
ilogbl
(p->x);
in main()
35
printf("%s:%d: bad fp exception: %s
ilogbl
(%La)=%lld, want %s",
in main()
41
printf("%s:%d: %s
ilogbl
(%La) want %lld got %lld\n",
in main()
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
math.h
241
int
ilogbl
(long double);
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
math.h
241
int
ilogbl
(long double);
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
math.h
241
int
ilogbl
(long double);
/third_party/musl/include/
H
A
D
math.h
241
int
ilogbl
(long double);
/third_party/musl/libc-test/src/api/
H
A
D
math.c
134
{int(*p)(long double) =
ilogbl
;}
in f()
/third_party/musl/libc-test/src/math/gen/
H
A
D
mplibm.c
325
mp_f_i(
ilogbl
)
in mp_f_i()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H
A
D
stylo.hpp
34321
extern int
ilogbl
(long double __x) throw (); extern int __ilogbl (long double __x) throw ();
35271
using ::
ilogbl
;
[all...]
Completed in 28 milliseconds