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

1 2 3 4 5

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexpf.c 26 frexpf(float x, int *eptr) function
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 139 float SC_frexpf(float v, int* ptr) {return frexpf(v, ptr);}
209 { "_Z5frexpfPi", (void *)&frexpf, true },
  /external/bison/darwin-lib/
math.h 1268 # undef frexpf macro
    [all...]
  /external/bison/lib/
math.in.h 942 # undef frexpf macro
943 # define frexpf rpl_frexpf macro
945 _GL_FUNCDECL_RPL (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
946 _GL_CXXALIAS_RPL (frexpf, float, (float x, int *expptr));
949 # undef frexpf macro
950 _GL_FUNCDECL_SYS (frexpf, float, (float x, int *expptr) _GL_ARG_NONNULL ((2)));
952 _GL_CXXALIAS_SYS (frexpf, float, (float x, int *expptr));
954 _GL_CXXALIASWARN (frexpf); variable
956 # undef frexpf macro
958 _GL_WARN_ON_USE (frexpf, "frexpf is unportable -
    [all...]
  /external/bison/linux-lib/
math.h 1268 # undef frexpf macro
    [all...]
  /development/ndk/platforms/android-3/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */

Completed in 857 milliseconds

1 2 3 4 5