HomeSort by relevance Sort by last modified time
    Searched full:modf (Results 151 - 175 of 612) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/android/cts/
es31-lmp.txt     [all...]
  /external/libcxx/include/
cmath 110 floating_point modf (floating_point value, floating_point* iptr);
930 // modf
932 using ::modf;
936 inline _LIBCPP_INLINE_VISIBILITY float modf(float __x, float* __y) _NOEXCEPT {return modff(__x, __y);}
937 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __x, long double* __y) _NOEXCEPT {return modfl(__x, __y);}
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 110 floating_point modf (floating_point value, floating_point* iptr);
930 // modf
932 using ::modf;
936 inline _LIBCPP_INLINE_VISIBILITY float modf(float __x, float* __y) _NOEXCEPT {return modff(__x, __y);}
937 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __x, long double* __y) _NOEXCEPT {return modfl(__x, __y);}
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 110 floating_point modf (floating_point value, floating_point* iptr);
930 // modf
932 using ::modf;
936 inline _LIBCPP_INLINE_VISIBILITY float modf(float __x, float* __y) _NOEXCEPT {return modff(__x, __y);}
937 inline _LIBCPP_INLINE_VISIBILITY long double modf(long double __x, long double* __y) _NOEXCEPT {return modfl(__x, __y);}
    [all...]
  /external/bison/m4/
math_h.m4 50 modf modff modfl powf
  /external/deqp/doc/testspecs/GLES3/
functional.shaders.builtin_functions.precision.txt 161 | modf(x, i) | 0 |
  /external/ltrace/etc/
libm.so.conf 328 double modf(double, +double *);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
apitest.rs 793 f = modf(f, (float *)&f);
794 f2 = modf(f2, (float2 *)&f2);
795 f3 = modf(f3, (float3 *)&f3);
796 f4 = modf(f4, (float4 *)&f4);
    [all...]
math.rs 301 TEST_FN_FUNC_FN_PFN(modf);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
math.rs 309 TEST_FN_FUNC_FN_PFN(modf);
  /frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
math.rs 301 TEST_FN_FUNC_FN_PFN(modf);
math.rs.orig 301 TEST_FN_FUNC_FN_PFN(modf);
  /frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/
math.rs 301 TEST_FN_FUNC_FN_PFN(modf);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
mathcalls.h 116 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cmath 69 #undef modf
336 using ::modf;
339 modf(float __x, float* __iptr)
343 modf(long double __x, long double* __iptr)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
mathcalls.h 116 __MATHCALL (modf,, (_Mdouble_ __x, _Mdouble_ *__iptr));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cmath 67 #undef modf
391 using ::modf;
395 modf(float __x, float* __iptr)
399 modf(long double __x, long double* __iptr)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cmath 67 #undef modf
391 using ::modf;
395 modf(float __x, float* __iptr)
399 modf(long double __x, long double* __iptr)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 69 #undef modf
336 using ::modf;
339 modf(float __x, float* __iptr)
343 modf(long double __x, long double* __iptr)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 69 #undef modf
394 using ::modf;
398 modf(float __x, float* __iptr)
402 modf(long double __x, long double* __iptr)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 69 #undef modf
336 using ::modf;
339 modf(float __x, float* __iptr)
343 modf(long double __x, long double* __iptr)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 69 #undef modf
394 using ::modf;
398 modf(float __x, float* __iptr)
402 modf(long double __x, long double* __iptr)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 67 #undef modf
391 using ::modf;
395 modf(float __x, float* __iptr)
399 modf(long double __x, long double* __iptr)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cmath 67 #undef modf
391 using ::modf;
395 modf(float __x, float* __iptr)
399 modf(long double __x, long double* __iptr)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 432 /// double modf(double x, double *iptr);
433 modf, enumerator in enum:llvm::LibFunc::Func

Completed in 426 milliseconds

1 2 3 4 5 67 8 91011>>