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:fractional_part
(Results
1 - 6
of
6
) sorted by relevance
/third_party/libcoap/include/coap3/
H
A
D
coap_session_internal.h
401
COAP_NON_TIMEOUT(s).
fractional_part
* COAP_TICKS_PER_SECOND / 1000)
414
COAP_DEFAULT_LEISURE(s).
fractional_part
* COAP_TICKS_PER_SECOND / 1000)
422
(((s)->ack_timeout.integer_part * 1000 + (s)->ack_timeout.
fractional_part
) * \
425
(s)->ack_random_factor.
fractional_part
) \
435
(((s)->ack_timeout.integer_part * 1000 + (s)->ack_timeout.
fractional_part
) * \
438
(s)->ack_random_factor.
fractional_part
) \
451
(((s)->ack_timeout.integer_part * 1000 + (s)->ack_timeout.
fractional_part
+ \
490
COAP_NON_RECEIVE_TIMEOUT(s).
fractional_part
* COAP_TICKS_PER_SECOND / 1000)
506
COAP_NON_PROBING_WAIT(s).
fractional_part
* COAP_TICKS_PER_SECOND / 1000)
516
COAP_NON_PARTIAL_TIMEOUT(s).
fractional_part
* COAP_TICKS_PER_SECON
[all...]
H
A
D
coap_session.h
32
uint16_t
fractional_part
; /**< Fractional part of fixed point variable
member
/third_party/libcoap/src/
H
A
D
coap_session.c
163
uint32_t fr = fp1.
fractional_part
* fp2.
fractional_part
;
in coap_multi_fixed_fixed()
166
res.
fractional_part
= fr % 1000;
in coap_multi_fixed_fixed()
173
uint32_t fr = fp1.
fractional_part
* u2;
in coap_multi_fixed_uint()
176
res.
fractional_part
= fr % 1000;
in coap_multi_fixed_uint()
183
uint32_t fr = fp1.
fractional_part
+ fp2.
fractional_part
;
in coap_add_fixed_fixed()
186
res.
fractional_part
= fr % 1000;
in coap_add_fixed_fixed()
209
uint32_t num = (fp1.integer_part * 1000 + fp1.
fractional_part
) / u2;
in coap_div_fixed_uint()
212
res.
fractional_part
in coap_div_fixed_uint()
[all...]
H
A
D
coap_net.c
93
((1 << (frac)) * fval.
fractional_part
+ 500)/1000))
/third_party/libcoap/tests/
H
A
D
test_session.c
37
(a.
fractional_part
== b.
fractional_part
);
in fpeq()
64
return fp.integer_part + fp.
fractional_part
/1000.0;
in fp_to_double()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H
A
D
tgsi_text.c
235
boolean
fractional_part
= FALSE;
in parse_float()
local
258
fractional_part
= TRUE;
in parse_float()
263
if (!integral_part && !
fractional_part
)
in parse_float()
Completed in 11 milliseconds