HomeSort by relevance Sort by last modified time
    Searched full:fmax (Results 101 - 125 of 359) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath 200 floating_point fmax (arithmetic x, arithmetic y);
1238 // fmax
1240 using ::fmax;
1243 inline _LIBCPP_INLINE_VISIBILITY float fmax(float __x, float __y) _NOEXCEPT {return fmaxf(__x, __y);}
1244 inline _LIBCPP_INLINE_VISIBILITY long double fmax(long double __x, long double __y) _NOEXCEPT {return fmaxl(__x, __y);}
1254 fmax(_A1 __x, _A2 __y) _NOEXCEPT
1259 return fmax((__result_type)__x, (__result_type)__y);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cmath 885 #undef fmax
1011 using ::fmax;
1282 fmax(float __x, float __y)
1286 fmax(long double __x, long double __y)
1295 fmax(_Tp __x, _Up __y)
1298 return fmax(__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 72 #undef fmax
204 using ::fmax;
630 fmax(float __x, float __y)
634 fmax(long double __x, long double __y)
643 fmax(_Tp __x, _Up __y)
646 return fmax(__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 885 #undef fmax
1011 using ::fmax;
1282 fmax(float __x, float __y)
1286 fmax(long double __x, long double __y)
1295 fmax(_Tp __x, _Up __y)
1298 return fmax(__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 72 #undef fmax
204 using ::fmax;
630 fmax(float __x, float __y)
634 fmax(long double __x, long double __y)
643 fmax(_Tp __x, _Up __y)
646 return fmax(__type(__x), __type(__y));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 885 #undef fmax
1011 using ::fmax;
1282 fmax(float __x, float __y)
1286 fmax(long double __x, long double __y)
1295 fmax(_Tp __x, _Up __y)
1298 return fmax(__type(__x), __type(__y));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 72 #undef fmax
204 using ::fmax;
630 fmax(float __x, float __y)
634 fmax(long double __x, long double __y)
643 fmax(_Tp __x, _Up __y)
646 return fmax(__type(__x), __type(__y));
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 962 #undef fmax
1088 using ::fmax;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 72 #undef fmax
204 using ::fmax;
622 fmax(float __x, float __y)
626 fmax(long double __x, long double __y)
631 fmax(_Tp __x, _Up __y)
634 return fmax(__type(__x), __type(__y));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cmath 885 #undef fmax
1011 using ::fmax;
1282 fmax(float __x, float __y)
1286 fmax(long double __x, long double __y)
1295 fmax(_Tp __x, _Up __y)
1298 return fmax(__type(__x), __type(__y));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
cmath 72 #undef fmax
204 using ::fmax;
630 fmax(float __x, float __y)
634 fmax(long double __x, long double __y)
643 fmax(_Tp __x, _Up __y)
646 return fmax(__type(__x), __type(__y));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cmath 962 #undef fmax
1088 using ::fmax;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
cmath 72 #undef fmax
204 using ::fmax;
622 fmax(float __x, float __y)
626 fmax(long double __x, long double __y)
631 fmax(_Tp __x, _Up __y)
634 return fmax(__type(__x), __type(__y));
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cmath 959 #undef fmax
1085 using ::fmax;
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
cmath 71 #undef fmax
203 using ::fmax;
621 fmax(float __x, float __y)
625 fmax(long double __x, long double __y)
630 fmax(_Tp __x, _Up __y)
633 return fmax(__type(__x), __type(__y));
    [all...]
  /external/aac/libFDK/include/
fixpoint_math.h 415 sum = fMax(fMin((INT)sum, (INT)MAXVAL_SGL), (INT)MINVAL_SGL);
430 sum = fMax(fMin((INT)sum, (INT)(MAXVAL_DBL>>1)), (INT)(MINVAL_DBL>>1));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 124 return DAG.getNode(AMDGPUISD::FMAX, DL, VT, Op.getOperand(1),
345 NODE_NAME_CASE(FMAX)
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 124 return DAG.getNode(AMDGPUISD::FMAX, DL, VT, Op.getOperand(1),
345 NODE_NAME_CASE(FMAX)
  /frameworks/rs/java/tests/ComputeBenchmark/src/com/example/android/rs/computebench/
compute_benchmark.rs 331 BENCH_FN_FUNC_FN_FN(fmax);
332 BENCH_FN_FUNC_FN_F(fmax);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
tgmath.h 418 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/
tgmath.h 427 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 418 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) 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 427 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
tgmath.h 418 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp     [all...]

Completed in 1525 milliseconds

1 2 3 45 6 7 8 91011>>