HomeSort by relevance Sort by last modified time
    Searched full:floorl (Results 126 - 150 of 385) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/bison/darwin-lib/
math.h 1092 # undef floorl macro
    [all...]
  /external/bison/lib/
math.in.h 766 # undef floorl macro
767 # define floorl rpl_floorl macro
769 _GL_FUNCDECL_RPL (floorl, long double, (long double x));
770 _GL_CXXALIAS_RPL (floorl, long double, (long double x));
773 # undef floorl macro
774 _GL_FUNCDECL_SYS (floorl, long double, (long double x));
776 _GL_CXXALIAS_SYS (floorl, long double, (long double x));
778 _GL_CXXALIASWARN (floorl); variable
780 # undef floorl macro
782 _GL_WARN_ON_USE (floorl, "floorl is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1092 # undef floorl macro
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 27 "expl", "floorl", "fmal", "fmodl",
  /bionic/libc/tools/
posix-2013.txt 267 floorl
  /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.def 486 /// long double floorl(long double x);
487 TLI_DEFINE_ENUM_INTERNAL(floorl)
488 TLI_DEFINE_STRING_INTERNAL("floorl")
    [all...]
TargetLibraryInfo.h 239 case LibFunc::floor: case LibFunc::floorf: case LibFunc::floorl:
  /external/llvm/test/CodeGen/Mips/
mips64-f128.ll 366 ; ALL: ld $25, %call16(floorl)
371 %call = tail call fp128 @floorl(fp128 %0) nounwind readnone
375 declare fp128 @floorl(fp128) #1
  /external/libxml2/
trio.c 276 # define floorl(x) floor((double)(x)) macro
    [all...]
  /bionic/libm/include/
math.h 379 long double floorl(long double);
  /external/bison/m4/
math_h.m4 44 fabsf fabsl floorf floorl fma fmaf fmal
  /external/ltrace/etc/
libm.so.conf 142 ldouble floorl(ldouble);
  /external/libcxx/include/
cmath 88 long double floorl(long double x);
834 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __lcpp_x) _NOEXCEPT {return floorl(__lcpp_x);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 88 long double floorl(long double x);
830 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __x) _NOEXCEPT {return floorl(__x);}
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 88 long double floorl(long double x);
830 inline _LIBCPP_INLINE_VISIBILITY long double floor(long double __x) _NOEXCEPT {return floorl(__x);}
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 211 Names[RTLIB::FLOOR_F80] = "floorl";
212 Names[RTLIB::FLOOR_F128] = "floorl";
213 Names[RTLIB::FLOOR_PPCF128] = "floorl";
    [all...]
  /bionic/tests/
math_test.cpp 612 TEST(math, floorl) {
613 ASSERT_DOUBLE_EQ(1.0L, floorl(1.1L));
    [all...]
  /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 619 /* Define to 1 if you have the `floorl' function. */
1458 # define floorl 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 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/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...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 623 /* Define to 1 if you have the `floorl' function. */
1472 # define floorl macro
    [all...]

Completed in 5102 milliseconds

1 2 3 4 56 7 8 91011>>