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

1 2 3 4 5 6 7 8 910

  /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
  /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 \
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors.inc 142 INTERCEPTOR(long double, frexpl, long double x, int *exp) {
144 COMMON_INTERCEPTOR_ENTER(ctx, frexpl, x, exp);
145 long double res = REAL(frexpl)(x, exp);
152 INTERCEPT_FUNCTION(frexpl)
    [all...]
  /bionic/tests/
math_test.cpp 1123 TEST(math, frexpl) {
1125 long double ldr = frexpl(1024.0, &exp);
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 266 /// long double frexpl(long double num, int *exp);
267 frexpl, enumerator in enum:llvm::LibFunc::Func
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 149 "frexpl",
393 TLI.setUnavailable(LibFunc::frexpl);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 96 long double frexpl(long double value, int* exp);
872 inline _LIBCPP_INLINE_VISIBILITY long double frexp(long double __x, int* __e) _NOEXCEPT {return frexpl(__x, __e);}
    [all...]
  /bionic/libm/include/
math.h 415 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-3/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 435 long double frexpl(long double value, int *); /* fundamentally !__pure2 */
  /external/compiler-rt/lib/tsan/rtl/
tsan_stat.cc 293 name[StatInt_frexpl] = " frexpl ";

Completed in 1081 milliseconds

1 2 3 4 5 6 7 8 910