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

1 2 3 4 5 6 7

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_modff.c 25 modff(float x, float *iptr) function
  /external/swiftshader/src/OpenGL/compiler/
InfoSink.h 24 return modff(f, &intPart);
  /frameworks/base/libs/hwui/
Interpolator.cpp 141 weight = modff(lutpos, &ipart);
  /external/bison/darwin-lib/
math.h 1878 # undef modff macro
    [all...]
  /external/bison/lib/
math.in.h 1552 # undef modff macro
1553 # define modff macro
1559 # undef modff macro
1564 _GL_CXXALIASWARN (modff); variable
1566 # undef modff macro
    [all...]
  /external/bison/linux-lib/
math.h 1878 # undef modff macro
    [all...]
  /external/clang/test/CodeGen/
libcall-declarations.c 32 float modff(float, float *);
268 F(ldexpl), F(modf), F(modff), F(modfl), F(nan),
  /prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 124 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
447 using ::modff;
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 124 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
447 using ::modff;
  /prebuilts/clang/host/linux-x86/clang-3688880/lib64/clang/4.0/include/
__clang_cuda_cmath.h 124 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
447 using ::modff;
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
__clang_cuda_cmath.h 124 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
447 using ::modff;
  /bionic/libc/include/
math.h 197 float modff(float, float *); /* fundamentally !__attribute_const__ */
  /development/ndk/platforms/android-13/include/
math.h 330 float modff(float, float *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-18/include/
math.h 332 float modff(float, float *); /* fundamentally !__pure2 */
  /development/ndk/platforms/android-9/include/
math.h 329 float modff(float, float *); /* fundamentally !__pure2 */
  /external/clang/lib/Headers/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMath.cpp 140 float SC_modff(float v, float* ptr) {return modff(v, ptr);}
  /prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
  /prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
  /prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
  /prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
  /prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }
  /prebuilts/clang/host/linux-x86/clang-3362437/lib64/clang/3.8/include/
__clang_cuda_cmath.h 122 __DEVICE__ float modf(float __x, float *__iptr) { return ::modff(__x, __iptr); }

Completed in 460 milliseconds

1 2 3 4 5 6 7