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

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_scalbnf.c 58 __strong_reference(scalbnf, ldexpf);
  /external/chromium_org/skia/ext/
convolver.h 65 return ldexpf(raw, -kShiftBits);
  /external/chromium_org/third_party/skia/src/core/
SkConvolver.h 51 return ldexpf(raw, -kShiftBits);
  /external/clang/test/CodeGen/
libcall-declarations.c 29 float ldexpf(float, int);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
331 // CHECK-NOERRNO: declare float @ldexpf(float, i32) [[NUW]]
  /external/bison/darwin-lib/
math.h 1476 # undef ldexpf macro
    [all...]
  /external/bison/lib/
math.in.h 1158 # undef ldexpf macro
1162 _GL_CXXALIASWARN (ldexpf); variable
1164 # undef ldexpf macro
    [all...]
  /external/bison/linux-lib/
math.h 1476 # undef ldexpf macro
    [all...]
  /bionic/libm/include/
math.h 322 float ldexpf(float, int);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 368 /// float ldexpf(float x, int n);
369 ldexpf, enumerator in enum:llvm::LibFunc::Func
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 259 *** LDEXPF: multiply value by an integral power of two
269 #define LDEXPF(x,y) ldexpf(x,y)
277 #define LDEXPF(x,y) ((GLfloat) ldexp(x,y))
  /external/mesa3d/src/mesa/main/
imports.h 257 *** LDEXPF: multiply value by an integral power of two
267 #define LDEXPF(x,y) ldexpf(x,y)
275 #define LDEXPF(x,y) ((GLfloat) ldexp(x,y))
  /external/ltrace/etc/
libm.so.conf 293 float ldexpf(float, int);
  /development/ndk/platforms/android-13/include/
math.h 328 float ldexpf(float, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 329 float ldexpf(float, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-3/include/
math.h 327 float ldexpf(float, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-9/include/
math.h 327 float ldexpf(float, int) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-L/include/
math.h 322 float ldexpf(float, int) __NDK_FPABI_MATH__;
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 194 "ldexpf",
447 TLI.setUnavailable(LibFunc::ldexpf);
  /bionic/tests/
math_test.cpp 640 TEST(math, ldexpf) {
641 ASSERT_FLOAT_EQ(16.0f, ldexpf(2.0f, 3.0f));
    [all...]
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 229 return ldexpf(x, exp);
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.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);}
  /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...]
  /external/bison/
configure     [all...]

Completed in 1646 milliseconds