Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/external/executorch/backends/xnnpack/runtime/utils/
H A 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
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/
H A 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
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/
H A 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
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DForeachUnaryOp.cu279 struct Round { struct
280 __device__ T operator()(T t) const { in operator ()()
/aosp_15_r20/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
/aosp_15_r20/external/dng_sdk/source/
H A 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
H A Ddng_point.h103 dng_point Round () const in Round() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dround.h37 inline void Round(const RuntimeShape& input_shape, const float* input_data, in Round() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DScaledNumber.h204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DScaledNumber.h204 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
708 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded()
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DScaledNumber.h205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local
709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Dfloor.go83 func Round(x float64) float64 { func
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/time/
Dmod.rs52 enum Round { enum
/aosp_15_r20/external/libchrome/ui/gfx/range/
H A Drange_f.cc44 Range RangeF::Round() const { in Round() function in gfx::RangeF
/aosp_15_r20/prebuilts/go/linux-x86/src/time/
Dtime.go848 func (d Duration) Round(m Duration) Duration { func
1594 func (t Time) Round(d Duration) Time { func
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dround_test.cc97 TEST(Round, MultiThreading) { in TEST() argument
/aosp_15_r20/external/skia/third_party/vello/src/
H A Dlib.rs98 Round, enumerator
104 Round, enumerator
/aosp_15_r20/external/libvpx/vp8/common/
H A Dtreecoder.c83 unsigned int Pfactor, int Round) { in vp8_tree_probs_from_distribution()
/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Ddecimal.go354 func (a *decimal) Round(nd int) { func
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/value/
H A Dbuilt_in_function.rs42 Round, enumerator
/aosp_15_r20/external/eigen/bench/tensors/
H A Dbenchmark_main.cc39 static int Round(int n) { in Round() function

1234567