HomeSort by relevance Sort by last modified time
    Searched refs:ldexpf (Results 151 - 157 of 157) sorted by null

1 2 3 4 5 67

  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 864 __tg_ldexp(float __x, int __y) {return ldexpf(__x, __y);}
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
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);}
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp     [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 271 static_assert((std::is_same<decltype(std::ldexpf(0, ip)), float>::value), "");
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 271 static_assert((std::is_same<decltype(std::ldexpf(0, ip)), float>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 203 milliseconds

1 2 3 4 5 67