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

1 2 3 4 5 6 7 8 91011

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 152 static_assert((std::is_same<decltype(powf(0,0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /external/mesa3d/src/mesa/main/
light.c 1020 powf(PV_dot_dir, light->SpotExponent);
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/ns/
ns_core.c     [all...]
  /prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h 482 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3960126/lib64/clang/5.0/include/
tgmath.h 482 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3977809/lib64/clang/5.0/include/
tgmath.h 482 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 482 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3957855/lib64/clang/5.0/include/
tgmath.h 482 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3960126/lib64/clang/5.0/include/
tgmath.h 482 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3977809/lib64/clang/5.0/include/
tgmath.h 482 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 482 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
math.h 112 float powf(float x, float y);
869 inline _LIBCPP_INLINE_VISIBILITY float pow(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return powf(__lcpp_x, __lcpp_y);}
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 473 __tg_pow(float __x, float __y) {return powf(__x, __y);}
  /external/libcxx/include/
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...]

Completed in 1438 milliseconds

1 2 3 4 5 6 7 8 91011