HomeSort by relevance Sort by last modified time
    Searched refs:powf (Results 251 - 267 of 267) sorted by null

<<11

  /external/mesa3d/prebuilt-intermediates/glsl/
ir_expression_operation_constant.h     [all...]
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core.c 281 hNl[i] = powf(hNl[i], aec->overDriveSm * WebRtcAec_overDriveCurve[i]);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
math.h 112 float powf(float x, float y);
886 inline _LIBCPP_INLINE_VISIBILITY float pow(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::powf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
math.h 112 float powf(float x, float y);
886 inline _LIBCPP_INLINE_VISIBILITY float pow(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return ::powf(__lcpp_x, __lcpp_y);}
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
ValueTracking.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/opencv/ml/src/
mlsvm.cpp     [all...]
  /external/mesa3d/prebuilt-intermediates/nir/
nir_constant_expressions.c     [all...]
  /external/libcxx/test/std/depr/depr.c.headers/
math_h.pass.cpp 432 static_assert((std::is_same<decltype(powf(0,0)), float>::value), "");
    [all...]
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 434 static_assert((std::is_same<decltype(std::powf(0,0)), float>::value), "");
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 339 static_assert((std::is_same<decltype(std::powf(0,0)), float>::value), "");
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
math_h.pass.cpp 435 static_assert((std::is_same<decltype(powf(0,0)), float>::value), "");
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/numerics/c.math/
cmath.pass.cpp 436 static_assert((std::is_same<decltype(std::powf(0,0)), float>::value), "");
    [all...]
  /external/swiftshader/third_party/LLVM/
configure     [all...]
  /external/bison/
configure     [all...]

Completed in 763 milliseconds

<<11