HomeSort by relevance Sort by last modified time
    Searched refs:fscale (Results 1 - 15 of 15) sorted by null

  /external/opencv3/modules/core/src/opencl/
reduce2.cl 97 , float fscale
164 dst[c] = convertToDT(convertToWT(tmp[c]) * fscale);
176 , float fscale
207 dst[c] = convertToDT0(convertToWT(tmp[c]) * fscale);
239 dst[c] = convertToDT0(convertToWT(tmp[c]) * fscale);
  /external/skia/fuzz/
fuzz.cpp 118 float fscale = (float)pow(2.0f, scale); local
119 SkDebugf("Scaling factor: %f\n", fscale);
135 SkISize size = codec->getScaledDimensions(fscale);
289 // fscale * x and fscale * y, but we want integers such that the next subset will start
299 // And fscale
303 SkTMax(1, SkScalarRoundToInt(preScaleW * fscale)),
304 SkTMax(1, SkScalarRoundToInt(preScaleH * fscale)));
  /external/opencv3/modules/core/src/
arithm.cpp 3467 float fscale = (float)*(const double*)scale; local
3494 float fscale = (float)*(const double*)scale; local
3515 float fscale = (float)*(const double*)scale; local
3542 float fscale = (float)*(const double*)scale; local
    [all...]
convert.cpp     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h     [all...]
  /external/v8/src/x87/
assembler-x87.h 897 void fscale();
    [all...]
assembler-x87.cc 1778 void Assembler::fscale() { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.h 904 void fscale();
    [all...]
assembler-ia32.cc 1886 void Assembler::fscale() { function in class:v8::internal::Assembler
    [all...]
code-stubs-ia32.cc 496 // FSCALE calculates st(0) * 2^st(1)
497 __ fscale(); // 2^X, rnd(X)
    [all...]
  /external/valgrind/perf/
tinycc.c     [all...]
  /external/v8/src/x64/
assembler-x64.h     [all...]
assembler-x64.cc 2381 void Assembler::fscale() { function in class:v8::internal::Assembler
    [all...]
code-stubs-x64.cc 377 // FSCALE calculates st(0) * 2^st(1)
378 __ fscale(); // 2^X, rnd(X)
    [all...]
  /external/llvm/test/MC/X86/
x86-32-coverage.s     [all...]

Completed in 1230 milliseconds