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

  /external/guava/guava-tests/test/com/google/common/hash/
MessageDigestHashFunctionTest.java 35 private static final ImmutableSet<String> INPUTS = ImmutableSet.of("", "Z", "foobar");
54 for (String stringToTest : INPUTS) {
  /external/deqp/modules/gles2/scripts/
gen-swizzles.py 167 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
172 self.inputs = inputs
179 "VALUES": genValues(self.inputs, self.outputs),
222 INPUTS = {
259 inputs = INPUTS[dataType] variable
260 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
262 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
272 # inputs = INPUTS[dataType
    [all...]
  /external/deqp/modules/gles3/scripts/
gen-swizzles.py 171 def __init__(self, name, precision, dataType, swizzle, inputs, outputs):
176 self.inputs = inputs
183 "VALUES": genValues(self.inputs, self.outputs),
226 INPUTS = {
263 inputs = INPUTS[dataType] variable
264 outputs = map(lambda x: x.swizzle(swizzleIndices), inputs)
266 vectorSwizzleCases.append(SwizzleCase(caseName, precision, dataType, swizzle, [("%s in0" % dataType, inputs)], [("%s out0" % outType, outputs)]))
276 # inputs = INPUTS[dataType
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
malis.s 16 ;; Section 8.2 INPUTS

Completed in 114 milliseconds