HomeSort by relevance Sort by last modified time
    Searched refs:INTEGER (Results 76 - 100 of 852) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/eigen/lapack/
slarfb.f 26 * INTEGER K, LDC, LDT, LDV, LDWORK, M, N
80 *> M is INTEGER
86 *> N is INTEGER
92 *> K is INTEGER
108 *> LDV is INTEGER
124 *> LDT is INTEGER
137 *> LDC is INTEGER
148 *> LDWORK is INTEGER
205 INTEGER K, LDC, LDT, LDV, LDWORK, M, N
220 INTEGER I, J, LASTV, LAST
    [all...]
zlarfb.f 26 * INTEGER K, LDC, LDT, LDV, LDWORK, M, N
80 *> M is INTEGER
86 *> N is INTEGER
92 *> K is INTEGER
108 *> LDV is INTEGER
124 *> LDT is INTEGER
137 *> LDC is INTEGER
148 *> LDWORK is INTEGER
205 INTEGER K, LDC, LDT, LDV, LDWORK, M, N
220 INTEGER I, J, LASTV, LAST
    [all...]
  /external/mesa3d/src/mesa/program/
program_parse.y 137 int integer;
155 %token <integer> ADDRESS
159 %token <integer> TEMP
166 %token <integer> INTEGER
210 %type <integer> addrRegRelOffset addrRegPosOffset addrRegNegOffset
216 %type <integer> optFaceType optColorType
217 %type <integer> optResultFaceType optResultColorType
219 %type <integer> optTexImageUnitNum texImageUnitNum
220 %type <integer> optTexCoordUnitNum texCoordUnitNu
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1Integer.java 9 * Class representing the ASN.1 INTEGER type.
17 * return an integer from the passed in object
47 * return an Integer from a tagged object.
96 throw new IllegalArgumentException("malformed integer");
100 throw new IllegalArgumentException("malformed integer");
114 * @return the BigInteger that results from treating this ASN.1 INTEGER as unsigned.
135 out.writeEncoded(BERTags.INTEGER, bytes);
  /tools/apksig/src/main/java/com/android/apksig/internal/asn1/ber/
BerEncoding.java 54 * Tag number: INTEGER
85 case INTEGER:
141 return "INTEGER";
153 return "0x" + Integer.toHexString(tagNumber);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstType.java 59 /** {@code non-null;} instance corresponding to the class {@code Integer} */
60 public static final CstType INTEGER = new CstType(Type.INTEGER_CLASS);
109 internInitial(INTEGER);
143 * {@code java.lang.Integer}.
155 case Type.BT_INT: return INTEGER;
  /external/cblas/testing/
c_cblat1.f 6 INTEGER NOUT
9 INTEGER ICASE, INCX, INCY, MODE, N
13 INTEGER IC
50 INTEGER NOUT
53 INTEGER ICASE, INCX, INCY, MODE, N
78 INTEGER NOUT
83 INTEGER ICASE, INCX, INCY, MODE, N
88 INTEGER I, J, LEN, NP1
93 INTEGER ITRUE3(5)
96 INTEGER ICAMAXTES
    [all...]
c_zblat1.f 6 INTEGER NOUT
9 INTEGER ICASE, INCX, INCY, MODE, N
13 INTEGER IC
50 INTEGER NOUT
53 INTEGER ICASE, INCX, INCY, MODE, N
78 INTEGER NOUT
83 INTEGER ICASE, INCX, INCY, MODE, N
88 INTEGER I, J, LEN, NP1
93 INTEGER ITRUE3(5)
96 INTEGER IZAMAXTES
    [all...]
c_cblat3.f 49 INTEGER NIN, NOUT
51 INTEGER NSUBS
57 INTEGER NMAX
59 INTEGER NIDMAX, NALMAX, NBEMAX
63 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NTRA,
78 INTEGER IDIM( NIDMAX )
90 INTEGER INFOT, NOUTC
447 INTEGER NALF, NBET, NIDIM, NMAX, NOUT, NTRA, IORDER
457 INTEGER IDIM( NIDIM )
461 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA
    [all...]
