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

1 2 3 45 6 7 8 9

  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 334 float sqrtf(float);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 334 float sqrtf(float);
  /external/webrtc/src/modules/audio_processing/aec/
aec_core.c 271 absEf = sqrtf(ef[0][i] * ef[0][i] + ef[1][i] * ef[1][i]);
707 abs_far_spectrum[i] = sqrtf(far_spectrum);
712 abs_near_spectrum[i] = sqrtf(near_spectrum);
    [all...]
  /external/bison/darwin-lib/
math.h 2188 # undef sqrtf macro
    [all...]
  /external/bison/lib/
math.in.h 1870 # undef sqrtf macro
1874 _GL_CXXALIASWARN (sqrtf); variable
1876 # undef sqrtf macro
    [all...]
  /external/bison/linux-lib/
math.h 2188 # undef sqrtf macro
    [all...]
  /bionic/libm/include/
math.h 325 float sqrtf(float);
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
DynamicsCompressorKernel.cpp 174 k = sqrtf(minK * maxK);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BasicShapes.cpp 88 float diagonal = sqrtf((boundingBox.width() * boundingBox.width() + boundingBox.height() * boundingBox.height()) / 2);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateMotionElement.cpp 339 return sqrtf(diff.width() * diff.width() + diff.height() * diff.height());
  /external/chromium_org/third_party/angle_dx11/samples/gles2_book/Common/
esTransform.c 58 GLfloat mag = sqrtf(x * x + y * y + z * z);
  /external/chromium_org/third_party/skia/src/effects/
SkBlurImageFilter.cpp 130 int d = static_cast<int>(floorf(SkScalarToFloat(s) * 3.0f * sqrtf(2.0f * pi) / 4.0f + 0.5f));
  /external/skia/src/effects/
SkBlurImageFilter.cpp 130 int d = static_cast<int>(floorf(SkScalarToFloat(s) * 3.0f * sqrtf(2.0f * pi) / 4.0f + 0.5f));
  /frameworks/native/libs/ui/tests/
vec_test.cpp 245 EXPECT_EQ(distance(east, north), sqrtf(2));
  /hardware/invensense/60xx/mlsdk/mllite/
mlMathFunc.c 202 mag = sqrtf(q[0] * q[0] + q[1] * q[1] + q[2] * q[2] + q[3] * q[3]);
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.cpp 196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
  /hardware/qcom/display/msm8974/liboverlay/
overlayUtils.cpp 233 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
  /hardware/qcom/display/msm8x26/liboverlay/
overlayUtils.cpp 196 float fDscale = sqrtf((float)(src_w * src_h) / (float)(dst_w * dst_h)) +
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 631 /* Define to 1 if you have the `sqrtf' function. */
1393 # define sqrtf macro
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 631 /* Define to 1 if you have the `sqrtf' function. */
1393 # define sqrtf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 631 /* Define to 1 if you have the `sqrtf' function. */
1393 # define sqrtf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 631 /* Define to 1 if you have the `sqrtf' function. */
1393 # define sqrtf macro
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 631 /* Define to 1 if you have the `sqrtf' function. */
1393 # define sqrtf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
c++config.h 631 /* Define to 1 if you have the `sqrtf' function. */
1393 # define sqrtf macro
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
c++config.h 631 /* Define to 1 if you have the `sqrtf' function. */
1393 # define sqrtf macro
    [all...]

Completed in 2545 milliseconds

1 2 3 45 6 7 8 9