HomeSort by relevance Sort by last modified time
    Searched refs:frexpf (Results 76 - 100 of 104) sorted by null

1 2 34 5

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 619 /* Define to 1 if you have the `frexpf' function. */
1451 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 619 /* Define to 1 if you have the `frexpf' function. */
1451 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 619 /* Define to 1 if you have the `frexpf' function. */
1451 # define frexpf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 619 /* Define to 1 if you have the `frexpf' function. */
1451 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 583 /* Define to 1 if you have the `frexpf' function. */
1381 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 619 /* Define to 1 if you have the `frexpf' function. */
1451 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 619 /* Define to 1 if you have the `frexpf' function. */
1451 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 619 /* Define to 1 if you have the `frexpf' function. */
1451 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 619 /* Define to 1 if you have the `frexpf' function. */
1451 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 628 /* Define to 1 if you have the `frexpf' function. */
1469 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 628 /* Define to 1 if you have the `frexpf' function. */
1469 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 628 /* Define to 1 if you have the `frexpf' function. */
1469 # define frexpf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 628 /* Define to 1 if you have the `frexpf' function. */
1469 # define frexpf macro
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 110 static_assert((std::is_same<decltype(frexpf(0, &ip)), float>::value), "");
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 173 mantissa = frexpf(f, &exponent);
    [all...]
  /external/clang/lib/Headers/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);}
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 173 mantissa = frexpf(f, &exponent);
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 812 __tg_frexp(float __x, int* __y) {return frexpf(__x, __y);}

Completed in 1751 milliseconds

1 2 34 5