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

1 2 3 4 5 6 7 8

  /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...]
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r13/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);
  /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/libc/include/
math.h 264 long double frexpl(long double value, int*)
  /development/ndk/platforms/android-13/include/
math.h 436 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-18/include/
math.h 438 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 433 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/r11/sources/android/support/
Android.mk 98 src/musl-math/frexpl.c \
  /prebuilts/ndk/r13/sources/android/support/
Android.mk 98 src/musl-math/frexpl.c \
  /development/ndk/platforms/android-21/include/
math.h 427 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 637 /* Define to 1 if you have the `frexpl' function. */
1483 # define frexpl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 637 /* Define to 1 if you have the `frexpl' function. */
1483 # define frexpl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 637 /* Define to 1 if you have the `frexpl' function. */
1483 # define frexpl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 637 /* Define to 1 if you have the `frexpl' function. */
1483 # define frexpl macro
    [all...]

Completed in 480 milliseconds

1 2 3 4 5 6 7 8