HomeSort by relevance Sort by last modified time
    Searched full:hypotf (Results 151 - 175 of 244) sorted by null

1 2 3 4 5 67 8 910

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 634 /* Define to 1 if you have the `hypotf' function. */
1466 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 892 #undef hypotf
1020 using ::hypotf;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 79 #undef hypotf
213 using ::hypotf;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 599 /* Define to 1 if you have the `hypotf' function. */
1396 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 599 /* Define to 1 if you have the `hypotf' function. */
1396 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 599 /* Define to 1 if you have the `hypotf' function. */
1396 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 599 /* Define to 1 if you have the `hypotf' function. */
1396 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 969 #undef hypotf
1097 using ::hypotf;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 79 #undef hypotf
213 using ::hypotf;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 634 /* Define to 1 if you have the `hypotf' function. */
1466 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 634 /* Define to 1 if you have the `hypotf' function. */
1466 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 634 /* Define to 1 if you have the `hypotf' function. */
1466 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 634 /* Define to 1 if you have the `hypotf' function. */
1466 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 966 #undef hypotf
1094 using ::hypotf;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cmath 78 #undef hypotf
212 using ::hypotf;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 643 /* Define to 1 if you have the `hypotf' function. */
1484 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 643 /* Define to 1 if you have the `hypotf' function. */
1484 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 643 /* Define to 1 if you have the `hypotf' function. */
1484 # define hypotf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 643 /* Define to 1 if you have the `hypotf' function. */
1484 # define hypotf macro
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 716 #define __ieee754_hypotf hypotf
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 189 float len = hypotf(dx, dy);
  /external/clang/lib/Headers/
tgmath.h 829 __tg_hypot(float __x, float __y) {return hypotf(__x, __y);}
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11gears/
d3d11gears.cpp 189 float len = hypotf(dx, dy);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
builtins.def 268 DEF_C99_BUILTIN (BUILT_IN_HYPOTF, "hypotf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ERRNO)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
builtins.def 268 DEF_C99_BUILTIN (BUILT_IN_HYPOTF, "hypotf", BT_FN_FLOAT_FLOAT_FLOAT, ATTR_MATHFN_FPROUNDING_ERRNO)
    [all...]

Completed in 1983 milliseconds

1 2 3 4 5 67 8 910