HomeSort by relevance Sort by last modified time
    Searched refs:Round (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
Delete.c 38 UINTN Round;
78 for (Round = 0; Round < 3; Round++) {
81 ((Round < 2) && (DirEnt == NULL || !FatIsDotDirEnt (DirEnt))) ||
82 ((Round == 2) && (DirEnt != NULL))
  /external/boringssl/mac-x86/crypto/fipsmodule/
bn-586.S 119 # 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 1
    [all...]
  /toolchain/binutils/binutils-2.27/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"\.
  /prebuilts/go/darwin-x86/src/math/
floor.go 58 // Round returns the nearest integer, rounding half away from zero.
61 // Round(±0) = ±0
62 // Round(±Inf) = ±Inf
63 // Round(NaN) = NaN
64 func Round(x float64) float64 {
65 // Round is a faster implementation of:
67 // func Round(x float64) float64 {
77 // Round abs(x) < 1 including denormals.
83 // Round any abs(x) >= 1 containing a fractional component [0,1).
115 // Round abs(x) >= 1
    [all...]
  /prebuilts/go/linux-x86/src/math/
floor.go 58 // Round returns the nearest integer, rounding half away from zero.
61 // Round(±0) = ±0
62 // Round(±Inf) = ±Inf
63 // Round(NaN) = NaN
64 func Round(x float64) float64 {
65 // Round is a faster implementation of:
67 // func Round(x float64) float64 {
77 // Round abs(x) < 1 including denormals.
83 // Round any abs(x) >= 1 containing a fractional component [0,1).
115 // Round abs(x) >= 1
    [all...]
  /toolchain/binutils/binutils-2.27/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/fipsmodule/
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...]
  /external/libvpx/libvpx/vp8/common/
treecoder.h 67 unsigned int Pfactor, int Round);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Support.h 27 INTN Round;
  /external/libmojo/ui/gfx/range/
range_f.cc 44 Range RangeF::Round() const {
45 uint32_t start = start_ > 0 ? static_cast<uint32_t>(std::round(start_)) : 0;
46 uint32_t end = end_ > 0 ? static_cast<uint32_t>(std::round(end_)) : 0;
range_f.h 84 // Floor/Ceil/Round the start and end values of the given RangeF.
87 Range Round() const;
  /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",
  /prebuilts/go/darwin-x86/src/time/
example_test.go 27 round := []time.Duration{
38 for _, r := range round {
39 fmt.Printf("d.Round(%6s) = %s\n", r, d.Round(r).String())
42 // d.Round( 1ns) = 1h15m30.918273645s
43 // d.Round( 1µs) = 1h15m30.918274s
44 // d.Round( 1ms) = 1h15m30.918s
45 // d.Round( 1s) = 1h15m31s
46 // d.Round( 2s) = 1h15m30s
47 // d.Round( 1m0s) = 1h16m0
    [all...]
  /prebuilts/go/linux-x86/src/time/
example_test.go 27 round := []time.Duration{
38 for _, r := range round {
39 fmt.Printf("d.Round(%6s) = %s\n", r, d.Round(r).String())
42 // d.Round( 1ns) = 1h15m30.918273645s
43 // d.Round( 1µs) = 1h15m30.918274s
44 // d.Round( 1ms) = 1h15m30.918s
45 // d.Round( 1s) = 1h15m31s
46 // d.Round( 2s) = 1h15m30s
47 // d.Round( 1m0s) = 1h16m0
    [all...]
  /external/dng_sdk/source/
dng_matrix.h 106 void Round (real64 factor);
221 void Round (real64 factor);

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 9