OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:expect_round
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/jemalloc.old/dist/test/unit/
fxp.c
225
expect_round
(const char *str, uint32_t rounded_down, uint32_t rounded_nearest) {
function
236
expect_round
("1.5", 1, 2);
237
expect_round
("0", 0, 0);
238
expect_round
("0.1", 0, 0);
239
expect_round
("0.4", 0, 0);
240
expect_round
("0.40000", 0, 0);
241
expect_round
("0.5", 0, 1);
242
expect_round
("0.6", 0, 1);
243
expect_round
("123", 123, 123);
244
expect_round
("123.4", 123, 123)
[
all
...]
/src/external/bsd/jemalloc/dist/test/unit/
fxp.c
224
expect_round
(const char *str, uint32_t rounded_down, uint32_t rounded_nearest) {
function
235
expect_round
("1.5", 1, 2);
236
expect_round
("0", 0, 0);
237
expect_round
("0.1", 0, 0);
238
expect_round
("0.4", 0, 0);
239
expect_round
("0.40000", 0, 0);
240
expect_round
("0.5", 0, 1);
241
expect_round
("0.6", 0, 1);
242
expect_round
("123", 123, 123);
243
expect_round
("123.4", 123, 123)
[
all
...]
Completed in 16 milliseconds
Indexes created Mon May 04 00:23:20 UTC 2026