Home
last modified time | relevance | path

Searched defs:Rounding (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/api/units/
Dfrequency_unittest.cc127 TEST(FrequencyTest, Rounding) { in TEST() argument
/external/XNNPACK/bench/
Drounding.cc23 class Rounding : public benchmark::Fixture { class
25 inline Rounding() in Rounding() function in Rounding
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
DDataSet.java451 public enum Rounding { enum in DataSet
/external/cronet/base/allocator/partition_allocator/
Dpage_allocator_unittest.cc73 TEST(PartitionAllocPageAllocatorTest, Rounding) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h81 enum class Rounding { enum
/external/tensorflow/tensorflow/lite/kernels/
Dreduce_test.cc411 TEST(ConstUint8MeanOpTest, Rounding) { in TEST() argument
421 TEST(ConstInt8MeanOpTest, Rounding) { in TEST() argument
/external/python/cpython3/Python/
Ddtoa.c275 #define Rounding Flt_Rounds macro
/external/python/cpython2/Python/
Ddtoa.c280 #define Rounding Flt_Rounds macro
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h1172 Value *getConstrainedFPRounding(Optional<fp::RoundingMode> Rounding) { in getConstrainedFPRounding()
/external/skia/src/core/
DSkVM.h195 enum Rounding { NEAREST, FLOOR, CEIL, TRUNC, CURRENT }; enum