Searched defs:fmax (Results 1 - 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dquantize_and_dequantize_op.cc58 const xla::Computation* fmax = ctx->GetOrCreateMax(data_type); variable
63 b->ReduceAll(input, XlaHelpers::MinValue(b, data_type), *fmax);
/external/eigen/test/
H A Dboostmultiprec.cpp114 Real fmax(const Real& a, const Real& b) { using std::max; return max(a,b); } function in namespace:boost::multiprecision
/external/tensorflow/tensorflow/core/platform/cloud/
H A Dfile_block_cache.cc83 Key fmax = std::make_pair(key.first, std::numeric_limits<size_t>::max()); local
84 auto fcmp = block_map_.upper_bound(fmax);
/external/python/cpython2/Modules/
H A Dclmodule.c529 float fmin, fmax; local
540 fmax = CL_TypeIsFloat(max);
541 return Py_BuildValue("(ff)", fmin, fmax);
/external/aac/libSBRenc/src/
H A Dfram_gen.cpp202 INT fmax);
343 INT fmax = 0; local
493 fmax = calcFillLengthMax(tranPos, numberTimeSlots);
523 fmax);
599 fmax);
971 int fmax; local
979 fmax = 6;
981 fmax = 4;
983 fmax = 8;
988 fmax
1026 fillFramePost(INT *parts, INT *d, INT dmax, INT *v_bord, INT *length_v_bord, INT *v_freq, INT *length_v_freq, INT bmax, INT bufferFrameStart, INT numberTimeSlots, INT fmax) argument
[all...]
/external/clang/lib/Headers/
H A Dtgmath.h754 // fmax
762 __tg_fmax(double __x, double __y) {return fmax(__x, __y);}
768 #undef fmax macro
769 #define fmax(__x, __y) __tg_fmax(__tg_promote2((__x), (__y))(__x), \ macro
/external/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp76 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } function
991 static_assert((std::is_same<decltype(fmax((float)0, (float)0)), float>::value), "");
992 static_assert((std::is_same<decltype(fmax((bool)0, (float)0)), double>::value), "");
993 static_assert((std::is_same<decltype(fmax((unsigned short)0, (double)0)), double>::value), "");
994 static_assert((std::is_same<decltype(fmax((int)0, (long double)0)), long double>::value), "");
995 static_assert((std::is_same<decltype(fmax((float)0, (unsigned int)0)), double>::value), "");
996 static_assert((std::is_same<decltype(fmax((double)0, (long)0)), double>::value), "");
997 static_assert((std::is_same<decltype(fmax((long double)0, (unsigned long)0)), long double>::value), "");
998 static_assert((std::is_same<decltype(fmax((int)0, (long long)0)), double>::value), "");
999 static_assert((std::is_same<decltype(fmax((in
[all...]
/external/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp78 Ambiguous fmax(Ambiguous, Ambiguous){ return Ambiguous(); } function
1026 static_assert((std::is_same<decltype(std::fmax((float)0, (float)0)), float>::value), "");
1027 static_assert((std::is_same<decltype(std::fmax((bool)0, (float)0)), double>::value), "");
1028 static_assert((std::is_same<decltype(std::fmax((unsigned short)0, (double)0)), double>::value), "");
1029 static_assert((std::is_same<decltype(std::fmax((int)0, (long double)0)), long double>::value), "");
1030 static_assert((std::is_same<decltype(std::fmax((float)0, (unsigned int)0)), double>::value), "");
1031 static_assert((std::is_same<decltype(std::fmax((double)0, (long)0)), double>::value), "");
1032 static_assert((std::is_same<decltype(std::fmax((long double)0, (unsigned long)0)), long double>::value), "");
1033 static_assert((std::is_same<decltype(std::fmax((int)0, (long long)0)), double>::value), "");
1034 static_assert((std::is_same<decltype(std::fmax((in
[all...]
/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h536 friend const mpreal fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode);
2550 inline const mpreal fmax(const mpreal& x, const mpreal& y, mp_rnd_t rnd_mode = mpreal::get_default_rnd()) function in namespace:mpfr
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dalgebraic_simplifier_test.cc2132 HloInstruction* fmax = builder.AddInstruction( local
2135 r0f32, HloOpcode::kMinimum, fmax, min_value));
/external/libpng/
H A Dpng.c3987 PNG_CONST double fmax = 1./(((png_int_32)1 << (16U - shift))-1); local
4023 double d = floor(65535.*pow(ig*fmax, gamma_val*.00001)+.5);
/external/pdfium/third_party/libpng16/
H A Dpng.c3909 PNG_CONST double fmax = 1./(((png_int_32)1 << (16U - shift))-1); local
3945 double d = floor(65535.*pow(ig*fmax, gamma_val*.00001)+.5);
/external/v8/src/arm64/
H A Dassembler-arm64.cc1918 void Assembler::fmax(const FPRegister& fd, function in class:v8::internal::Assembler
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/guice/lib/build/jdiff/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...

Completed in 5074 milliseconds