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

1 2 3 4 5 6 7

  /ndk/sources/android/support/src/musl-math/
frexpf.c 4 float frexpf(float x, int *e) function
11 x = frexpf(x*0x1p64, e);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_frexpf.c 26 frexpf(float x, int *eptr) function
  /system/media/audio_utils/
minifloat.c 44 float r = frexpf(v, &exp);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 139 float SC_frexpf(float v, int* ptr) {return frexpf(v, ptr);}
264 { "_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...]
  /external/clang/test/CodeGen/
libcall-declarations.c 26 float frexpf(float, int *);
267 F(frexp), F(frexpf), F(frexpl), F(ldexp), F(ldexpf),
  /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 */

Completed in 326 milliseconds

1 2 3 4 5 6 7