Home
last modified time | relevance | path

Searched defs:Round (Results 1 – 25 of 79) sorted by relevance

1234

/external/executorch/backends/xnnpack/runtime/utils/
Dutils.h44 inline float Round(const float x) { in Round() function
47 inline double Round(const double x) { in Round() function
52 inline T Round(const T x) { in Round() function
/external/pytorch/aten/src/ATen/native/quantized/
DAffineQuantizerBase.cpp109 inline float Round(const float x) { in Round() function
112 inline double Round(const double x) { in Round() function
117 inline T Round(const T x) { in Round() function
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dround.h37 inline void Round(const RuntimeShape& input_shape, const float* input_data, in Round() function
/external/rust/android-crates-io/crates/tokio-util/src/time/
Dmod.rs52 enum Round { enum
/external/libchrome/ui/gfx/range/
Drange_f.cc44 Range RangeF::Round() const { in Round() function in gfx::RangeF
/external/dng_sdk/source/
Ddng_point.h103 dng_point Round () const in Round() function
Ddng_matrix.cpp242 void dng_matrix::Round (real64 factor) in Round() function in dng_matrix
585 void dng_vector::Round (real64 factor) in Round() function in dng_vector
/external/pytorch/aten/src/ATen/native/quantized/cpu/
DQnnpackUtils.h387 inline float Round(const float x) { in Round() function
390 inline double Round(const double x) { in Round() function
395 inline T Round(const T x) { in Round() function
/external/pytorch/aten/src/ATen/native/cuda/
DForeachUnaryOp.cu279 struct Round { struct
280 __device__ T operator()(T t) const { in operator ()()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dround_test.cc97 TEST(Round, MultiThreading) { in TEST() argument
/external/libvpx/vp8/common/
Dtreecoder.c83 unsigned int Pfactor, int Round) { in vp8_tree_probs_from_distribution()
/external/rust/android-crates-io/crates/plotters/src/coord/ranged1d/combinators/
Dlinspace.rs103 pub struct Round<V, S>(PhantomData<(V, S)>); struct
105 impl<V, S> LinspaceRoundingMethod<V> for Round<V, S> implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dvarc.rs355 trait Round { interface
359 impl Round for [f64; 6] { impl
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dvarc.rs355 trait Round { trait
359 impl Round for [f64; 6] { impl
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/value/
Dbuilt_in_function.rs42 Round, enumerator
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/value/
Dbuilt_in_function.rs42 Round, enumerator
/external/eigen/bench/tensors/
Dbenchmark_main.cc39 static int Round(int n) { in Round() function
/external/pdfium/core/fpdfapi/page/
Dcpdf_psengine_unittest.cpp170 TEST(CPDFPSEngineTest, Round) { in TEST() argument
/external/llvm/include/llvm/Support/
DScaledNumber.h205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DScaledNumber.h204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScaledNumber.h204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded()
/external/cronet/stable/third_party/llvm-libc/src/utils/MPFRWrapper/
DMPFRUtils.h55 Round, enumerator
/external/cronet/tot/third_party/llvm-libc/src/utils/MPFRWrapper/
DMPFRUtils.h55 Round, enumerator
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_mem.h267 inline size_t Round( const size_t value, const size_t size ) in Round() function
/external/swiftshader/third_party/subzero/src/
DIceIntrinsics.h65 Round, enumerator

1234