OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbor_float_get_width
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mit/libcbor/dist/src/cbor/
floats_ctrls.c
12
cbor_float_width
cbor_float_get_width
(const cbor_item_t *item) {
function
19
assert(
cbor_float_get_width
(item) == CBOR_FLOAT_0);
25
return
cbor_float_get_width
(item) == CBOR_FLOAT_0;
30
assert(
cbor_float_get_width
(item) == CBOR_FLOAT_16);
36
assert(
cbor_float_get_width
(item) == CBOR_FLOAT_32);
42
assert(
cbor_float_get_width
(item) == CBOR_FLOAT_64);
48
switch (
cbor_float_get_width
(item)) {
63
assert(
cbor_float_get_width
(item) == CBOR_FLOAT_16);
69
assert(
cbor_float_get_width
(item) == CBOR_FLOAT_32);
75
assert(
cbor_float_get_width
(item) == CBOR_FLOAT_64)
[
all
...]
floats_ctrls.h
35
cbor_float_width
cbor_float_get_width
(const cbor_item_t *item);
serialization.c
270
switch (
cbor_float_get_width
(item)) {
/src/external/mit/libcbor/dist/test/
type_7_test.c
29
assert_true(
cbor_float_get_width
(float_ctrl) == CBOR_FLOAT_16);
42
assert_true(
cbor_float_get_width
(float_ctrl) == CBOR_FLOAT_32);
56
assert_true(
cbor_float_get_width
(float_ctrl) == CBOR_FLOAT_64);
/src/external/mit/libcbor/dist/src/
cbor.c
146
switch (
cbor_float_get_width
(item)) {
335
fprintf(out, "Width: %dB, ", _pow(2,
cbor_float_get_width
(item)));
/src/external/mit/libcbor/dist/docs/doxygen/search/
functions_1.js
97
['cbor_5ffloat_5fget_5fwidth',['
cbor_float_get_width
',['../floats__ctrls_8c.html#a05778dc7349be636d47440f758ec96a6',1,'
cbor_float_get_width
(const cbor_item_t *item): floats_ctrls.c'],['../floats__ctrls_8h.html#a05778dc7349be636d47440f758ec96a6',1,'
cbor_float_get_width
(const cbor_item_t *item): floats_ctrls.c']]],
all_3.js
132
['cbor_5ffloat_5fget_5fwidth',['
cbor_float_get_width
',['../floats__ctrls_8c.html#a05778dc7349be636d47440f758ec96a6',1,'
cbor_float_get_width
(const cbor_item_t *item): floats_ctrls.c'],['../floats__ctrls_8h.html#a05778dc7349be636d47440f758ec96a6',1,'
cbor_float_get_width
(const cbor_item_t *item): floats_ctrls.c']]],
/src/external/bsd/libfido2/dist/src/
cbor.c
1725
cbor_float_get_width
(item) != CBOR_FLOAT_0 ||
Completed in 19 milliseconds
Indexes created Sun Jul 19 00:25:04 UTC 2026