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

1 2 3 4 5 6 7 8 91011>>

  /external/bison/m4/
frexpl.m4 0 # frexpl.m4 serial 20
12 dnl Persuade glibc <math.h> to declare frexpl().
16 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
17 AC_CHECK_DECL([frexpl], , [HAVE_DECL_FREXPL=0], [[#include <math.h>]])
23 AC_CACHE_CHECK([whether frexpl() can be used with libm],
32 [[int e; return frexpl (x, &e) > 0;]])],
56 [Define if the frexpl() function is available.])
60 dnl Find libraries needed to link lib/frexpl.c.
76 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
77 AC_CHECK_DECL([frexpl], , [HAVE_DECL_FREXPL=0], [[#include <math.h>]]
    [all...]
printf-frexpl.m4 1 # printf-frexpl.m4 serial 10
24 dnl Set REPLACE_FREXPL here because the system may have frexpl in libm.
29 [Define if the frexpl function is available in libc.])
31 dnl Mac OS X 10.3 has frexpl() in libc but doesn't declare it in <math.h>.
32 AC_CHECK_DECL([frexpl], , [HAVE_DECL_FREXPL=0], [[#include <math.h>]])
gnulib-comp.m4 86 # Code from module frexpl-nolibm:
160 # Code from module printf-frexpl:
334 AC_LIBOBJ([frexpl])
336 gl_MATH_MODULE_INDICATOR([frexpl])
973 lib/frexpl.c
1036 lib/printf-frexpl.c
1037 lib/printf-frexpl.h
    [all...]
math_h.m4 45 fmod fmodf fmodl frexpf frexpl hypotf hypotl
  /ndk/sources/android/support/src/musl-math/
frexpl.c 4 long double frexpl(long double x, int *e) function
9 long double frexpl(long double x, int *e) function
16 x = frexpl(x*0x1p120, e);
  /development/ndk/platforms/android-L/arch-arm/symbols/
libm.so.functions.txt 124 frexpl
  /development/ndk/platforms/android-L/arch-arm64/symbols/
libm.so.functions.txt 96 frexpl
  /development/ndk/platforms/android-L/arch-mips/symbols/
libm.so.functions.txt 103 frexpl
  /development/ndk/platforms/android-L/arch-mips64/symbols/
libm.so.functions.txt 96 frexpl
  /development/ndk/platforms/android-L/arch-x86/symbols/
libm.so.functions.txt 99 frexpl
  /development/ndk/platforms/android-L/arch-x86_64/symbols/
libm.so.functions.txt 96 frexpl
  /external/bison/lib/
frexpl.c 25 frexpl (long double x, int *expptr) function
printf-frexpl.c 22 # include "printf-frexpl.h"
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...]
frexp.c 40 # define FUNC frexpl
  /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/clang/test/CodeGen/
builtin-attributes.c 28 // CHECK: call double @frexpl(double %
  /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 \
  /ndk/sources/android/support/
Android.mk 129 src/musl-math/frexpl.c \
  /external/ltrace/etc/
libm.so.conf 290 ldouble frexpl(ldouble, +int *);

Completed in 1219 milliseconds

1 2 3 4 5 6 7 8 91011>>