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:_round
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
H
A
D
benchmark.c
80
unsigned int
_round
, cycle;
in start_benchmark()
local
91
for (
_round
= 1;
_round
<= config->rounds;
_round
++)
in start_benchmark()
92
total_time +=
_round
* (config->sleep + config->load);
in start_benchmark()
95
for (
_round
= 0;
_round
< config->rounds;
_round
++) {
in start_benchmark()
112
printf("
_round
%i: doing %u cycles with %u calculations"
in start_benchmark()
113
" for %lius\n",
_round
in start_benchmark()
[all...]
/kernel/linux/linux-6.6/tools/power/cpupower/bench/
H
A
D
benchmark.c
80
unsigned int
_round
, cycle;
in start_benchmark()
local
91
for (
_round
= 1;
_round
<= config->rounds;
_round
++)
in start_benchmark()
92
total_time +=
_round
* (config->sleep + config->load);
in start_benchmark()
95
for (
_round
= 0;
_round
< config->rounds;
_round
++) {
in start_benchmark()
112
printf("
_round
%i: doing %u cycles with %u calculations"
in start_benchmark()
113
" for %lius\n",
_round
in start_benchmark()
[all...]
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H
A
D
fpsp.S
9477
bsr.l
_round
# round the mantissa
20153
#
_round
() - needed to create EXOP for sgl/dbl precision #
20658
bsr.l
_round
# round the DENORM
22011
#
_round
(): round result according to precision/mode #
22043
global
_round
22044
_round
:
label
22226
# %d0 actually already hold g,r,s since
_round
() had it before calling
22675
#
_round
() - round denormalized number according to rnd prec #
22726
bsr.l
_round
# round the denorm
22786
bsr.l
_round
# roun
[all...]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H
A
D
fpsp.S
9477
bsr.l
_round
# round the mantissa
20153
#
_round
() - needed to create EXOP for sgl/dbl precision #
20658
bsr.l
_round
# round the DENORM
22011
#
_round
(): round result according to precision/mode #
22043
global
_round
22044
_round
:
label
22226
# %d0 actually already hold g,r,s since
_round
() had it before calling
22675
#
_round
() - round denormalized number according to rnd prec #
22726
bsr.l
_round
# round the denorm
22786
bsr.l
_round
# roun
[all...]
Completed in 47 milliseconds