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

1 2

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexpf.c 26 frexpf(float x, int *eptr) function
  /external/bison/darwin-lib/
math.h 1268 # undef frexpf macro
    [all...]
  /external/bison/lib/
math.in.h 942 # undef frexpf macro
943 # define frexpf rpl_frexpf macro
945 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
946 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr));
949 # undef frexpf macro
950 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
952 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
954 _GL_CXXALIASWARN (frexpf); variable
956 # undef frexpf macro
958 _GL_WARN_ON_USE (frexpf, "frexpf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1268 # undef frexpf macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 26 float frexpf(float, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
  /bionic/libm/include/
math.h 320 float frexpf(float, int *); /* fundamentally !__pure2 */
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 299 /// float frexpf(float num, int *exp);
300 frexpf, enumerator in enum:llvm::LibFunc::Func
  /bionic/tests/
math_test.cpp 1275 TEST(math, frexpf) {
1277 float fr = frexpf(1024.0f, &exp);
1332 float fr = frexpf(14.1f, &exp);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
imports.h 260 *** FREXPF: extract mantissa and exponent from value
270 #define FREXPF(x,y) frexpf(x,y)
278 #define FREXPF(x,y) ((GLfloat) frexp(x,y))
  /external/mesa3d/src/mesa/main/
imports.h 258 *** FREXPF: extract mantissa and exponent from value
268 #define FREXPF(x,y) frexpf(x,y)
276 #define FREXPF(x,y) ((GLfloat) frexp(x,y))
  /external/ltrace/etc/
libm.so.conf 289 float frexpf(float, +int *);
  /development/ndk/platforms/android-13/include/
math.h 326 float frexpf(float, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-18/include/
math.h 327 float frexpf(float, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-3/include/
math.h 325 float frexpf(float, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 325 float frexpf(float, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-L/include/
math.h 320 float frexpf(float, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 160 "frexpf",
587 TLI.setUnavailable(LibFunc::frexpf);
  /cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp 212 result.SetFloat("significand", frexpf(x, &exp));
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 110 static_assert((std::is_same<decltype(frexpf(0, &ip)), float>::value), "");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 173 mantissa = frexpf(f, &exponent);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);}
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 173 mantissa = frexpf(f, &exponent);
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]
  /external/libcxx/test/numerics/c.math/
cmath.disabled.cpp 252 static_assert((std::is_same<decltype(std::frexpf(0, &ip)), float>::value), "");
    [all...]
  /external/compiler-rt/lib/msan/tests/
msan_test.cc     [all...]

Completed in 418 milliseconds

1 2