HomeSort by relevance Sort by last modified time
    Searched refs:fit (Results 51 - 75 of 304) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
getaa-6f.d 10 #error: relocation truncated to fit: R_MMIX_ADDR19 against symbol `a'
getaa14b.d 11 #error: relocation truncated to fit: R_MMIX_ADDR19 against `a'$
getaa14f.d 10 #error: relocation truncated to fit: R_MMIX_ADDR19 against `a'$
jumpa-6b.d 11 #error: relocation truncated to fit: R_MMIX_ADDR27 against symbol `a'
jumpa-6f.d 10 #error: relocation truncated to fit: R_MMIX_ADDR27 against symbol `a'
jumpa14b.d 11 #error: relocation truncated to fit: R_MMIX_ADDR27 against `a'$
jumpa14f.d 10 #error: relocation truncated to fit: R_MMIX_ADDR27 against `a'$
  /frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
find_region.rs 105 static int2 gfindMin_ss(rs_allocation fit, int4 regionInSearch) {
106 int w = rsAllocationGetDimX(fit);
107 int h = rsAllocationGetDimY(fit);
108 float minFit = rsGetElementAt_float(fit, 0, 0);
117 float v = rsGetElementAt_float(fit, x, y);
138 rs_allocation fit;
169 fit = createVectorAllocation(RS_TYPE_FLOAT_32, 1, fit_width, fit_height, 0);
175 rsForEach(bordercorrelation_ss, fit);
177 int2 fit_pos = gfindMin_ss(fit, noZone);
  /external/dhcpcd-6.8.2/
control.h 61 int control_queue(struct fd_list *fd, char *data, size_t data_len, uint8_t fit);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/
PolynomialFitter.java 53 * @param weight weight of the observed point in the fit
74 public PolynomialFunction fit() throws OptimizationException { method in class:PolynomialFitter
76 return new PolynomialFunction(fitter.fit(new ParametricPolynomial(), new double[degree + 1]));
HarmonicFitter.java 65 * @param weight weight of the observed point in the fit
74 /** Fit an harmonic function to the observed points.
79 public HarmonicFunction fit() throws OptimizationException { method in class:HarmonicFitter
100 double[] fitted = fitter.fit(new ParametricHarmonicFunction(), parameters);
  /external/skia/src/gpu/
GrTextureProxy.cpp 12 GrTextureProxy::GrTextureProxy(const GrSurfaceDesc& srcDesc, SkBackingFit fit, SkBudgeted budgeted,
14 : INHERITED(srcDesc, fit, budgeted, flags)
GrRenderTargetProxy.cpp 22 SkBackingFit fit, SkBudgeted budgeted, uint32_t flags)
23 : INHERITED(desc, fit, budgeted, flags)
GrSWMaskHelper.cpp 96 sk_sp<GrTextureProxy> GrSWMaskHelper::toTextureProxy(GrContext* context, SkBackingFit fit) {
105 fit,
136 SkBackingFit fit,
146 return helper.toTextureProxy(context, fit);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
emit-relocs-263.d 3 #error: .*\(.text\+0x\d+\): relocation truncated to fit: R_AARCH64_MOVW_UABS_G0 against symbol `tempy.*
emit-relocs-265.d 3 #error: .*\(.text\+0x\d+\): relocation truncated to fit: R_AARCH64_MOVW_UABS_G1 against symbol `tempy.*
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jaloverflow.d 5 #error: .*relocation truncated to fit.*
  /external/protobuf/php/ext/google/protobuf/
storage.c 344 upb_oneof_iter fit; local
352 for (upb_oneof_begin(&fit, oneof); !upb_oneof_done(&fit);
353 upb_oneof_next(&fit)) {
354 const upb_fielddef* field = upb_oneof_iter_field(&fit);
364 upb_oneof_iter fit; local
370 for (upb_oneof_begin(&fit, oneof); !upb_oneof_done(&fit);
371 upb_oneof_next(&fit)) {
372 const upb_fielddef* field = upb_oneof_iter_field(&fit);
    [all...]
  /external/skia/tests/
ProxyTest.cpp 47 SkBackingFit fit,
67 if (SkBackingFit::kExact == fit) {
85 SkBackingFit fit,
102 if (SkBackingFit::kExact == fit) {
125 for (auto fit : { SkBackingFit::kExact, SkBackingFit::kApprox }) {
138 if (SkBackingFit::kApprox == fit) {
146 fit, budgeted));
164 fit, caps.maxWindowRectangles(), false);
172 if (SkBackingFit::kApprox == fit) {
180 fit,
    [all...]
  /external/llvm/test/MC/Mips/
micromips-diagnostic-fixup.s 11 nop # This instr makes the branch too long to fit into a 17-bit offset
mips-diagnostic-fixup.s 11 nop # This instr makes the branch too long to fit into a 18-bit offset
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue15039.go 20 // cmd/compile used to require integer constants to fit into an "int".
  /prebuilts/go/linux-x86/test/fixedbugs/
issue15039.go 20 // cmd/compile used to require integer constants to fit into an "int".
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
SmoothingPolynomialBicubicSplineInterpolator.java 106 yPolyX[j] = xFitter.fit();
128 xPolyY[i] = yFitter.fit();
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_error_sse2.asm 37 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
42 ; the sum of 2 31bit integers will fit in a 32bit unsigned integer
93 ; thus the sum of 2 should fit in a 31bit integer (+ unused sign bit)
96 ; the sum of 2 31bit integers will fit in a 32bit unsigned integer

Completed in 890 milliseconds

1 23 4 5 6 7 8 91011>>