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:pio2_3t
(Results
1 - 6
of
6
) sorted by relevance
/third_party/musl/src/math/
H
A
D
__rem_pio2l.c
40
*
pio2_3t
: pi/2 - (pio2_1+pio2_2+pio2_3)
51
pio2_3t
= -2.75299651904407171810e-37L; /* -0xbb5bf6c7ddd660ce.0p-185 */
variable
68
pio2_3t
= -2.5650587247459238361625433492959285e-65L; /* -0x159c4ec64ddaeb5f78671cbfb2210.0p-327 */
variable
113
w = fn*
pio2_3t
-((t-r)-w);
in __rem_pio2l()
H
A
D
__rem_pio2.c
35
*
pio2_3t
: pi/2 - (pio2_1+pio2_2+pio2_3)
46
pio2_3t
= 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
variable
154
w = fn*
pio2_3t
- ((t-r)-w);
in __rem_pio2()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
__rem_pio2l.c
40
*
pio2_3t
: pi/2 - (pio2_1+pio2_2+pio2_3)
51
pio2_3t
= -2.75299651904407171810e-37L; /* -0xbb5bf6c7ddd660ce.0p-185 */
variable
68
pio2_3t
= -2.5650587247459238361625433492959285e-65L; /* -0x159c4ec64ddaeb5f78671cbfb2210.0p-327 */
variable
113
w = fn*
pio2_3t
-((t-r)-w);
in __rem_pio2l()
H
A
D
__rem_pio2.c
35
*
pio2_3t
: pi/2 - (pio2_1+pio2_2+pio2_3)
46
pio2_3t
= 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
variable
154
w = fn*
pio2_3t
- ((t-r)-w);
in __rem_pio2()
/third_party/jerryscript/jerry-libm/
H
A
D
trig.c
465
*
pio2_3t
: pi/2 - (pio2_1 + pio2_2 + pio2_3)
473
#define
pio2_3t
8.47842766036889956997e-32 /* 0x397B839A, 0x252049C1 */
macro
555
w = fn *
pio2_3t
- ((t - r) - w);
in __ieee754_rem_pio2()
1074
#undef
pio2_3t
macro
/third_party/node/deps/v8/src/base/
H
A
D
ieee754.cc
151
*
pio2_3t
: pi/2 - (pio2_1+pio2_2+pio2_3)
in __ieee754_rem_pio2()
164
pio2_3t
= 8.47842766036889956997e-32; /* 0x397B839A, 0x252049C1 */
in __ieee754_rem_pio2()
local
230
w = fn *
pio2_3t
- ((t - r) - w);
in __ieee754_rem_pio2()
Completed in 12 milliseconds