HomeSort by relevance Sort by last modified time
    Searched refs:sqrtf (Results 151 - 175 of 211) sorted by null

1 2 3 4 5 67 8 9

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 784 /* Define to 1 if you have the `sqrtf' function. */
1601 # define sqrtf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 784 /* Define to 1 if you have the `sqrtf' function. */
1601 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 749 /* Define to 1 if you have the `sqrtf' function. */
1531 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 749 /* Define to 1 if you have the `sqrtf' function. */
1531 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 749 /* Define to 1 if you have the `sqrtf' function. */
1531 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 749 /* Define to 1 if you have the `sqrtf' function. */
1531 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 784 /* Define to 1 if you have the `sqrtf' function. */
1601 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 784 /* Define to 1 if you have the `sqrtf' function. */
1601 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 784 /* Define to 1 if you have the `sqrtf' function. */
1601 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 784 /* Define to 1 if you have the `sqrtf' function. */
1601 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 799 /* Define to 1 if you have the `sqrtf' function. */
1619 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 799 /* Define to 1 if you have the `sqrtf' function. */
1619 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 799 /* Define to 1 if you have the `sqrtf' function. */
1619 # define sqrtf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 799 /* Define to 1 if you have the `sqrtf' function. */
1619 # define sqrtf macro
    [all...]
  /bionic/tests/
math_test.cpp 440 TEST(math, sqrtf) {
441 ASSERT_FLOAT_EQ(2.0f, sqrtf(4.0f));
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 293 case LibFunc::sqrtf:
  /external/skia/tools/skpdiff/
SkPMetric.cpp 158 sqrtf(1.0f + 0.06f * expf(b * cyclesPerDegree));
  /external/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /external/webrtc/src/modules/audio_processing/aec/
aec_core_sse2.c 117 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]);
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 627 float rms = nbValidMeasurements == 0 ? 0.0f : sqrtf(sumRmsSquared / nbValidMeasurements);
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBlur.cpp 81 float coeff1 = 1.0f / (sqrtf(2.0f * pi) * sigma);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
ml_math_func.c 314 mag = sqrtf(q[0] * q[0] + q[1] * q[1] + q[2] * q[2] + q[3] * q[3]);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 89 inline float sqrtf(float v) { return __sqrtf(v); } function

Completed in 938 milliseconds

1 2 3 4 5 67 8 9