Searched refs:Round (Results 1 - 25 of 74) sorted by relevance

123

/external/boringssl/mac-x86/crypto/fipsmodule/
H A Dbn-586.S119 # Round 0
128 # Round 4
137 # Round 8
146 # Round 12
155 # Round 16
164 # Round 20
173 # Round 24
182 # Round 28
202 # Tail Round 0
213 # Tail Round
[all...]
/external/boringssl/win-x86/crypto/fipsmodule/
H A Dbn-586.asm130 ; Round 0
139 ; Round 4
148 ; Round 8
157 ; Round 12
166 ; Round 16
175 ; Round 20
184 ; Round 24
193 ; Round 28
213 ; Tail Round 0
224 ; Tail Round
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dtreecoder.h67 unsigned int Pfactor, int Round);
/external/libmojo/ui/gfx/range/
H A Drange_f.cc44 Range RangeF::Round() const { function in class:gfx::RangeF
H A Drange_f.h84 // Floor/Ceil/Round the start and end values of the given RangeF.
87 Range Round() const;
H A Drange_unittest.cc238 range = range_f.Round();
253 range = range_f.Round();
/external/dng_sdk/source/
H A Ddng_matrix.h106 void Round (real64 factor);
221 void Round (real64 factor);
H A Ddng_point.h103 dng_point Round () const function in class:dng_point_real64
H A Ddng_camera_profile.cpp182 // Round to four decimal places.
184 m.Round (10000);
247 fForwardMatrix1.Round (10000);
260 fForwardMatrix2.Round (10000);
273 fReductionMatrix1.Round (10000);
286 fReductionMatrix2.Round (10000);
/external/swiftshader/third_party/subzero/src/
H A DIceIntrinsics.h72 Round, enumerator in enum:Ice::Intrinsics::IntrinsicID
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dunary_ops.cc125 static xla::ComputationDataHandle Round(xla::ComputationBuilder* b, function in namespace:tensorflow::__anon25469
142 XLAJIT_MAKE_UNARY(Rint, Round(b, input_type(0), x));
143 XLAJIT_MAKE_UNARY(Round, Round(b, input_type(0), x));
H A Dquantize_and_dequantize_op.cc96 xla::ComputationDataHandle result = b->Div(b->Round(b->Mul(input, s)), s);
/external/compiler-rt/lib/builtins/
H A Dfp_trunc_impl.inc87 // Round to nearest
123 // Round to nearest
/external/pdfium/xfa/fxfa/
H A Dcxfa_ffline.cpp20 case XFA_AttributeEnum::Round:
/external/shaderc/spirv-headers/include/spirv/1.0/
H A DOpenCL.std.h91 Round = 55, enumerator in enum:OpenCLLIB::Entrypoints
/external/shaderc/spirv-headers/include/spirv/1.1/
H A DOpenCL.std.h91 Round = 55, enumerator in enum:OpenCLLIB::Entrypoints
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h91 Round = 55, enumerator in enum:OpenCLLIB::Entrypoints
/external/eigen/bench/tensors/
H A Dbenchmark_main.cc39 static int Round(int n) { function
166 iterations = Round(iterations);
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc121 size_t Round(float x) { function in namespace:webrtc::__anon30857
241 low_mean_start_bin_ = Round(kLowMeanStartHz * kFftSize / sample_rate_hz_);
242 low_mean_end_bin_ = Round(kLowMeanEndHz * kFftSize / sample_rate_hz_);
256 high_mean_start_bin_ = Round(kHighMeanStartHz * kFftSize / sample_rate_hz_);
257 high_mean_end_bin_ = Round(kHighMeanEndHz * kFftSize / sample_rate_hz_);
/external/toolchain-utils/cros_utils/
H A Dtabulator_test.py64 c3.Round()
/external/llvm/include/llvm/Support/
H A DScaledNumber.h203 // Round based on the next digit.
205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); local
206 return std::make_pair(Floor + Round, Round ? 1 : -1);
709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { argument
714 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round);
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp788 unsigned Round = 0; local
791 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n");
800 RS << Round; local
805 DEBUG(dbgs() << "Dumping graph for round " << Round << " to \""
813 ++Round;
/external/skia/src/opts/
H A DSkXfermode_opts.h252 return Round(b);
259 static SkPMColor Round(const Sk4f& f) { function in class:__anon20847::Sk4fXfermode
/external/skqp/src/opts/
H A DSkXfermode_opts.h252 return Round(b);
259 static SkPMColor Round(const Sk4f& f) { function in class:__anon21515::Sk4fXfermode
/external/eigen/Eigen/src/Core/
H A DAssign_MKL.h136 EIGEN_MKL_VML_DECLARE_UNARY_CALLS_REAL(round, Round, _)

Completed in 930 milliseconds

123