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:SQRTH
(Results
1 - 8
of
8
) sorted by relevance
/third_party/musl/src/math/
H
A
D
log10l.c
116
#define
SQRTH
0.70710678118654752440L
macro
142
if (x <
SQRTH
) { /* 2(2x-1)/(2x+1) */
in log10l()
158
if (x <
SQRTH
) {
in log10l()
H
A
D
log1pl.c
102
#define
SQRTH
0.70710678118654752440L
macro
132
if (x <
SQRTH
) { /* 2(2x-1)/(2x+1) */
in log1pl()
151
if (x <
SQRTH
) {
in log1pl()
H
A
D
logl.c
106
#define
SQRTH
0.70710678118654752440L
macro
133
if (x <
SQRTH
) { /* 2(2x-1)/(2x+1) */
in logl()
152
if (x <
SQRTH
) {
in logl()
H
A
D
log2l.c
107
#define
SQRTH
0.70710678118654752440L
macro
134
if (x <
SQRTH
) { /* 2(2x-1)/(2x+1) */
in log2l()
150
if (x <
SQRTH
) {
in log2l()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
log2l.c
107
#define
SQRTH
0.70710678118654752440L
macro
134
if (x <
SQRTH
) { /* 2(2x-1)/(2x+1) */
in log2l()
150
if (x <
SQRTH
) {
in log2l()
H
A
D
logl.c
106
#define
SQRTH
0.70710678118654752440L
macro
133
if (x <
SQRTH
) { /* 2(2x-1)/(2x+1) */
in logl()
152
if (x <
SQRTH
) {
in logl()
H
A
D
log10l.c
116
#define
SQRTH
0.70710678118654752440L
macro
142
if (x <
SQRTH
) { /* 2(2x-1)/(2x+1) */
in log10l()
158
if (x <
SQRTH
) {
in log10l()
H
A
D
log1pl.c
102
#define
SQRTH
0.70710678118654752440L
macro
132
if (x <
SQRTH
) { /* 2(2x-1)/(2x+1) */
in log1pl()
151
if (x <
SQRTH
) {
in log1pl()
Completed in 3 milliseconds