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:floor
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
tgmath.h
169
#undef
floor
macro
232
#define
floor
(x) __tg_real(
floor
, (x))
macro
H
A
D
math.h
772
* @see
floor
| lrint | nearbyint | rint | round | trunc
788
* @see
floor
| lrint | nearbyint | rint | round | trunc
808
* @see
floor
| lrint | nearbyint | rint | round | trunc
1376
* @see ceil |
floor
| rint
1394
* @see ceil |
floor
| rint
1411
* @see ceil |
floor
| rint
1431
* #double This function returns the
floor
of x.\n
1440
double
floor
(double);
1453
* #float This function returns the
floor
of x.\n
1474
* @retval "long double" this function returns the
floor
o
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H
A
D
fair.c
1194
unsigned int scan,
floor
;
in task_scan_min()
local
1200
floor
= FAIR_ONETHOUSAND / windows;
in task_scan_min()
1203
return max_t(unsigned int,
floor
, scan);
in task_scan_min()
1234
/* Watch for min being lower than max due to
floor
calculations */
in task_scan_max()
3340
* of a group with small tg->shares value. It is a
floor
value which is
in calc_group_shares()
10705
* reasonable
floor
to avoid funnies with rq->avg_idle.
in rebalance_domains()
/device/soc/rockchip/common/sdk_linux/include/linux/
H
A
D
mm.h
1711
void free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long
floor
,
Completed in 27 milliseconds