HomeSort by relevance Sort by last modified time
    Searched full:fdim (Results 51 - 75 of 173) sorted by null

1 23 4 5 6 7

  /frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
math.rs.bak 258 TEST_FN_FUNC_FN_FN(fdim);
math.rs 272 TEST_FN_FUNC_FN_FN(fdim);
math.rs.orig 272 TEST_FN_FUNC_FN_FN(fdim);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
math.h 54 using std::tr1::fdim;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
math.h 54 using std::tr1::fdim;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
math.h 54 using std::tr1::fdim;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 54 using std::tr1::fdim;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 54 using std::tr1::fdim;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 54 using std::tr1::fdim;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1/
math.h 54 using std::tr1::fdim;
  /frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
math.rs 272 TEST_FN_FUNC_FN_FN(fdim);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
mathcalls.h 336 __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 336 __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
mathcalls.h 336 __MATHCALL (fdim,, (_Mdouble_ __x, _Mdouble_ __y));
  /external/javassist/src/main/javassist/compiler/
TypeChecker.java 273 int fDim = arrayDim;
277 arrayDim = fDim;
    [all...]
  /frameworks/rs/scriptc/
rs_cl.rsh 402 extern float __attribute__((overloadable)) fdim(float, float);
403 FN_FUNC_FN_FN(fdim)
  /frameworks/support/renderscript/v8/rs_support/scriptc/
rs_cl.rsh 402 extern float __attribute__((overloadable)) fdim(float, float);
403 FN_FUNC_FN_FN(fdim)
  /prebuilts/sdk/renderscript/include/
rs_cl.rsh 335 extern float __attribute__((overloadable)) fdim(float, float);
336 FN_FUNC_FN_FN(fdim)
  /bionic/libm/include/
math.h 277 double fdim(double, double);
  /development/ndk/platforms/android-3/include/
math.h 276 double fdim(double, double);
  /development/ndk/platforms/android-9/include/
math.h 276 double fdim(double, double);
  /frameworks/base/tests/RenderScriptTests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 328 BENCH_FN_FUNC_FN_FN(fdim);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h 276 double fdim(double, double);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h 276 double fdim(double, double);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h 276 double fdim(double, double);

Completed in 2871 milliseconds

1 23 4 5 6 7