/external/boringssl/mac-x86/crypto/bn/ |
D | bn-586.S | 120 # Round 0 129 # Round 4 138 # Round 8 147 # Round 12 156 # Round 16 165 # Round 20 174 # Round 24 183 # Round 28 203 # Tail Round 0 214 # Tail Round 1 [all …]
|
/external/boringssl/win-x86/crypto/bn/ |
D | bn-586.asm | 130 ; 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 1 [all …]
|
/external/v8/test/unittests/heap/ |
D | heap-unittest.cc | 20 double Round(double x) { in Round() function 27 expected = Round(expected); in CheckEqualRounded() 28 actual = Round(actual); in CheckEqualRounded()
|
/external/pdfium/xfa/src/fxbarcode/common/ |
D | BC_WhiteRectangleDetector.cpp | 184 int32_t CBC_WhiteRectangleDetector::Round(FX_FLOAT d) { in Round() function in CBC_WhiteRectangleDetector 196 int32_t x = Round(aX + i * xStep); in GetBlackPointOnSegment() 197 int32_t y = Round(aY + i * yStep); in GetBlackPointOnSegment() 210 return Round((float)sqrt(xDiff * xDiff + yDiff * yDiff)); in DistanceL2()
|
D | BC_WhiteRectangleDetector.h | 23 int32_t Round(float d);
|
/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);
|
D | dng_point.h | 103 dng_point Round () const in Round() function
|
/external/libvpx/libvpx/vp8/common/ |
D | treecoder.h | 78 int Round
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
D | BC_QRDetector.cpp | 141 int32_t tltrCentersDimension = Round( in ComputeDimension() 143 int32_t tlblCentersDimension = Round( in ComputeDimension() 184 int32_t CBC_QRDetector::Round(FX_FLOAT d) { in Round() function in CBC_QRDetector
|
D | BC_QRDetector.h | 50 static int32_t Round(FX_FLOAT d);
|
/external/pdfium/testing/resources/ |
D | bug_452455.in | 53 /SpotFunction /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/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | nl.po | 75 msgid "Round colors" 87 msgid "Round color components downward" 91 msgid "Round to nearest color"
|
D | sv.po | 72 msgid "Round colors" 84 msgid "Round color components downward" 88 msgid "Round to nearest color"
|
D | fr.po | 74 msgid "Round colors" 86 msgid "Round color components downward" 90 msgid "Round to nearest color"
|
D | es.po | 75 msgid "Round colors" 87 msgid "Round color components downward" 91 msgid "Round to nearest color"
|
D | de.po | 76 msgid "Round colors" 88 msgid "Round color components downward" 92 msgid "Round to nearest color"
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 770 unsigned Round = 0; in runOnMachineFunction() local 773 DEBUG(dbgs() << " PBQP Regalloc round " << Round << ":\n"); in runOnMachineFunction() 782 RS << Round; in runOnMachineFunction() 787 DEBUG(dbgs() << "Dumping graph for round " << Round << " to \"" in runOnMachineFunction() 795 ++Round; in runOnMachineFunction()
|
/external/opencv3/modules/python/test/ |
D | calchist.py | 37 intensity = cv.Round(bin_val * 255 / max_value)
|
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
D | BC_DataMatrixDetector.h | 64 int32_t Round(FX_FLOAT d);
|
/external/compiler-rt/lib/builtins/ |
D | fp_trunc_impl.inc | 87 // Round to nearest 123 // Round to nearest
|
/external/vulkan-validation-layers/libs/glm/detail/ |
D | type_half.inl | 187 // Round to nearest, round "0.5" up. 239 // Round to nearest, round "0.5" up
|
/external/llvm/test/Bitcode/ |
D | constant-sequence.ll | 1 ; Round trip constant sequences through bitcode
|