/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/ |
c++config.h | 647 /* Define to 1 if you have the `ldexpf' function. */ 1436 # define ldexpf macro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/ |
c++config.h | 647 /* Define to 1 if you have the `ldexpf' function. */ 1436 # define ldexpf macro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/ |
c++config.h | 647 /* Define to 1 if you have the `ldexpf' function. */ 1436 # define ldexpf macro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/ |
c++config.h | 647 /* Define to 1 if you have the `ldexpf' function. */ 1436 # define ldexpf macro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/ |
c++config.h | 682 /* Define to 1 if you have the `ldexpf' function. */ 1506 # define ldexpf macro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/ |
c++config.h | 682 /* Define to 1 if you have the `ldexpf' function. */ 1506 # define ldexpf macro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
c++config.h | 682 /* Define to 1 if you have the `ldexpf' function. */ 1506 # define ldexpf macro [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
c++config.h | 682 /* Define to 1 if you have the `ldexpf' function. */ 1506 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/ |
c++config.h | 647 /* Define to 1 if you have the `ldexpf' function. */ 1436 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/ |
c++config.h | 647 /* Define to 1 if you have the `ldexpf' function. */ 1436 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/ |
c++config.h | 647 /* Define to 1 if you have the `ldexpf' function. */ 1436 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/ |
c++config.h | 647 /* Define to 1 if you have the `ldexpf' function. */ 1436 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/ |
c++config.h | 682 /* Define to 1 if you have the `ldexpf' function. */ 1506 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/ |
c++config.h | 682 /* Define to 1 if you have the `ldexpf' function. */ 1506 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
c++config.h | 682 /* Define to 1 if you have the `ldexpf' function. */ 1506 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
c++config.h | 682 /* Define to 1 if you have the `ldexpf' function. */ 1506 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
c++config.h | 691 /* Define to 1 if you have the `ldexpf' function. */ 1524 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ |
c++config.h | 691 /* Define to 1 if you have the `ldexpf' function. */ 1524 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
c++config.h | 691 /* Define to 1 if you have the `ldexpf' function. */ 1524 # define ldexpf macro [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
c++config.h | 691 /* Define to 1 if you have the `ldexpf' function. */ 1524 # define ldexpf macro [all...] |
/bionic/tests/ |
math_test.cpp | 539 TEST(math, ldexpf) { 540 ASSERT_FLOAT_EQ(16.0f, ldexpf(2.0f, 3.0f));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
math_h.pass.cpp | 119 static_assert((std::is_same<decltype(ldexpf(0, ip)), float>::value), "");
|
/external/clang/lib/Headers/ |
tgmath.h | 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}
|
/prebuilts/sdk/renderscript/clang-include/ |
tgmath.h | 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | 265 static_assert((std::is_same<decltype(std::ldexpf(0, ip)), float>::value), ""); [all...] |