HomeSort by relevance Sort by last modified time
    Searched refs:fdim (Results 101 - 125 of 125) sorted by null

1 2 3 45

  /prebuilts/ndk/9/platforms/android-17/arch-x86/usr/include/
math.h 277 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
math.h 278 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
math.h 278 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
math.h 278 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/
math.h 278 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/
math.h 278 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/
math.h 278 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
math.h 270 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
math.h 270 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
math.h 270 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
math.h 270 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
math.h 270 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
math.h 270 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h 276 double fdim(double, double) __NDK_FPABI_MATH__;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 953 extern double __cdecl fdim (double x, double y);
  /frameworks/rs/driver/runtime/
rs_cl.c 428 extern float __attribute__((overloadable)) fdim(float, float);
429 FN_FUNC_FN_FN(fdim)
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh 1087 * fdim: Positive difference between two values
1094 fdim(float a, float b);
1097 fdim(float2 a, float2 b);
1100 fdim(float3 a, float3 b);
1103 fdim(float4 a, float4 b);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 1087 * fdim: Positive difference between two values
1094 fdim(float a, float b);
1097 fdim(float2 a, float2 b);
1100 fdim(float3 a, float3 b);
1103 fdim(float4 a, float4 b);
    [all...]
  /frameworks/rs/api/
rs_math.spec 593 function: fdim
    [all...]

Completed in 1433 milliseconds

1 2 3 45