/external/v8/test/unittests/heap/ |
heap-unittest.cc | 20 double Round(double x) { 21 // Round to three digits. 27 expected = Round(expected); 28 actual = Round(actual);
|
/external/boringssl/mac-x86/crypto/bn/ |
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...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
roundr-op.s | 0 # Round-type "R".
|
roundi-op.s | 0 # Round-type "R".
|
roundr-op.l | 4 1 # Round-type "R"\.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_TransformDequantLumaDCFromPair_s.s | 135 Round RN 0 353 ;// constant 2 after the Multiplication. The value of Round would be 2 360 MOV Round, #2 ;// Round = 2 365 SMLABB temp1, colOp00, Scale, Round ;// Temp1 = B(c0w0) * Scale + Round 366 SMLABB temp3, colOp02, Scale, Round ;// Temp3 = B(c1w0) * Scale + Round 367 SMLATB temp2, colOp00, Scale, Round ;// Temp2 = T(c0w0) * Scale + Round [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
lifloat.s | 10 # Round to a 16 byte boundary, for ease in testing multiple targets.
|
dli.s | 64 # Round to a 16 byte boundary, for ease in testing multiple targets.
|
lb-pic.s | 55 # Round to a 16 byte boundary, for ease in testing multiple targets.
|
ld-pic.s | 56 # Round to a 16 byte boundary, for ease in testing multiple targets.
|
/external/boringssl/win-x86/crypto/bn/ |
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 [all...] |
/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5block.go | 53 // Round 1. 103 // Round 2. 153 // Round 3. 203 // Round 4.
|
gen.go | 101 // round 1 120 // round 2 158 // round 4 249 // Round 1. 256 // Round 2. 263 // Round 3. 270 // Round 4. 277 // Round 1. 287 // Round 2. 297 // Round 3 [all...] |
/prebuilts/go/linux-x86/src/crypto/md5/ |
md5block.go | 53 // Round 1. 103 // Round 2. 153 // Round 3. 203 // Round 4.
|
gen.go | 101 // round 1 120 // round 2 158 // round 4 249 // Round 1. 256 // Round 2. 263 // Round 3. 270 // Round 4. 277 // Round 1. 287 // Round 2. 297 // Round 3 [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_TransformDequantLumaDCFromPair.c | 51 int i, Round, Value; 64 Round = 1<<(Shift-1); 68 Value = (pDst[i] * Scale + Round) >> Shift;
|
/external/libvpx/libvpx/vp8/common/ |
treecoder.h | 78 int Round
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
treecoder.h | 78 int Round
|
/prebuilts/go/darwin-x86/src/time/ |
example_test.go | 219 round := []time.Duration{ 230 for _, d := range round { 231 fmt.Printf("t.Round(%6s) = %s\n", d, t.Round(d).Format("15:04:05.999999999")) 234 // t.Round( 1ns) = 12:15:30.918273645 235 // t.Round( 1µs) = 12:15:30.918274 236 // t.Round( 1ms) = 12:15:30.918 237 // t.Round( 1s) = 12:15:31 238 // t.Round( 2s) = 12:15:30 239 // t.Round( 1m0s) = 12:16:0 [all...] |
/prebuilts/go/linux-x86/src/time/ |
example_test.go | 219 round := []time.Duration{ 230 for _, d := range round { 231 fmt.Printf("t.Round(%6s) = %s\n", d, t.Round(d).Format("15:04:05.999999999")) 234 // t.Round( 1ns) = 12:15:30.918273645 235 // t.Round( 1µs) = 12:15:30.918274 236 // t.Round( 1ms) = 12:15:30.918 237 // t.Round( 1s) = 12:15:31 238 // t.Round( 2s) = 12:15:30 239 // t.Round( 1m0s) = 12:16:0 [all...] |
/external/pdfium/xfa/src/fxbarcode/common/ |
BC_WhiteRectangleDetector.h | 23 int32_t Round(float d);
|
/external/pdfium/xfa/src/fxbarcode/qrcode/ |
BC_QRDetector.h | 50 static int32_t Round(FX_FLOAT d);
|
/prebuilts/go/darwin-x86/src/strconv/ |
decimal_test.go | 48 down, round, up string 81 d.Round(test.nd) 83 if s != test.round { 84 t.Errorf("Decimal %v Round %d = %v, want %v",
|
/prebuilts/go/linux-x86/src/strconv/ |
decimal_test.go | 48 down, round, up string 81 d.Round(test.nd) 83 if s != test.round { 84 t.Errorf("Decimal %v Round %d = %v, want %v",
|
/external/dng_sdk/source/ |
dng_matrix.h | 106 void Round (real64 factor); 221 void Round (real64 factor);
|