HomeSort by relevance Sort by last modified time
    Searched full:fabs (Results 151 - 175 of 756) sorted by null

1 2 3 4 5 67 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/unord.set.cnstr/
range.pass.cpp 59 assert(fabs(c.load_factor() - (float)c.size()/c.bucket_count()) < FLT_EPSILON);
range_size.pass.cpp 61 assert(fabs(c.load_factor() - (float)c.size()/c.bucket_count()) < FLT_EPSILON);
range_size_hash.pass.cpp 63 assert(fabs(c.load_factor() - (float)c.size()/c.bucket_count()) < FLT_EPSILON);
  /ndk/sources/cxx-stl/system/include/
cmath 68 using ::fabs;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
complex 49 template<typename _Tp> _Tp fabs(const std::complex<_Tp>&);
51 template<typename _Tp> std::complex<_Tp> fabs(const std::complex<_Tp>&);
298 /// fabs(__z) [8.1.8].
301 fabs(const std::complex<_Tp>& __z)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 49 template<typename _Tp> _Tp fabs(const std::complex<_Tp>&);
51 template<typename _Tp> std::complex<_Tp> fabs(const std::complex<_Tp>&);
298 /// fabs(__z) [8.1.8].
301 fabs(const std::complex<_Tp>& __z)
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cmath 68 using ::fabs;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 49 template<typename _Tp> _Tp fabs(const std::complex<_Tp>&);
51 template<typename _Tp> std::complex<_Tp> fabs(const std::complex<_Tp>&);
298 /// fabs(__z) [8.1.8].
301 fabs(const std::complex<_Tp>& __z)
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cmath 68 using ::fabs;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 68 using ::fabs;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
complex 49 template<typename _Tp> _Tp fabs(const std::complex<_Tp>&);
51 template<typename _Tp> std::complex<_Tp> fabs(const std::complex<_Tp>&);
298 /// fabs(__z) [8.1.8].
301 fabs(const std::complex<_Tp>& __z)
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 68 using ::fabs;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 68 using ::fabs;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
complex 49 template<typename _Tp> _Tp fabs(const std::complex<_Tp>&);
51 template<typename _Tp> std::complex<_Tp> fabs(const std::complex<_Tp>&);
298 /// fabs(__z) [8.1.8].
301 fabs(const std::complex<_Tp>& __z)
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 68 using ::fabs;
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 66 using ::fabs;
  /external/opencv/cvaux/src/
cvlmeds.cpp 232 ro1 = fabs( c1 );
233 ro2 = fabs( c2 );
250 tt = SIGN( ro1 ) * pow( fabs( ro1 ), 0.333333333333 );
257 tt = SIGN( ro2 ) * pow( fabs( ro2 ), 0.333333333333 );
858 aW[0] = fabs(W[0]);
859 aW[1] = fabs(W[1]);
860 aW[2] = fabs(W[2]);
987 scale += fabs( U[kN + i] );
1037 scale += fabs( U[iN + k] );
1074 t = fabs( W[i] )
    [all...]
cvsubdiv2.cpp 135 assert( fabs( pt->pt.x ) < 10000 && fabs( pt->pt.y ) < 10000 );
  /external/opencv/cxcore/src/
cxutils.cpp 378 e = pow(d + fabs(R), 0.333333333333);
510 s += log(fabs(h[2 + j]));
516 if (fabs(h[2 + 1] / h[2 + 0]) < fabs(h[2 + n - 1] / h[2 + n])) {
548 if (fabs(h[2 + n - 1] / b[2 + n - 1]) >= K) {
553 if (K < fabs(h[2 + n] / b[2 + n]))
563 if (K < fabs(h[2 + n] / d[2 + n]))
597 if ((d[2 + j] != 0.0) && (fabs(h[2 + j] / d[2 + j]) < K))
632 if ((b[2 + j] != 0.0) && (fabs(h[2 + j] / b[2 + j]) < K))
735 v = fabs((double)sptr[i])
    [all...]
  /external/opencv/cv/src/
cvinpaint.cpp 219 if( fabs(a11-a22) >= 1.0 )
344 lev = (float)(1./(1+fabs(CV_MAT_ELEM(*t,float,k,l)-CV_MAT_ELEM(*t,float,i,j))));
347 if (fabs(dir)<=0.01) dir=0.000001f;
348 w = (float)fabs(dst*lev*dir);
457 lev = (float)(1./(1+fabs(CV_MAT_ELEM(*t,float,k,l)-CV_MAT_ELEM(*t,float,i,j))));
460 if (fabs(dir)<=0.01) dir=0.000001f;
461 w = (float)fabs(dst*lev*dir);
585 if (fabs(dir)<=0.01) {
588 dir = (float)fabs(VectorScalMult(r,gradI)/sqrt(VectorLength(r)*VectorLength(gradI)));
676 if (fabs(dir)<=0.01)
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c 72 h = exp(fabs(x)) * 0.5;
76 z = __ldexp_cexp(cpack(fabs(x), y), -1);
s_csinh.c 72 h = exp(fabs(x)) * 0.5;
76 z = __ldexp_cexp(cpack(fabs(x), y), -1);
  /external/llvm/test/CodeGen/R600/
schedule-if-2.ll 20 %11 = call float @fabs(float %2)
90 declare float @fabs(float) #0
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/
swim.c 100 if (fabs(tpsi - fish->psi) < 10.0) {
102 } else if (fabs(tpsi - fish->psi) < 45.0) {
  /external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/
swim.c 100 if (fabs(tpsi - fish->psi) < 10.0) {
102 } else if (fabs(tpsi - fish->psi) < 45.0) {

Completed in 1858 milliseconds

1 2 3 4 5 67 8 91011>>