HomeSort by relevance Sort by last modified time
    Searched full:sqr (Results 126 - 150 of 181) sorted by null

1 2 3 4 56 7 8

  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/lib/
libc.a 273 ELF?4( SQR?\$?L$?T$? ?=???r??P??????????ZY[?d=? bionic/libc/arch-x86/syscall (…)
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/lib/
libc.a 273 ELF?4( SQR?\$?L$?T$? ?=???r??P??????????ZY[?d=? bionic/libc/arch-x86/syscall (…)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-ns32k.c 1099 char sqr, sep;
1125 sqr = '[';
1158 if (c == sqr)
1160 if (sqr == '[')
1162 sqr = ']';
1167 sqr = '[';
1093 char sqr, sep; local
    [all...]
  /external/opencv3/modules/cudaarithm/perf/
perf_element_operations.cpp 470 // Sqr
472 PERF_TEST_P(Sz_Depth, Sqr,
487 TEST_CYCLE() cv::cuda::sqr(d_src, dst);
    [all...]
  /external/boringssl/src/crypto/ec/
oct.c 308 /* field_{sqr,mul} work on standard representation */
p256-x86_64.c 74 /* Montgomery sqr: res = a*a*2^-256 mod P */
  /external/libvpx/libvpx/vp8/common/
mfqe.c 209 /* TODO: optimize this later to not need sqr root */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
mfqe.c 208 /* TODO: optimize this later to not need sqr root */
  /external/opencv3/modules/cudaarithm/include/opencv2/
cudaarithm.hpp 160 CV_EXPORTS void sqr(InputArray src, OutputArray dst, Stream& stream = Stream::Null());
664 @param sqr Squared source image. Only the CV_32FC1 type is supported.
669 CV_EXPORTS void rectStdDev(InputArray src, InputArray sqr, OutputArray dst, Rect rect, Stream& stream = Stream::Null());
    [all...]
  /external/wpa_supplicant_8/hostapd/
defconfig 283 # can be configured to include faster routines for exptmod, sqr, and div to
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 159 #define HWCAP2_XMONT 0x00000040 /* XOR Montgomery mult/sqr instructions */
  /external/boringssl/src/crypto/bn/asm/
x86-mont.pl 423 &set_label("sqr",16);
435 &jl (&label("sqr"));
  /external/opencv3/modules/stitching/src/
seam_finders.cpp 694 return static_cast<float>(sqr(r1[3*x1] - r2[3*x2]) + sqr(r1[3*x1+1] - r2[3*x2+1]) +
695 sqr(r1[3*x1+2] - r2[3*x2+2]));
704 return static_cast<float>(sqr(r1[4*x1] - r2[4*x2]) + sqr(r1[4*x1+1] - r2[4*x2+1]) +
705 sqr(r1[4*x1+2] - r2[4*x2+2]));
    [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h 656 ulong sqr=a, acc=1;
659 acc=MWC_MulMod64(acc,sqr,M);
660 sqr=MWC_MulMod64(sqr,sqr,M);
    [all...]
  /external/opencv3/modules/cudaarithm/test/
test_element_operations.cpp     [all...]
test_reductions.cpp 335 CUDA_TEST_P(Sum, Sqr)
  /external/llvm/lib/Target/AArch64/
AArch64SchedA57.td 368 def : InstRW<[A57Write_5cyc_1W], (instregex "^(P?MUL|SQR?DMULH)(v8i8|v4i16|v2i32|v1i8|v1i16|v1i32|v1i64)(_indexed)?$")>;
370 def : InstRW<[A57Write_6cyc_2W], (instregex "^(P?MUL|SQR?DMULH)(v16i8|v8i16|v4i32)(_indexed)?$")>;
    [all...]
  /external/opencv3/modules/cudaarithm/src/
element_operations.cpp 57 void cv::cuda::sqr(InputArray, OutputArray, Stream&) { throw_no_cuda(); } function in class:cv::cuda
  /external/opencv3/modules/imgproc/src/
grabcut.cpp 231 beta = 1/(2*avg(sqr(||color[i] - color[j]||)))
smooth.cpp     [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 2165 static inline int sqr(int value) { function
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
android.config 306 # can be configured to include faster routines for exptmod, sqr, and div to
defconfig 331 # can be configured to include faster routines for exptmod, sqr, and div to
  /external/opencv3/modules/cudalegacy/include/opencv2/cudalegacy/
NCV.hpp 1023 #define SQR(x) ((x)*(x))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/doc/mpfr/
TODO 349 sin_cos.c, sinh.c, sqr.c, stack_interface.c, sub1.c, sub1sp.c, subnormal.c,

Completed in 1683 milliseconds

1 2 3 4 56 7 8