/external/llvm/test/CodeGen/SystemZ/ |
fp-libcall.ll | 91 ; CHECK: brasl %r14, expf@PLT
|
/external/ltrace/etc/ |
libm.so.conf | 273 float expf(float);
|
/external/webrtc/webrtc/modules/audio_processing/intelligibility/ |
intelligibility_enhancer.cc | 268 center_freqs_[i] = 676170.4f / (47.06538f - expf(0.08950404f * abs_temp));
|
/external/llvm/lib/Analysis/ |
TargetLibraryInfo.cpp | 205 TLI.setUnavailable(LibFunc::expf); 511 {"expf", "vexpf", 4},
|
/external/llvm/lib/CodeGen/ |
IntrinsicLowering.cpp | 156 EnsureFPIntrinsicsExist(M, F, "expf", "exp", "expl"); 527 ReplaceFPIntrinsicWithCall(CI, "expf", "exp", "expl");
|
/external/libcxx/include/ |
cmath | 79 float expf(float x); 797 using ::expf; 802 inline _LIBCPP_INLINE_VISIBILITY float exp(float __lcpp_x) _NOEXCEPT {return expf(__lcpp_x);} [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 79 float expf(float x); 793 using ::expf; 798 inline _LIBCPP_INLINE_VISIBILITY float exp(float __x) _NOEXCEPT {return expf(__x);} [all...] |
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/ |
cmath | 79 float expf(float x); 793 using ::expf; 798 inline _LIBCPP_INLINE_VISIBILITY float exp(float __x) _NOEXCEPT {return expf(__x);} [all...] |
/external/llvm/test/Transforms/InstCombine/ |
double-float-shrink-1.ll | 134 ; CHECK: call float @expf(float %f)
|
win-math.ll | 112 ; WIN32-NOT: float @expf
|
/external/opencv3/modules/photo/src/ |
tonemap.cpp | 132 float mean = expf(static_cast<float>(sum(log_img)[0]) / log_img.total());
|
/external/skia/tests/ |
BlurTest.cpp | 206 return k * expf(exponent);
|
/external/skia/tools/ |
sk_tool_utils.cpp | 355 float temp = expf(-(x*x + y*y)/(2*sigma*sigma));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
math.h | 586 extern float __cdecl expf(float _X); 588 __CRT_INLINE float expf(float _X) { return ((float)exp((double)_X)); } function
|
/external/llvm/test/CodeGen/ARM/ |
fp16-promote.ll | 500 ; CHECK-FP16: bl expf 504 ; CHECK-LIBCALL: bl expf
|
/external/llvm/test/Transforms/LoopVectorize/X86/ |
veclib-calls.ll | 34 declare float @expf(float) nounwind readnone 44 %call = tail call float @expf(float %0) nounwind readnone
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 589 /* Define to 1 if you have the `expf' function. */ 1418 # define expf macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 589 /* Define to 1 if you have the `expf' function. */ 1418 # define expf macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/ |
c++config.h | 589 /* Define to 1 if you have the `expf' function. */ 1418 # define expf macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/ |
c++config.h | 589 /* Define to 1 if you have the `expf' function. */ 1418 # define expf macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
c++config.h | 589 /* Define to 1 if you have the `expf' function. */ 1418 # define expf macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
c++config.h | 589 /* Define to 1 if you have the `expf' function. */ 1418 # define expf macro [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/ |
c++config.h | 593 /* Define to 1 if you have the `expf' function. */ 1432 # define expf macro [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/ |
c++config.h | 593 /* Define to 1 if you have the `expf' function. */ 1432 # define expf macro [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/ |
c++config.h | 593 /* Define to 1 if you have the `expf' function. */ 1432 # define expf macro [all...] |