c_zblat3.f 49 INTEGER NIN, NOUT
51 INTEGER NSUBS
58 INTEGER NMAX
60 INTEGER NIDMAX, NALMAX, NBEMAX
64 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NTRA,
79 INTEGER IDIM( NIDMAX )
91 INTEGER INFOT, NOUTC
448 INTEGER NALF, NBET, NIDIM, NMAX, NOUT, NTRA, IORDER
458 INTEGER IDIM( NIDIM )
462 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA
    [all...]
c_dblat3.f 46 INTEGER NIN, NOUT
48 INTEGER NSUBS
52 INTEGER NMAX
54 INTEGER NIDMAX, NALMAX, NBEMAX
58 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NTRA,
72 INTEGER IDIM( NIDMAX )
85 INTEGER INFOT, NOUTC
436 INTEGER NALF, NBET, NIDIM, NMAX, NOUT, NTRA, IORDER
445 INTEGER IDIM( NIDIM )
448 INTEGER I, IA, IB, ICA, ICB, IK, IM, IN, K, KS, LAA
    [all...]
  /external/eigen/blas/testing/
cblat1.f 48 INTEGER NOUT
51 INTEGER ICASE, INCX, INCY, MODE, N
55 INTEGER IC
92 INTEGER NOUT
95 INTEGER ICASE, INCX, INCY, MODE, N
120 INTEGER NOUT
125 INTEGER ICASE, INCX, INCY, MODE, N
130 INTEGER I, J, LEN, NP1
135 INTEGER ITRUE3(5)
138 INTEGER ICAMA
    [all...]
zblat1.f 48 INTEGER NOUT
51 INTEGER ICASE, INCX, INCY, MODE, N
55 INTEGER IC
92 INTEGER NOUT
95 INTEGER ICASE, INCX, INCY, MODE, N
120 INTEGER NOUT
125 INTEGER ICASE, INCX, INCY, MODE, N
130 INTEGER I, J, LEN, NP1
135 INTEGER ITRUE3(5)
138 INTEGER IZAMA
    [all...]
cblat2.f 114 INTEGER NIN
116 INTEGER NSUBS
122 INTEGER NMAX, INCMAX
124 INTEGER NINMAX, NIDMAX, NKBMAX, NALMAX, NBEMAX
129 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NINC, NKB,
144 INTEGER IDIM( NIDMAX ), INC( NINMAX ), KB( NKBMAX )
157 INTEGER INFOT, NOUTC
457 INTEGER INCMAX, NALF, NBET, NIDIM, NINC, NKB, NMAX,
468 INTEGER IDIM( NIDIM ), INC( NINC ), KB( NKB )
472 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY
    [all...]
dblat2.f 113 INTEGER NIN
115 INTEGER NSUBS
119 INTEGER NMAX, INCMAX
121 INTEGER NINMAX, NIDMAX, NKBMAX, NALMAX, NBEMAX
126 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NINC, NKB,
140 INTEGER IDIM( NIDMAX ), INC( NINMAX ), KB( NKBMAX )
153 INTEGER INFOT, NOUTC
448 INTEGER INCMAX, NALF, NBET, NIDIM, NINC, NKB, NMAX,
459 INTEGER IDIM( NIDIM ), INC( NINC ), KB( NKB )
462 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY
    [all...]
sblat2.f 113 INTEGER NIN
115 INTEGER NSUBS
119 INTEGER NMAX, INCMAX
121 INTEGER NINMAX, NIDMAX, NKBMAX, NALMAX, NBEMAX
126 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NINC, NKB,
140 INTEGER IDIM( NIDMAX ), INC( NINMAX ), KB( NKBMAX )
153 INTEGER INFOT, NOUTC
448 INTEGER INCMAX, NALF, NBET, NIDIM, NINC, NKB, NMAX,
459 INTEGER IDIM( NIDIM ), INC( NINC ), KB( NKB )
462 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY
    [all...]
