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

1 2 3

  /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/
libcall-declarations.c 27 long double frexpl(long double, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
  /bionic/tests/headers/posix/
math_h.c 213 FUNCTION(frexpl, long double (*f)(long double, int*));
  /bionic/libc/include/
math.h 144 long double frexpl(long double __x, int* __exponent) __RENAME_LDBL(frexp, 3, 21);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 637 /* Define to 1 if you have the `frexpl' function. */
1483 # define frexpl macro
    [all...]
  /bionic/tests/
math_test.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 142 TLI.setUnavailable(LibFunc::frexpl);
752 case LibFunc::frexpl:
    [all...]
  /external/clang/lib/Headers/
tgmath.h 820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /external/llvm/lib/Transforms/Utils/
BuildLibCalls.cpp 397 case LibFunc::frexpl:
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 829 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 829 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 829 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 829 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 829 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 829 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 829 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 820 __tg_frexp(long double __x, int* __y) {return frexpl(__x, __y);}

Completed in 472 milliseconds

1 2 3