HomeSort by relevance Sort by last modified time
    Searched refs:RANGE (Results 1 - 18 of 18) sorted by null

  /external/srec/srec/include/
all_defs.h 98 #ifndef RANGE
99 #define RANGE(X,Y,Z) ((X) < (Y) ? (Y) : (X) > (Z) ? (Z) : (X))
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
EncodingInfo.java 41 * range of unicode values (<code>m_first</code> to
42 * <code>m_last</code>). It will handle a certain range of values
44 * If the unicode point is before that explicit range, that is it
45 * is in the range <code>m_first <= value < m_explFirst</code>, then it will delegate to another EncodingInfo object for The root
46 * of such a tree, m_before. Likewise for values in the range
72 * because for ASCII all chars in the range '\u0001' to '\u007F'
191 // The unicode value is before the range
204 // The unicode value is after the range
217 // The unicode value is in the range we explitly handle
238 // The unicode value is before the range
    [all...]
  /external/srec/srec/clib/
imeld_tr.c 66 fram[ii] = RANGE(vec[ii] + prep->offset[ii], 0, 255);
69 fram[ii] = RANGE(vec[ii], 0, 255);
105 fram[ii]= RANGE (vec[ii], 0, 255);
  /external/clang/include/clang/AST/
StmtCXX.h 123 /// statement, represented as 'for (range-declarator : range-expression)'.
129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END };
130 // SubExprs[RANGE] is an expression or declstmt.
137 CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEnd,
150 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); }
158 return cast<DeclStmt>(SubExprs[RANGE]);
174 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); }
175 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; }
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
q_gain2.c 39 #define RANGE 64
90 * - Set gains search range *
96 size = RANGE;
106 p = t_qua_gain7b + RANGE; /* pt at 1/4th of table */
108 j = nb_qua_gain7b - RANGE;
124 size = RANGE;
  /external/chromium/net/http/
http_atom_list.h 48 HTTP_ATOM(RANGE)
  /external/collada/include/1.4/dom/
domFx_surface_format_hint_common.h 96 * Each channel represents a range of values. Some example ranges are signed
97 * or unsigned integers, or between between a clamped range such as 0.0f to
98 * 1.0f, or high dynamic range via floating point
103 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::RANGE; }
289 * Each channel represents a range of values. Some example ranges are signed
290 * or unsigned integers, or between between a clamped range such as 0.0f to
291 * 1.0f, or high dynamic range via floating point @see domRange
315 * Gets the range element.
316 * @return a daeSmartRef to the range element.
domTypes.h 293 * Each channel represents a range of values. Some example ranges are signed
294 * or unsigned integers, or between between a clamped range such as 0.0f to
295 * 1.0f, or high dynamic range via floating point
298 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_SNORM, /**< Format is representing a decimal value that remains within the -1 to 1 range. Implimentation could be integer-fixedpoint or floats. */
299 FX_SURFACE_FORMAT_HINT_RANGE_ENUM_UNORM, /**< Format is representing a decimal value that remains within the 0 to 1 range. Implimentation could be integer-fixedpoint or floats. */
314 FX_SURFACE_FORMAT_HINT_OPTION_ENUM_COMPRESSABLE, /**< The surface may use run-time compression. Considering the best compression based on desired, channel, range, precision, and options */
728 RANGE = 10,
    [all...]
  /external/srec/srec/cfront/
ca_wave.c 297 hWave->data.income[ii] = RANGE(hWave->data.income[ii] +
301 hWave->data.income[ii] = (short) RANGE(hWave->data.income[ii] *
  /external/bison/tests/
testsuite 966 echo >>$at_stderr; echo "input.y:2.13-14: integer out of range: \`\$1'
1015 echo >>$at_stderr; echo "input.y:2.13-14: integer out of range: \`@1'
    [all...]
  /external/srec/srec/crec/
get_fram.c 383 frame_ptr[ii] = (featdata) RANGE(prep->seq[ii], 0, 255);
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
xf86str.h 94 MODE_HSYNC, /* hsync out of range */
95 MODE_VSYNC, /* vsync out of range */
111 MODE_BAD_HVALUE, /* horizontal timing was out of range */
112 MODE_BAD_VVALUE, /* vertical timing was out of range */
113 MODE_BAD_VSCAN, /* VScan value out of range */
192 typedef struct { float hi, lo; } range; typedef in typeref:struct:__anon21529
198 /* The permitted gamma range is 1 / GAMMA_MAX <= g <= GAMMA_MAX */
208 range hsync[MAX_HSYNC];
210 range vrefresh[MAX_VREFRESH];
712 #define RANGE(r,u,v,t) {
    [all...]
  /external/clang/lib/AST/
Stmt.cpp 576 CXXForRangeStmt::CXXForRangeStmt(DeclStmt *Range, DeclStmt *BeginEndStmt,
581 SubExprs[RANGE] = Range;
592 assert(RangeDecl &&& "for-range should have a single var decl");
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /prebuilt/common/http-client/
httpcore-4.1.jar 
  /external/jdiff/
xerces.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 667 milliseconds