HomeSort by relevance Sort by last modified time
    Searched defs:max_val (Results 26 - 34 of 34) sorted by null

12

  /toolchain/binutils/binutils-2.25/include/opcode/
tic6x.h 141 unsigned int max_val; member in struct:__anon116312
mips.h 503 /* The low ROOT.SIZE bits of MAX_VAL encodes (MAX_VAL + BIAS) << SHIFT.
517 unsigned int max_val; member in struct:mips_int_operand
676 uval |= (operand->max_val - uval) & -(1 << operand->root.size);
687 return (operand->max_val + operand->bias) << operand->shift;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 588 LLVMValueRef max_val = lp_build_const_int_vec(bld->gallivm, type, sign - 1); local
592 LLVMValueRef a_clamp_max = lp_build_min_simple(bld, a, LLVMBuildSub(builder, max_val, b, ""), GALLIVM_NAN_BEHAVIOR_UNDEFINED);
889 LLVMValueRef max_val = lp_build_const_int_vec(bld->gallivm, type, sign - 1); local
893 LLVMValueRef a_clamp_max = lp_build_min_simple(bld, a, LLVMBuildAdd(builder, max_val, b, ""), GALLIVM_NAN_BEHAVIOR_UNDEFINED);
    [all...]
  /external/opencv/ml/include/
ml.h 150 double max_val;
155 CV_INLINE CvParamLattice cvParamLattice( double min_val, double max_val,
159 pl.min_val = MIN( min_val, max_val );
160 pl.max_val = MAX( min_val, max_val );
221 min_val = max_val = step = 0;
227 max_val = _max_val;
234 double max_val; member in struct:CvParamGrid
1237 double min_val, max_val, min_val1, max_val1; member in class:CvANN_MLP
    [all...]
  /external/opencv/ml/src/
mltree.cpp 2274 double max_val = -1, total_weight = 0; local
    [all...]
  /external/webrtc/talk/media/base/
mediachannel.h 640 max_val(),
645 T max_val; member in struct:cricket::VariableInfo
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-metag.c 1220 int max_val = (1 << (bits - 1)) - 1; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-metag.c 954 int max_val = (1 << (bits - 1)) - 1; local
955 return (value <= max_val) && (value >= min_val);
    [all...]
tc-mips.c 5013 int min_val, max_val, factor; local
5142 int min_val, max_val, max_high; local
5767 unsigned int max_val; local
13901 int min_val, max_val; local
    [all...]

Completed in 1357 milliseconds

12