| /external/llvm/lib/Target/ARM/ |
| ARMInstrFormats.td | [all...] |
| ARMScheduleA9.td | 465 // Single-precision FP Unary 474 // Double-precision FP Unary 484 // Single-precision FP Compare 493 // Double-precision FP Compare 536 // Single-Precision FP to Integer Convert 544 // Double-Precision FP to Integer Convert 552 // Integer to Single-Precision FP Convert 560 // Integer to Double-Precision FP Convert 568 // Single-precision FP ALU 576 // Double-precision FP AL [all...] |
| /external/mesa3d/src/compiler/glsl/ |
| ast_to_hir.cpp | 2575 unsigned precision = GLSL_PRECISION_NONE; local [all...] |
| /external/deqp/modules/gles2/functional/ |
| es2fShaderInvarianceTests.cpp | 457 glu::Precision prec; 482 const glu::Precision precision = precisions[precNdx].prec; local 483 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision."); 623 // shared subexpression of different precision 627 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther); 628 const glu::Precision minPrecision = (precisionOther < (int)precision) ? ((glu::Precision)precisionOther) : (precision); [all...] |
| /external/deqp/modules/gles3/functional/ |
| es3fShaderInvarianceTests.cpp | 459 glu::Precision prec; 484 const glu::Precision precision = precisions[precNdx].prec; local 485 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, precisionName, "Invariance tests using the given precision."); 625 // shared subexpression of different precision 629 const char* const unrelatedPrec = glu::getPrecisionName((glu::Precision)precisionOther); 630 const glu::Precision minPrecision = (precisionOther < (int)precision) ? ((glu::Precision)precisionOther) : (precision); [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
| vktShaderRenderOperatorTests.cpp | 234 PRECMASK_NA = 0, //!< Precision not applicable (booleans) 530 , precision (PRECISION_LAST) 540 Precision precision; member in struct:vkt::sr::__anon17882::ShaderDataSpec 676 const char* precision = m_spec.precision != PRECISION_LAST ? getPrecisionName(m_spec.precision) : DE_NULL; local 689 // Compute precision for inputs. 696 const Precision prec = isBoolVal ? PRECISION_MEDIUMP 698 : m_spec.precision; 746 if (precision && !isBool) op << precision << " "; local 777 if (precision && !isBoolOut) op << precision << " "; local [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/decimaltestdata/ |
| squareroot.decTest | 23 precision: 9
142 -- Precision 1 squareroot tests [exhaustive, plus exponent adjusts]
146 precision: 1
220 -- Precision 2 squareroot tests [exhaustive, plus exponent adjusts]
224 precision: 2
[all...] |
| min.decTest | 26 precision: 9
84 precision: 9
185 precision: 9
205 precision: 15
326 precision: 3
355 precision: 3
360 precision: 3
389 precision: 9
|
| /external/python/cpython2/Lib/test/decimaltestdata/ |
| squareroot.decTest | 23 precision: 9 142 -- Precision 1 squareroot tests [exhaustive, plus exponent adjusts] 146 precision: 1 220 -- Precision 2 squareroot tests [exhaustive, plus exponent adjusts] 224 precision: 2 [all...] |
| /external/python/cpython3/Lib/test/decimaltestdata/ |
| squareroot.decTest | 23 precision: 9 142 -- Precision 1 squareroot tests [exhaustive, plus exponent adjusts] 146 precision: 1 220 -- Precision 2 squareroot tests [exhaustive, plus exponent adjusts] 224 precision: 2 [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/decimaltestdata/ |
| squareroot.decTest | 23 precision: 9 142 -- Precision 1 squareroot tests [exhaustive, plus exponent adjusts] 146 precision: 1 220 -- Precision 2 squareroot tests [exhaustive, plus exponent adjusts] 224 precision: 2 [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/test/decimaltestdata/ |
| squareroot.decTest | 23 precision: 9 142 -- Precision 1 squareroot tests [exhaustive, plus exponent adjusts] 146 precision: 1 220 -- Precision 2 squareroot tests [exhaustive, plus exponent adjusts] 224 precision: 2 [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
| squareroot.decTest | 23 precision: 9 142 -- Precision 1 squareroot tests [exhaustive, plus exponent adjusts] 146 precision: 1 220 -- Precision 2 squareroot tests [exhaustive, plus exponent adjusts] 224 precision: 2 [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/decimaltestdata/ |
| squareroot.decTest | 23 precision: 9 142 -- Precision 1 squareroot tests [exhaustive, plus exponent adjusts] 146 precision: 1 220 -- Precision 2 squareroot tests [exhaustive, plus exponent adjusts] 224 precision: 2 [all...] |
| /art/runtime/arch/arm64/ |
| registers_arm64.h | 113 // Values for FP DRegisters - double precision floating point. 152 // Values for FP SRegisters - single precision floating point.
|
| /device/google/contexthub/firmware/lib/builtins/ |
| fp_extend_impl.inc | 1 //=-lib/fp_extend_impl.inc - low precision -> high precision conversion -*-- -//
|
| /external/apache-http/src/org/apache/http/conn/ |
| ClientConnectionManager.java | 104 * Times will be checked with milliseconds precision 121 * Times will be checked with milliseconds precision.
|
| /external/compiler-rt/lib/builtins/ |
| fp_extend_impl.inc | 1 //=-lib/fp_extend_impl.inc - low precision -> high precision conversion -*-- -//
|
| /external/deqp/data/gles3/shaders/ |
| large_constant_arrays.test | 16 precision mediump float; 57 precision mediump float; 114 precision mediump float; 203 precision mediump float; 356 precision mediump float; 397 precision mediump float; 454 precision mediump float; 543 precision mediump float;
|
| /external/deqp/external/openglcts/modules/glesext/gpu_shader5/ |
| esextcGPUShader5FmaPrecision.hpp | 28 * \brief gpu_shader5 extension - fma precision Test (Test 8) 41 * Test whether the precision of fma() is conformant to the required
|
| /external/deqp/framework/delibs/decpp/ |
| deStringUtil.cpp | 110 std::string floatToString (float val, int precision) 113 s << std::fixed << std::setprecision(precision) << val;
|
| /external/deqp/framework/randomshaders/ |
| rsgPrettyPrinter.cpp | 35 "precision", // PRECISION,
|
| /external/deqp/modules/gles2/performance/ |
| es2pShaderOperatorTests.cpp | [all...] |
| /external/deqp/modules/gles3/performance/ |
| es3pShaderOperatorTests.cpp | [all...] |
| /external/deqp/modules/gles3/scripts/ |
| gen-keywords.py | 38 precision mediump float; 71 "uvec3", "uvec4", "lowp", "mediump", "highp", "precision", "sampler2D", "sampler3D", "samplerCube",
|