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

1 2 3 4 5 6 7 8

  /prebuilts/ndk/r11/sources/android/support/src/musl-math/
frexpf.c 4 float frexpf(float x, int *e) function
11 x = frexpf(x*0x1p64, e);
  /prebuilts/ndk/r13/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);
  /device/google/dragon/audio/hal/dsp/
drc_math.h 110 return frexpf(x, e);
  /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/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 73 return ::frexpf(__arg, __exp);
433 using ::frexpf;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 73 return ::frexpf(__arg, __exp);
433 using ::frexpf;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 73 return ::frexpf(__arg, __exp);
433 using ::frexpf;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 73 return ::frexpf(__arg, __exp);
433 using ::frexpf;
  /bionic/libc/include/
math.h 190 float frexpf(float, int *); /* fundamentally !__attribute_const__ */
  /development/ndk/platforms/android-13/include/
math.h 324 float frexpf(float, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-18/include/
math.h 325 float frexpf(float, int *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 323 float frexpf(float, int *); /* fundamentally !__pure2 */
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 71 return ::frexpf(__arg, __exp);
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 130 float SC_frexpf(float v, int* ptr) {return frexpf(v, ptr);}
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 71 return ::frexpf(__arg, __exp);
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 71 return ::frexpf(__arg, __exp);
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 71 return ::frexpf(__arg, __exp);
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 71 return ::frexpf(__arg, __exp);
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 71 return ::frexpf(__arg, __exp);
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 71 return ::frexpf(__arg, __exp);

Completed in 692 milliseconds

1 2 3 4 5 6 7 8