HomeSort by relevance Sort by last modified time
    Searched full:precision (Results 1576 - 1600 of 7852) sorted by null

<<61626364656667686970>>

  /external/deqp/android/cts/master/src/
vk-excluded-tests.txt 1 # Issue 218: Excluded built-in function precision tests
2 dEQP-VK.glsl.builtin.precision.clamp.highp_compute.*
3 dEQP-VK.glsl.builtin.precision.cos.mediump_*
4 dEQP-VK.glsl.builtin.precision.div.highp_compute.*
5 dEQP-VK.glsl.builtin.precision.max.highp_compute.*
6 dEQP-VK.glsl.builtin.precision.min.highp_compute.*
7 dEQP-VK.glsl.builtin.precision.mod.highp_compute.*
8 dEQP-VK.glsl.builtin.precision.reflect.highp_compute.vec4
9 dEQP-VK.glsl.builtin.precision.sin.mediump_compute.*
10 dEQP-VK.glsl.builtin.precision.tan.mediump_compute.
    [all...]
  /external/deqp/external/vulkancts/mustpass/1.1.0/src/
excluded-tests.txt 1 # Issue 218: Excluded built-in function precision tests
2 dEQP-VK.glsl.builtin.precision.clamp.highp_compute.*
3 dEQP-VK.glsl.builtin.precision.cos.mediump_*
4 dEQP-VK.glsl.builtin.precision.div.highp_compute.*
5 dEQP-VK.glsl.builtin.precision.max.highp_compute.*
6 dEQP-VK.glsl.builtin.precision.min.highp_compute.*
7 dEQP-VK.glsl.builtin.precision.mod.highp_compute.*
8 dEQP-VK.glsl.builtin.precision.reflect.highp_compute.vec4
9 dEQP-VK.glsl.builtin.precision.sin.mediump_compute.*
10 dEQP-VK.glsl.builtin.precision.tan.mediump_compute.
    [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 66 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision)
97 "${VTX_IN} ${PRECISION} ${TEXCOORD_TYPE} a_texCoord;\n"
98 "${VTX_OUT} ${PRECISION} ${TEXCOORD_TYPE} v_texCoord;\n"
107 "${FRAG_IN} ${PRECISION} ${TEXCOORD_TYPE} v_texCoord;\n"
108 "uniform ${PRECISION} float u_bias;\n"
109 "uniform ${PRECISION} float u_ref;\n"
110 "uniform ${PRECISION} vec4 u_colorScale;\n"
111 "uniform ${PRECISION} vec4 u_colorBias;\n"
112 "uniform ${PRECISION} ${SAMPLER_TYPE} u_sampler;\n"
167 params["PRECISION"] = glu::getPrecisionName(m_texCoordPrecision)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/math/
MathContext.java 47 * the number of digits (precision) to be used for an operation
66 * carry out unlimited precision fixed point arithmetic (as though the
223 * The number of digits (precision) to be used for an operation.
224 * A value of 0 indicates that unlimited precision (as many digits
228 * determine the precision of results.
259 * the precision of their operand or operands, and throw an
273 * be discarded in order to reduce the precision of a result.
334 * precision.
354 * precision and form.
377 * precision, form, and lostDigits setting
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
MathContext.java 46 * the number of digits (precision) to be used for an operation
65 * carry out unlimited precision fixed point arithmetic (as though the
234 * The number of digits (precision) to be used for an operation.
235 * A value of 0 indicates that unlimited precision (as many digits
239 * determine the precision of results.
270 * the precision of their operand or operands, and throw an
284 * be discarded in order to reduce the precision of a result.
346 * precision.
367 * precision and form.
391 * precision, form, and lostDigits setting
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
MathContext.java 46 * the number of digits (precision) to be used for an operation
65 * carry out unlimited precision fixed point arithmetic (as though the
234 * The number of digits (precision) to be used for an operation.
235 * A value of 0 indicates that unlimited precision (as many digits
239 * determine the precision of results.
270 * the precision of their operand or operands, and throw an
284 * be discarded in order to reduce the precision of a result.
346 * precision.
367 * precision and form.
391 * precision, form, and lostDigits setting
    [all...]
  /external/llvm/unittests/Support/
ScaledNumberTest.cpp 92 // Overflow, no loss of precision.
99 // Overflow, loss of precision, rounds down.
106 // Overflow, loss of precision, rounds up.
400 // Loss of precision.
404 // Not quite loss of precision.
439 // Loss of precision.
443 // Not quite loss of precision.
479 // Loss of precision.
485 // Not quite loss of precision.
515 // Loss of precision
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalArithmeticTest.java 50 assertEquals("Incorrect precision!", 33, res.precision());
65 assertEquals("Incorrect precision!", 17, res.precision());
73 assertEquals("Incorrect precision!", 33, res.precision());
90 assertEquals("Incorrect precision!", 17, res.precision());
160 fail("ArithmeticException is not thrown for negative exponent and precision = 0");
169 fail("ArithmeticException is not thrown for negative exponent and precision = 0")
    [all...]