Searched defs:Round (Results 1 - 20 of 20) sorted by relevance

/external/dng_sdk/source/
H A Ddng_point.h103 dng_point Round () const function in class:dng_point_real64
H A Ddng_matrix.cpp242 void dng_matrix::Round (real64 factor) function in class:dng_matrix
267 // Round each row to the specified accuracy, but make sure the
585 void dng_vector::Round (real64 factor) function in class:dng_vector
H A Ddng_rect.h323 dng_rect Round () const function in class:dng_rect_real64
/external/eigen/bench/tensors/
H A Dbenchmark_main.cc39 static int Round(int n) { function
166 iterations = Round(iterations);
/external/skia/src/opts/
H A DSkXfermode_opts.h298 return Round(b);
305 static SkPMColor Round(const Sk4f& f) { function in class:__anon17136::Sk4fXfermode
/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/toolchain-utils/cros_utils/
H A Dtabulator.py520 def Round(self): member in class:Color
521 """Round RGBA values to the nearest integer."""
601 ret.Round()
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.cc121 size_t Round(float x) { function in namespace:webrtc::__anon24647
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/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/vixl/src/aarch64/
H A Dsimulator-aarch64.h609 // Round lanes of a vector based on rounding state.
610 LogicVRegister& Round(VectorFormat vform) { function in class:vixl::aarch64::LogicVRegister
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeFloatTypes.cpp1598 // Round it the rest of the way (e.g. to f32) if needed.
2076 // Round promoted float to desired precision
2077 SDValue Round = DAG.getNode(GetPromotionOpcode(OpVT, VT), DL, IVT, Op); local
2079 return DAG.getNode(GetPromotionOpcode(VT, NVT), DL, NVT, Round);
2129 // Round the value to the desired precision (that of the source type).
H A DDAGCombiner.cpp9199 SDValue Round = DAG.getConstantFP(*N0CFP->getConstantFPValue(), DL, EVT); local
9200 return DAG.getNode(ISD::FP_EXTEND, DL, VT, Round);
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DOpenCL.std.h91 Round = 55, enumerator in enum:OpenCLLIB::Entrypoints
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3150 class Round : public FloatFunc1 class in namespace:vkt::shaderexecutor::Functions
5150 addScalarFactory<Round>(*funcs);
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3201 class Round : public FloatFunc1 class in namespace:deqp::gls::BuiltinPrecisionTests::Functions
5250 addScalarFactory<Round>(*funcs);
/external/pdfium/xfa/fxfa/fm2js/
H A Dxfa_fm2jscontext.cpp264 {"Round", CXFA_FM2JSContext::Round},
875 void CXFA_FM2JSContext::Round(CFXJSE_Value* pThis, function in class:CXFA_FM2JSContext
881 pContext->ThrowParamCountMismatchException(L"Round");
/external/swiftshader/src/Reactor/
H A DNucleus.cpp6131 RValue<Float> Round(RValue<Float> x) function in namespace:sw
6139 return Float4(Round(Float4(x))).x;
6754 RValue<Float4> Round(RValue<Float4> x) function in namespace:sw
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5574 SDValue Round = DAG.getConstantFP(*N0CFP->getConstantFPValue(), EVT); local
5575 return DAG.getNode(ISD::FP_EXTEND, N->getDebugLoc(), VT, Round);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp2741 // Round up to multiples of the pointer size, except for array members,
2850 /// EnsureStackAlignment - Round stack frame size up from NumBytes to
6686 SDValue Round = DAG.getNode(ISD::AND, dl, MVT::i64, local
6688 Round = DAG.getNode(ISD::ADD, dl, MVT::i64,
6689 Round, DAG.getConstant(2047, dl, MVT::i64));
6690 Round = DAG.getNode(ISD::OR, dl, MVT::i64, Round, SINT);
6691 Round = DAG.getNode(ISD::AND, dl, MVT::i64,
6692 Round, DAG.getConstant(-2048, dl, MVT::i64));
6709 SINT = DAG.getNode(ISD::SELECT, dl, MVT::i64, Cond, Round, SIN
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17403 unsigned Round = cast<ConstantSDNode>(Rnd)->getZExtValue(); local
17404 if (Round != X86::STATIC_ROUNDING::CUR_DIRECTION) {
17460 unsigned Round = cast<ConstantSDNode>(Rnd)->getZExtValue(); local
17461 if (Round != X86::STATIC_ROUNDING::CUR_DIRECTION) {
17546 unsigned Round = cast<ConstantSDNode>(Rnd)->getZExtValue(); local
17547 if (Round != X86::STATIC_ROUNDING::CUR_DIRECTION) {
18905 00 Round to nearest
18906 01 Round to -inf
18907 10 Round to +inf
18908 11 Round t
[all...]

Completed in 906 milliseconds