HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 276 - 300 of 471) sorted by null

<<111213141516171819

  /prebuilts/go/linux-x86/src/crypto/ecdsa/
ecdsa.go 151 // private key's curve order, the hash will be truncated to that length. It
  /prebuilts/go/linux-x86/src/crypto/tls/
conn_test.go 215 // Drop the size of last record, which is likely to be truncated.
  /prebuilts/go/linux-x86/src/encoding/ascii85/
ascii85.go 230 // The short encoding truncated the output value.
  /prebuilts/go/linux-x86/src/go/doc/testdata/
benchmark.go 276 b.output = append(b.output[:j], "\n\t... [output truncated]\n"...)
  /prebuilts/go/linux-x86/src/math/big/
decimal.go 47 // precision argument and keeping track of when a number was truncated early
  /prebuilts/go/linux-x86/src/runtime/
runtime_test.go 123 // Note that these are truncated on 32-bit systems, so the bottom 32 bits
  /prebuilts/go/linux-x86/src/strconv/
decimal.go 340 // if we truncated, a little higher than what's recorded - always round up
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode.go 125 // maximum dynamic header table size is truncated to v.
  /prebuilts/go/linux-x86/test/
index.go 167 fmt.Fprintf(b, "\tuse(%s) // ERROR \"index|overflow|truncated|must be integer\"\n", expr)
  /external/deqp/modules/gles3/functional/
es3fShaderCommonFunctionTests.cpp 599 const int truncated = int(v-q); local
600 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up
601 (q == 0.5f && (truncated % 2 != 0)) ? (truncated + 1) : // Round to nearest even at 0.5
602 truncated; // Rounded down
    [all...]
  /external/deqp/modules/gles31/functional/
es31fShaderCommonFunctionTests.cpp 677 const int truncated = int(v-q); local
678 const int rounded = (q > 0.5f) ? (truncated + 1) : // Rounded up
679 (q == 0.5f && (truncated % 2 != 0)) ? (truncated + 1) : // Round to nearest even at 0.5
680 truncated; // Rounded down
    [all...]
  /frameworks/native/cmds/installd/
dexopt.cpp 134 bool truncated = ftruncate(ufd.get(), 0) == 0; local
135 if (!truncated) {
141 return truncated;
1048 bool truncated = ftruncate(out_fd.get(), 0) == 0; local
    [all...]
  /external/python/cpython3/Python/
sysmodule.c 2374 const char *truncated = "... truncated"; local
    [all...]
  /system/core/logcat/
logcat.cpp 1593 bool truncated = *--cp != '\\f'; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
abstract.c 1650 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
1736 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
abstract.c 1650 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
1736 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
    [all...]
  /external/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 38 truncated, member in class:llvm::coverage::coveragemap_error
  /external/llvm/include/llvm/ProfileData/
InstrProf.h 288 truncated, member in class:llvm::instrprof_error
    [all...]
  /external/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 551 case coveragemap_error::truncated:
552 return "Truncated coverage data";
  /external/protobuf/js/binary/
utils_test.js 301 // 53 bits of precision should not be truncated.
305 // 54 bits of precision should be truncated.
  /external/python/cpython2/Objects/
abstract.c 1650 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
1745 PyObject *truncated = PyEval_CallObject(trunc_func, NULL); local
    [all...]
  /external/python/cpython3/Lib/test/
test_lzma.py     [all...]
  /external/tensorflow/tensorflow/python/ops/
init_ops.py 304 """Initializer that generates a truncated normal distribution.
408 With `distribution="normal"`, samples are drawn from a truncated normal
621 It draws samples from a truncated normal distribution centered on 0
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 56 truncated, member in class:llvm::coverage::coveragemap_error
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProf.h 317 truncated, member in class:llvm::instrprof_error
    [all...]

Completed in 900 milliseconds

<<111213141516171819