zblat2.f 114 INTEGER NIN
116 INTEGER NSUBS
123 INTEGER NMAX, INCMAX
125 INTEGER NINMAX, NIDMAX, NKBMAX, NALMAX, NBEMAX
130 INTEGER I, ISNUM, J, N, NALF, NBET, NIDIM, NINC, NKB,
145 INTEGER IDIM( NIDMAX ), INC( NINMAX ), KB( NKBMAX )
158 INTEGER INFOT, NOUTC
459 INTEGER INCMAX, NALF, NBET, NIDIM, NINC, NKB, NMAX,
470 INTEGER IDIM( NIDIM ), INC( NINC ), KB( NKB )
474 INTEGER I, IA, IB, IC, IKU, IM, IN, INCX, INCXS, INCY
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleter.java 30 import static com.android.ide.common.api.IAttributeInfo.Format.INTEGER;
86 || formats.contains(INTEGER)
104 } else if (formats.contains(Format.INTEGER)) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
BasicPeriodFormatterFactory.java 52 * unit will be formatted: either as an integer, a fraction to the
232 byte countVariant = ECountVariant.INTEGER;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatterFactory.java 51 * unit will be formatted: either as an integer, a fraction to the
230 byte countVariant = ECountVariant.INTEGER;
  /frameworks/compile/mclinker/lib/Script/
RpnEvaluator.cpp 109 operandStack.top()->type() == Operand::INTEGER ||
  /external/mesa3d/src/compiler/glsl/glcpp/
glcpp-parse.y 178 %token DEFINED ELIF_EXPANDED HASH_TOKEN DEFINE_TOKEN FUNC_IDENTIFIER OBJ_IDENTIFIER ELIF ELSE ENDIF ERROR_TOKEN IF IFDEF IFNDEF LINE PRAGMA UNDEF VERSION_TOKEN GARBAGE IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE PLUS_PLUS MINUS_MINUS
180 %type <ival> INTEGER operator SPACE integer_constant version_constant
464 | INTEGER {
1094 case INTEGER:
1124 case INTEGER:
1239 /* Two string-valued (or integer) tokens can usually just be
1241 * integer here as well.)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralRules.java 65 * between 2 and 4 inclusive - and be an integer - for this condition to pass. All other numbers are assigned the
111 * <li>i to be the integer digits.</li>
112 * <li>f to be the visible decimal digits, as an integer.</li>
113 * <li>t to be the visible decimal digits?without trailing zeros?as an integer.</li>
585 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
709 int exponent = Integer.parseInt(exponentStr);
919 * Selection parameter for either integer-only or decimal-only.
931 INTEGER,
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralRules.java 64 * between 2 and 4 inclusive - and be an integer - for this condition to pass. All other numbers are assigned the
110 * <li>i to be the integer digits.</li>
111 * <li>f to be the visible decimal digits, as an integer.</li>
112 * <li>t to be the visible decimal digits?without trailing zeros?as an integer.</li>
572 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
690 int exponent = Integer.parseInt(exponentStr);
887 * Selection parameter for either integer-only or decimal-only.
898 INTEGER,
994 if (source.startsWith("integer")) {
995 sampleType2 = SampleType.INTEGER;
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 59 * between 2 and 4 inclusive - and be an integer - for this condition to pass. All other numbers are assigned the
105 * <li>i to be the integer digits.</li>
106 * <li>f to be the visible decimal digits, as an integer.</li>
107 * <li>t to be the visible decimal digits?without trailing zeros?as an integer.</li>
555 * The digits to the right of the decimal place as an integer. e.g 1.10 = 10
670 int exponent = Integer.parseInt(exponentStr);
866 * Selection parameter for either integer-only or decimal-only.
877 INTEGER,
973 if (source.startsWith("integer")) {
974 sampleType2 = SampleType.INTEGER;
    [all...]

Completed in 787 milliseconds

1 2 34 5 6 7 8 91011>>