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

12 3 4 5 6 7

  /bionic/libm/man/
copysign.3 66 .Xr fdim 3 ,
fmax.3 82 .Xr fdim 3 ,
math.3 108 fdim positive difference
  /frameworks/compile/slang/tests/P_math_fp/
math_fp.rs 99 TEST_FUNC_2(fdim);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 132 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 132 #define fdim(x,y) __TGMATH_REAL_2(x, y, fdim) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath 59 #undef fdim
187 using ::fdim;
479 fdim(float __x, float __y)
483 fdim(long double __x, long double __y)
488 fdim(_Tp __x, _Up __y)
491 return fdim(__type(__x), __type(__y));
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 59 #undef fdim
187 using ::fdim;
479 fdim(float __x, float __y)
483 fdim(long double __x, long double __y)
488 fdim(_Tp __x, _Up __y)
491 return fdim(__type(__x), __type(__y));
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 59 #undef fdim
187 using ::fdim;
479 fdim(float __x, float __y)
483 fdim(long double __x, long double __y)
488 fdim(_Tp __x, _Up __y)
491 return fdim(__type(__x), __type(__y));
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 59 #undef fdim
187 using ::fdim;
479 fdim(float __x, float __y)
483 fdim(long double __x, long double __y)
488 fdim(_Tp __x, _Up __y)
491 return fdim(__type(__x), __type(__y));
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath 59 #undef fdim
187 using ::fdim;
479 fdim(float __x, float __y)
483 fdim(long double __x, long double __y)
488 fdim(_Tp __x, _Up __y)
491 return fdim(__type(__x), __type(__y));
  /bionic/libm/
Makefile-orig 92 cimag.3 copysign.3 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 \
119 MLINKS+=fdim.3 fdimf.3 fdim.3 fdiml.3
  /external/clang/lib/Headers/
tgmath.h 696 // fdim
704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);}
710 #undef fdim macro
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
  /external/javassist/src/main/javassist/compiler/
MemberCodeGen.java 796 int fDim = arrayDim;
799 atAssignCore(expr, op, right, fType, fDim, cname);
801 boolean is2w = is2word(fType, fDim);
815 arrayDim = fDim;
    [all...]
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 696 // fdim
704 __tg_fdim(double __x, double __y) {return fdim(__x, __y);}
710 #undef fdim macro
711 #define fdim(__x, __y) __tg_fdim(__tg_promote2((__x), (__y))(__x), \ macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 879 #undef fdim
1003 using ::fdim;
1241 fdim(float __x, float __y)
1245 fdim(long double __x, long double __y)
1254 fdim(_Tp __x, _Up __y)
1257 return fdim(__type(__x), __type(__y));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
cmath 66 #undef fdim
196 using ::fdim;
587 fdim(float __x, float __y)
591 fdim(long double __x, long double __y)
600 fdim(_Tp __x, _Up __y)
603 return fdim(__type(__x), __type(__y));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cmath 879 #undef fdim
1003 using ::fdim;
1241 fdim(float __x, float __y)
1245 fdim(long double __x, long double __y)
1254 fdim(_Tp __x, _Up __y)
1257 return fdim(__type(__x), __type(__y));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
cmath 66 #undef fdim
196 using ::fdim;
587 fdim(float __x, float __y)
591 fdim(long double __x, long double __y)
600 fdim(_Tp __x, _Up __y)
603 return fdim(__type(__x), __type(__y));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 415 #define fdim(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fdim) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 424 #define fdim(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fdim) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 415 #define fdim(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fdim) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/
tgmath.h 424 #define fdim(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fdim) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 415 #define fdim(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fdim) macro
  /frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
math.rs 139 TEST_FN_FUNC_FN_FN(fdim);

Completed in 977 milliseconds

12 3 4 5 6 7