/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/ |
tgmath.h | 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/ |
tgmath.h | 135 #define fmax(x,y) __TGMATH_REAL_2(x, y, fmax) macro
|
/external/opencv3/modules/core/include/opencv2/core/cuda/ |
vec_math.hpp | [all...] |
emulation.hpp | 254 __double_as_longlong(::fmax(val, __longlong_as_double(assumed))));
|
/external/opencv3/modules/cudev/include/opencv2/cudev/util/ |
vec_math.hpp | [all...] |
/external/clang/test/CodeGen/ |
libcall-declarations.c | 94 double fmax(double, double); 280 F(floorl), F(fma), F(fmaf), F(fmal), F(fmax), 393 // CHECK-NOERRNO: declare double @fmax(double, double) [[NUW]] 551 // CHECK-ERRNO: declare double @fmax(double, double) [[NUW]]
|
/external/libcxx/test/std/numerics/c.math/ |
cmath.pass.cpp | 79 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } function [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
mathcalls.h | 339 __MATHCALL (fmax,, (_Mdouble_ __x, _Mdouble_ __y));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
tgmath.h | 425 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/ |
mathcalls.h | 340 __MATHCALL (fmax,, (_Mdouble_ __x, _Mdouble_ __y));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
tgmath.h | 425 #define fmax(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmax) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/ |
mathcalls.h | 340 __MATHCALL (fmax,, (_Mdouble_ __x, _Mdouble_ __y));
|
/bionic/libm/include/ |
math.h | 226 double fmax(double, double) __pure2;
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.h | 237 case LibFunc::fmax: case LibFunc::fmaxf: case LibFunc::fmaxl:
|
/external/llvm/test/MC/AArch64/ |
fullfp16-neon-neg.s | 192 fmax v0.4h, v1.4h, v2.4h 194 fmax v0.8h, v1.8h, v2.8h
|
arm64-fp-encoding.s | 50 fmax h1, h2, h3 51 fmax s1, s2, s3 52 fmax d1, d2, d3 57 ; FP16: fmax h1, h2, h3 ; encoding: [0x41,0x48,0xe3,0x1e] 59 ; NO-FP16-NEXT: fmax h1, h2, h3 60 ; CHECK: fmax s1, s2, s3 ; encoding: [0x41,0x48,0x23,0x1e] 61 ; CHECK: fmax d1, d2, d3 ; encoding: [0x41,0x48,0x63,0x1e]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
cmath.pass.cpp | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 57 using std::tr1::fmax;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/ |
math.h | 57 using std::tr1::fmax;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/ |
math.h | 57 using std::tr1::fmax;
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/ |
math.h | 57 using std::tr1::fmax;
|
/frameworks/base/libs/hwui/hwui/ |
Canvas.cpp | 56 float strokeWidth = fmax(textSize * kStdUnderline_Thickness, 1.0f);
|
/bionic/tests/ |
math_test.cpp | 672 TEST(math, fmax) { 673 ASSERT_DOUBLE_EQ(12.0, fmax(12.0, 10.0)); 674 ASSERT_DOUBLE_EQ(12.0, fmax(12.0, nan(""))); 675 ASSERT_DOUBLE_EQ(12.0, fmax(nan(""), 12.0)); [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
opc-f.s | 391 fmax f4 = f5, f6 392 fmax.s0 f4 = f5, f6 393 fmax.s1 f4 = f5, f6 394 fmax.s2 f4 = f5, f6 395 fmax.s3 f4 = f5, f6
|
/frameworks/rs/driver/runtime/ |
rs_cl.c | 18 extern float __attribute__((overloadable)) fmax(float v, float v2); 19 extern float2 __attribute__((overloadable)) fmax(float2 v, float v2); 20 extern float3 __attribute__((overloadable)) fmax(float3 v, float v2); 21 extern float4 __attribute__((overloadable)) fmax(float4 v, float v2); 1932 HN_FUNC_HN_HN(fmax); variable 1933 HN_FUNC_HN_H(fmax); variable [all...] |