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:topy
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/porting/uniproton/kernel/src/math/
H
A
D
pow.c
259
uint32_t topx,
topy
;
in pow()
local
264
topy
= top12(y);
in pow()
266
(
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be)) {
in pow()
304
if ((
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be) {
in pow()
308
if ((
topy
& 0x7ff) < 0x3be) {
in pow()
316
return (ix > asuint64(1.0)) == (
topy
< 0x800) ?
in pow()
/third_party/musl/porting/liteos_a/kernel/src/math/
H
A
D
pow.c
259
uint32_t topx,
topy
;
in pow()
local
264
topy
= top12(y);
in pow()
266
(
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be)) {
in pow()
304
if ((
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be) {
in pow()
308
if ((
topy
& 0x7ff) < 0x3be) {
in pow()
316
return (ix > asuint64(1.0)) == (
topy
< 0x800) ?
in pow()
/third_party/musl/porting/liteos_m/kernel/src/math/
H
A
D
pow.c
259
uint32_t topx,
topy
;
in pow()
local
264
topy
= top12(y);
in pow()
266
(
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be)) {
in pow()
304
if ((
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be) {
in pow()
308
if ((
topy
& 0x7ff) < 0x3be) {
in pow()
316
return (ix > asuint64(1.0)) == (
topy
< 0x800) ?
in pow()
/third_party/musl/src/math/
H
A
D
pow.c
259
uint32_t topx,
topy
;
in pow()
local
264
topy
= top12(y);
in pow()
266
(
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be)) {
in pow()
304
if ((
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be) {
in pow()
308
if ((
topy
& 0x7ff) < 0x3be) {
in pow()
316
return (ix > asuint64(1.0)) == (
topy
< 0x800) ?
in pow()
/third_party/optimized-routines/math/
H
A
D
pow.c
277
uint32_t topx,
topy
;
in pow()
local
282
topy
= top12 (y);
in pow()
284
|| (
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be))
in pow()
331
if ((
topy
& 0x7ff) - 0x3be >= 0x43e - 0x3be)
in pow()
336
if ((
topy
& 0x7ff) < 0x3be)
in pow()
344
return (ix > asuint64 (1.0)) == (
topy
< 0x800) ? __math_oflow (0)
in pow()
Completed in 5 milliseconds