HomeSort by relevance Sort by last modified time
    Searched refs:hypotl (Results 76 - 99 of 99) sorted by null

1 2 34

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 602 /* Define to 1 if you have the `hypotl' function. */
1401 # define hypotl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 602 /* Define to 1 if you have the `hypotl' function. */
1401 # define hypotl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 637 /* Define to 1 if you have the `hypotl' function. */
1471 # define hypotl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 637 /* Define to 1 if you have the `hypotl' function. */
1471 # define hypotl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 637 /* Define to 1 if you have the `hypotl' function. */
1471 # define hypotl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 637 /* Define to 1 if you have the `hypotl' function. */
1471 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 602 /* Define to 1 if you have the `hypotl' function. */
1401 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 602 /* Define to 1 if you have the `hypotl' function. */
1401 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 602 /* Define to 1 if you have the `hypotl' function. */
1401 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 602 /* Define to 1 if you have the `hypotl' function. */
1401 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 637 /* Define to 1 if you have the `hypotl' function. */
1471 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 637 /* Define to 1 if you have the `hypotl' function. */
1471 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 637 /* Define to 1 if you have the `hypotl' function. */
1471 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 637 /* Define to 1 if you have the `hypotl' function. */
1471 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 646 /* Define to 1 if you have the `hypotl' function. */
1489 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 646 /* Define to 1 if you have the `hypotl' function. */
1489 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 646 /* Define to 1 if you have the `hypotl' function. */
1489 # define hypotl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 646 /* Define to 1 if you have the `hypotl' function. */
1489 # define hypotl macro
    [all...]
  /bionic/tests/
math_test.cpp 635 TEST(math, hypotl) {
636 ASSERT_FLOAT_EQ(5.0, hypotl(3.0, 4.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 437 static_assert((std::is_same<decltype(hypotl(0,0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 837 __tg_hypot(long double __x, long double __y) {return hypotl(__x, __y);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]
  /external/bison/
configure     [all...]

Completed in 372 milliseconds

1 2 34