/external/golang-protobuf/ptypes/duration/ |
duration.pb.go | 92 // to +315,576,000,000 inclusive. Note: these bounds are computed from:
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 128 * current BB. Note that we ignore the value computed by the body, but
|
/external/mesa3d/docs/specs/ |
MESA_texture_signed_rgba.spec | 83 A signed 8-bit two's complement value X is computed to
|
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/ |
codegen.ml | 128 * current BB. Note that we ignore the value computed by the body, but
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
block.go | 40 // arguments by block id and have this field computed explicitly when needed?
|
loopbce.go | 113 // nxt is computed when inc < max, meaning nxt <= max.
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
nodes.go | 360 // the branch; it is computed by the parser if CheckBranches is set.
|
/prebuilts/go/darwin-x86/src/go/types/ |
operand.go | 27 value // operand is a computed value
|
typestring.go | 49 // This makes it easier to compare packages computed with the type-
|
/prebuilts/go/darwin-x86/src/image/color/ |
color.go | 329 // > computed modulo 2n, where n is the bit width of the unsigned
|
/prebuilts/go/darwin-x86/src/math/big/ |
decimal.go | 46 // digits that need to be computed by init by providing an additional
|
/prebuilts/go/darwin-x86/src/runtime/ |
export_test.go | 282 // ReadMemStatsSlow returns both the runtime-computed MemStats and
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
block.go | 40 // arguments by block id and have this field computed explicitly when needed?
|
loopbce.go | 113 // nxt is computed when inc < max, meaning nxt <= max.
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
nodes.go | 360 // the branch; it is computed by the parser if CheckBranches is set.
|
/prebuilts/go/linux-x86/src/go/types/ |
operand.go | 27 value // operand is a computed value
|
typestring.go | 49 // This makes it easier to compare packages computed with the type-
|
/prebuilts/go/linux-x86/src/image/color/ |
color.go | 329 // > computed modulo 2n, where n is the bit width of the unsigned
|
/prebuilts/go/linux-x86/src/math/big/ |
decimal.go | 46 // digits that need to be computed by init by providing an additional
|
/prebuilts/go/linux-x86/src/runtime/ |
export_test.go | 282 // ReadMemStatsSlow returns both the runtime-computed MemStats and
|
/external/skia/tests/ |
PathTest.cpp | 2054 SkRect computed, expected; local 2065 SkRect computed; local 2353 SkRect expected[2], computed[2]; local [all...] |
/external/skqp/tests/ |
PathTest.cpp | 2054 SkRect computed, expected; local 2065 SkRect computed; local 2353 SkRect expected[2], computed[2]; local [all...] |
/external/ImageMagick/www/api/ |
quantize.php | 217 <p>GetImageQuantizeError() measures the difference between the original and quantized images. This difference is the total quantization error. The error is computed by summing over all pixels in an image the distance squared in RGB space between each reference pixel value and its quantized value. These values are computed:</p>
|
/external/libavc/encoder/arm/ |
ime_distortion_metrics_a9q.s | 58 @* for early exit if the up-to computed SAD exceeds maximum allowed SAD. To 145 @* for early exit if the up-to computed SAD exceeds maximum allowed SAD. To 226 @* for early exit if the up-to computed SAD exceeds maximum allowed SAD. To 686 @* for early exit if the up-to computed SAD exceeds maximum allowed SAD. To [all...] |
/external/tensorflow/tensorflow/core/common_runtime/ |
function_test.cc | 103 std::vector<Tensor> computed; local 104 TF_CHECK_OK(frame.GetRetvals(&computed)); 105 CHECK_EQ(computed.size(), rets.size()); 107 *(rets[i]) = computed[i]; [all...] |