/external/boringssl/mac-x86/crypto/fipsmodule/ |
D | bn-586.S | 125 # Round 0 134 # Round 4 143 # Round 8 152 # Round 12 161 # Round 16 170 # Round 20 179 # Round 24 188 # Round 28 208 # Tail Round 0 219 # Tail Round 1 [all …]
|
/external/boringssl/win-x86/crypto/fipsmodule/ |
D | bn-586.asm | 136 ; Round 0 145 ; Round 4 154 ; Round 8 163 ; Round 12 172 ; Round 16 181 ; Round 20 190 ; Round 24 199 ; Round 28 219 ; Tail Round 0 230 ; Tail Round 1 [all …]
|
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_Round.pbtxt | 2 graph_op_name: "Round" 4 name: "math.Round"
|
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InterarrivalTimers.cs | 78 int millisTimeout = (int) Math.Round(waitDuration.TotalMilliseconds); in WaitForNext() 89 int millisTimeout = (int) Math.Round(waitDuration.TotalMilliseconds); in WaitForNextAsync()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unary_ops_composition.cc | 240 REGISTER_COMPUTE_FN(Round); in UnaryOpsCompositionSupport() 279 REGISTER_COMPUTE_FN_HELPER(Round, functor::round<T>); 308 REGISTER_COMPUTE_FN(Round); in UnaryOpsCompositionSupport() 336 REGISTER_COMPUTE_FN_HELPER(Round, functor::round<T>); 370 REGISTER_COMPUTE_FN(Round); in UnaryOpsCompositionSupport() 408 REGISTER_COMPUTE_FN_HELPER(Round, functor::round<T>);
|
/external/libvpx/libvpx/vp8/common/ |
D | treecoder.c | 83 unsigned int Pfactor, int Round) { in vp8_tree_probs_from_distribution() argument 95 (unsigned int)(((uint64_t)c[0] * Pfactor) + (Round ? tot >> 1 : 0)) / in vp8_tree_probs_from_distribution()
|
D | treecoder.h | 67 unsigned int Pfactor, int Round);
|
/external/webrtc/webrtc/modules/audio_processing/beamformer/ |
D | nonlinear_beamformer.cc | 121 size_t Round(float x) { in Round() function 241 low_mean_start_bin_ = Round(kLowMeanStartHz * kFftSize / sample_rate_hz_); in InitLowFrequencyCorrectionRanges() 242 low_mean_end_bin_ = Round(kLowMeanEndHz * kFftSize / sample_rate_hz_); in InitLowFrequencyCorrectionRanges() 256 high_mean_start_bin_ = Round(kHighMeanStartHz * kFftSize / sample_rate_hz_); in InitHighFrequencyCorrectionRanges() 257 high_mean_end_bin_ = Round(kHighMeanEndHz * kFftSize / sample_rate_hz_); in InitHighFrequencyCorrectionRanges()
|
/external/dng_sdk/source/ |
D | dng_camera_profile.cpp | 184 m.Round (10000); in NormalizeColorMatrix() 247 fForwardMatrix1.Round (10000); in SetForwardMatrix1() 260 fForwardMatrix2.Round (10000); in SetForwardMatrix2() 273 fReductionMatrix1.Round (10000); in SetReductionMatrix1() 286 fReductionMatrix2.Round (10000); in SetReductionMatrix2()
|
D | dng_matrix.h | 106 void Round (real64 factor); 221 void Round (real64 factor);
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_Round.pbtxt | 2 graph_op_name: "Round"
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bitcode/ |
D | thinlto-type-tests.ll | 4 ; Round trip it through llvm-as 9 ; Round trip it through llvm-as
|
D | thinlto-alias.ll | 6 ; Round trip it through llvm-as 11 ; Round trip it through llvm-as
|
/external/eigen/bench/tensors/ |
D | benchmark_main.cc | 39 static int Round(int n) { in Round() function 166 iterations = Round(iterations); in RunWithArg()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Round.pbtxt | 2 graph_op_name: "Round"
|
/external/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local 206 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl() 709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() argument 714 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round); in getRounded()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | ScaledNumber.h | 205 bool Round = Digits & UINT64_C(1) << (LocalFloor - 1); in getLgImpl() local 206 return std::make_pair(Floor + Round, Round ? 1 : -1); in getLgImpl() 709 static ScaledNumber getRounded(ScaledNumber P, bool Round) { in getRounded() argument 714 return ScaledNumbers::getRounded(P.Digits, P.Scale, Round); in getRounded()
|
/external/pdfium/testing/resources/ |
D | bug_452455.in | 53 /SpotFunction /Round
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 836 unsigned Round = 0; in runOnMachineFunction() local 839 LLVM_DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction() 848 RS << Round; in runOnMachineFunction() 853 LLVM_DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction() 861 ++Round; in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 788 unsigned Round = 0; in runOnMachineFunction() local 791 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction() 800 RS << Round; in runOnMachineFunction() 805 DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction() 813 ++Round; in runOnMachineFunction()
|
/external/libchrome/ui/gfx/range/ |
D | range_f.cc | 44 Range RangeF::Round() const { in Round() function in gfx::RangeF
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 158 - Decimal Shift/Unsigned-Shift/Shift-and-Round: bcds. bcdus. bcdsr. 196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root: 245 - Round to Odd of QP (Negative) Multiply-{Add/Subtract}: 334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo 354 - (Round &) Convert DP <-> HP: xscvdphp xscvhpdp 365 - Round to Quad-Precision Integer: xsrqpi xsrqpix 372 - Round Quad-Precision to Double-Extended Precision (fp80): xsrqpxp
|
/external/llvm/lib/Target/PowerPC/ |
D | README_P9.txt | 158 - Decimal Shift/Unsigned-Shift/Shift-and-Round: bcds. bcdus. bcdsr. 196 - Round to Odd of QP Add/Divide/Multiply/Subtract/Square-Root: 245 - Round to Odd of QP (Negative) Multiply-{Add/Subtract}: 334 - Round & Convert QP -> DP (dword[1] is set to zero): xscvqpdp xscvqpdpo 354 - (Round &) Convert DP <-> HP: xscvdphp xscvhpdp 365 - Round to Quad-Precision Integer: xsrqpi xsrqpix 372 - Round Quad-Precision to Double-Extended Precision (fp80): xsrqpxp
|
/external/mesa3d/src/util/xmlpool/ |
D | nl.po | 113 msgid "Round colors" 125 msgid "Round color components downward" 129 msgid "Round to nearest color"
|
/external/shaderc/spirv-headers/include/spirv/unified1/ |
D | OpenCL.std.h | 90 Round = 55, enumerator
|