Home
last modified time | relevance | path

Searched defs:values (Results 1 – 7 of 7) sorted by relevance

/system/utest/fbl/
A Dalgorithm_tests.cpp146 int values[] = { 1, 3, 7, -2, 5, 7 }; in max_element_test() local
167 int values[] = { 1, 3, 7, -2, 5, 7 }; in max_element_compare_test() local
184 int values[] = { 1, 3, -7, -2, 5, -7 }; in min_element_test() local
205 int values[] = { 1, 3, -7, -2, 5, -7 }; in min_element_compare_test() local
230 int values[count] = { 1, 3, 5, 7 }; in lower_bound_test() local
275 int values[count] = { 1, 3, 5, 7 }; in lower_bound_compare_test() local
398 int values[] = { 9, 11, 8, 12 }; in accumulate_test() local
420 int values[] = { 9, 11, 8, 12 }; in accumulate_op_test() local
/system/ulib/perftest/
A Dresults.cpp19 double Mean(const fbl::Vector<double>& values) { in Mean()
24 double Min(const fbl::Vector<double>& values) { in Min()
28 double Max(const fbl::Vector<double>& values) { in Max()
32 double StdDev(const fbl::Vector<double>& values, double mean) { in StdDev()
54 double Median(const fbl::Vector<double>& values) { in Median()
A Dperformance-results-schema.json26 "values": { object
/system/uapp/rng-trials/
A Drng-trials.c16 uint64_t values[BINS] = { 0 }; in main() local
/system/ulib/perftest/include/perftest/
A Dresults.h58 fbl::Vector<double> values; member
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dsequence_container_test_environment.h593 bool BidirectionalEquals(const ContainerType& sequence, const size_t* values, size_t size) { in BidirectionalEquals()
/system/ulib/ftl/inc/kprivate/
A Dfsprivate.h179 FOff values[FILE_OFFSETS]; // recorded file offsets member

Completed in 15 milliseconds