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

1 2 3

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_roundl.c 52 t = floorl(x);
57 t = floorl(-x);
s_floor.c 77 __weak_reference(floor, floorl);
s_floorl.c 18 * floorl(x)
23 * Inexact flag raised if x not equal to floorl(x).
55 floorl(long double x) function
  /bionic/libm/x86/
floor.S 43 ALIAS_SYMBOL(floorl, floor);
  /bionic/libm/arm/
floor.S 139 ALIAS_SYMBOL(floorl, floor);
  /external/clang/test/CodeGen/
libcall-declarations.c 90 long double floorl(long double);
280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax),
389 // CHECK-NOERRNO: declare x86_fp80 @floorl(x86_fp80) [[NUW]]
550 // CHECK-ERRNO: declare x86_fp80 @floorl(x86_fp80) [[NUW]]
  /external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h 255 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl:
  /bionic/tests/headers/posix/
math_h.c 193 FUNCTION(floorl, long double (*f)(long double));
  /external/libxml2/
trio.c 276 # define floorl(x) floor((double)(x)) macro
    [all...]
  /bionic/libc/include/
math.h 229 long double floorl(long double __x) __RENAME_LDBL(floor, 3, 3);
  /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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl macro
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 347 case LibFunc::floorl:
  /bionic/tests/
math_test.cpp 745 TEST(MATH_TEST, floorl) {
746 ASSERT_DOUBLE_EQ(1.0L, floorl(1.1L));
    [all...]
  /external/llvm/lib/Analysis/
TargetLibraryInfo.cpp 138 TLI.setUnavailable(LibFunc::floorl);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 726 __tg_floor(long double __x) {return floorl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 726 __tg_floor(long double __x) {return floorl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 726 __tg_floor(long double __x) {return floorl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 735 __tg_floor(long double __x) {return floorl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 735 __tg_floor(long double __x) {return floorl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 735 __tg_floor(long double __x) {return floorl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 735 __tg_floor(long double __x) {return floorl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 735 __tg_floor(long double __x) {return floorl(__x);}

Completed in 604 milliseconds

1 2 3