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:INTERVALS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/realtime/func/measurement/
H
A
D
preempt_timing.c
59
#define
INTERVALS
10
macro
129
for (j = 0; j <
INTERVALS
; j++) {
in main()
149
avg /= (ITERATIONS *
INTERVALS
);
in main()
152
ITERATIONS *
INTERVALS
);
in main()
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H
A
D
cpuctl_latency_check_task.c
62
#define
INTERVALS
1 /* How many milliseconds interval in iterations */
macro
109
for (count = NUM_TIMES; count >= 0; count -=
INTERVALS
) {
in main()
/third_party/FreeBSD/lib/msun/ld128/
H
A
D
k_expl.h
41
#define
INTERVALS
128
macro
47
* ln2/
INTERVALS
= L1+L2 (hi+lo decomposition for multiplication). L1 must
48
* have at least 22 (= log2(|LDBL_MIN_EXP-extras|) + log2(
INTERVALS
)) lowest
65
* (0.002708 is ln2/(2*
INTERVALS
) rounded up a little).
101
} tbl[
INTERVALS
] = {
247
n2 = (unsigned)n %
INTERVALS
;
in __k_expl()
H
A
D
s_expl.c
113
* method B, but our larger
INTERVALS
makes method A 2 bits more
274
n2 = (unsigned)n %
INTERVALS
;
in expm1l()
H
A
D
s_logl.c
116
#define
INTERVALS
128
macro
118
#define TSIZE (
INTERVALS
+ 1)
288
float H; /* 1 + i/
INTERVALS
(exact) */
487
/* 0 <= i <=
INTERVALS
: */
in k_logl()
Completed in 4 milliseconds