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

1 2

  /external/bison/lib/
frexpl.c 25 frexpl (long double x, int *expptr) function
frexp.c 40 # define FUNC frexpl
printf-frexp.c 23 # include "printf-frexpl.h"
44 # define FREXP frexpl
math.in.h 997 # undef frexpl macro
998 # define frexpl rpl_frexpl macro
1000 _GL_FUNCDECL_RPL (frexpl, long double,
1002 _GL_CXXALIAS_RPL (frexpl, long double, (long double x, int *expptr));
1005 _GL_FUNCDECL_SYS (frexpl, long double,
1009 _GL_CXXALIAS_SYS (frexpl, long double, (long double x, int *expptr));
1013 _GL_CXXALIASWARN (frexpl); variable
1016 # undef frexpl macro
1018 _GL_WARN_ON_USE (frexpl, "frexpl is unportable -
    [all...]
gnulib.mk 429 ## begin gnulib module frexpl-nolibm
432 EXTRA_DIST += frexp.c frexpl.c
434 EXTRA_libbison_a_SOURCES += frexp.c frexpl.c
436 ## end gnulib module frexpl-nolibm
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexp.c 55 __weak_reference(frexp, frexpl);
s_frexpl.c 39 frexpl(long double x, int *ex) function
s_fmal.c 188 xs = frexpl(x, &ex);
189 ys = frexpl(y, &ey);
190 zs = frexpl(z, &ez);
  /external/bison/darwin-lib/
math.h 1309 # undef frexpl macro
1310 # define frexpl macro
1325 _GL_CXXALIASWARN (frexpl); variable
1328 # undef frexpl macro
    [all...]
  /external/bison/linux-lib/
math.h 1309 # undef frexpl macro
1310 # define frexpl macro
1325 _GL_CXXALIASWARN (frexpl); variable
1328 # undef frexpl macro
    [all...]
  /external/bison/
Android.mk 75 lib/printf-frexpl.c \
  /external/clang/test/CodeGen/
libcall-declarations.c 27 long double frexpl(long double, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
  /bionic/libm/include/
math.h 427 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 301 /// long double frexpl(long double num, int *exp);
302 frexpl, enumerator in enum:llvm::LibFunc::Func
  /external/ltrace/etc/
libm.so.conf 290 ldouble frexpl(ldouble, +int *);
  /development/ndk/platforms/android-13/include/
math.h 438 long double frexpl(long double value, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-18/include/
math.h 440 long double frexpl(long double value, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-3/include/
math.h 435 long double frexpl(long double value, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 435 long double frexpl(long double value, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /development/ndk/platforms/android-L/include/
math.h 427 long double frexpl(long double value, int *) __NDK_FPABI_MATH__; /* fundamentally !__pure2 */
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 161 "frexpl",
446 TLI.setUnavailable(LibFunc::frexpl);
  /bionic/tests/
math_test.cpp 1281 TEST(math, frexpl) {
1283 long double ldr = frexpl(1024.0L, &exp);
    [all...]
  /external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp 111 static_assert((std::is_same<decltype(frexpl(0, &ip)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp     [all...]

Completed in 368 milliseconds

1 2