HomeSort by relevance Sort by last modified time
    Searched defs:Max (Results 201 - 212 of 212) sorted by null

1 2 3 4 5 6 7 89

  /external/mdnsresponder/mDNSShared/
CommonServices.h 659 /*! @function Max
664 #if( !defined( Max ) )
665 #define Max( X, Y ) ( ( ( X ) > ( Y ) ) ? ( X ) : ( Y ) )
    [all...]
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 225 {"Max", CFXJSE_FormCalcContext::Max},
797 void CFXJSE_FormCalcContext::Max(CFXJSE_Value* pThis,
832 dMaxValue = (uCount == 1) ? dValue : std::max(dMaxValue, dValue);
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 706 int64_t Max = Align * ((1LL << width) - 1);
707 return ((Val % Align) == 0) && (Val >= 0) && (Val <= Max);
720 int64_t Max = Align * ((1LL << (width-1)) - 1);
722 return ((Val % Align) == 0) && (Val >= Min) && (Val <= Max);
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 388 Max,
  /external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 208 // Among the platforms, Cygwin, Linux, Max OS X, and Windows have the
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
gtest.h 208 // Among the platforms, Cygwin, Linux, Max OS X, and Windows have the
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h 347 GLfloat _CosCutoff; /**< = MAX(0, cos(SpotCutoff)) */
969 GLfloat MaxLod; /**< max lambda, OpenGL 1.2 */
1000 GLint MaxLevel; /**< max mipmap level, OpenGL 1.2 */
1002 GLint _MaxLevel; /**< actual max mipmap level (q in the spec) */
    [all...]
  /external/tensorflow/tensorflow/go/op/
wrappers.go 46 // value: Max number of batch elements to generate images for.
253 // min, max: Quantization interval, floats of shape `[d]`.
259 // `gradients * (inputs >= min && inputs <= max)`.Backpropagated gradients w.r.t. min parameter, shape `[d]`:
260 // `sum_per_d(gradients * (inputs < min))`.Backpropagated gradients w.r.t. max parameter, shape `[d]`:
261 // `sum_per_d(gradients * (inputs > max))`.
262 func FakeQuantWithMinMaxVarsPerChannelGradient(scope *Scope, gradients tf.Output, inputs tf.Output, min tf.Output, max tf.Output, optional ...FakeQuantWithMinMaxVarsPerChannelGradientAttr) (backprops_wrt_input tf.Output, backprop_wrt_min tf.Output, backprop_wrt_max tf.Output) {
273 gradients, inputs, min, max,
437 // var = sign(prox_v)/(1+lr*l2) * max{|prox_v|-lr*l1,0}
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
sa-jdi.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
sa-jdi.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 1056 milliseconds

1 2 3 4 5 6 7 89