HomeSort by relevance Sort by last modified time
    Searched defs:frexpf (Results 1 - 6 of 6) sorted by null

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexpf.c 26 frexpf(float x, int *eptr) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 739 extern float frexpf(float _X,int *_Y);
741 __CRT_INLINE float frexpf(float _X,int *_Y) { return ((float)frexp((double)_X,_Y)); } function
    [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 634 /* Define to 1 if you have the `frexpf' function. */
1478 # define frexpf 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 634 /* Define to 1 if you have the `frexpf' function. */
1478 # define frexpf 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 634 /* Define to 1 if you have the `frexpf' function. */
1478 # define frexpf 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 634 /* Define to 1 if you have the `frexpf' function. */
1478 # define frexpf macro
    [all...]

Completed in 211 milliseconds