| /toolchain/binutils/binutils-2.27/gas/ |
| flonum.h | 23 * Arbitrary-precision floating point arithmetic. * 38 * Variable precision floating point numbers. *
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/ |
| avxintrin.h | 384 /// returned as 64-bit double-precision floating-point values. 399 /// Bit [3] is a precision exception value: \n 431 /// Bit [3] is a precision exception value: \n 448 /// double-precision floating-point values. 465 /// 64-bit double-precision floating-point values. [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/ |
| avxintrin.h | 384 /// returned as 64-bit double-precision floating-point values. 399 /// Bit [3] is a precision exception value: \n 431 /// Bit [3] is a precision exception value: \n 448 /// double-precision floating-point values. 465 /// 64-bit double-precision floating-point values. [all...] |
| /cts/tests/openglperf2/assets/fragment/ |
| water | 14 precision mediump float;
|
| /cts/tests/tests/opengl/libopengltest/ |
| vertex.h | 21 "precision mediump float;\n"
|
| /cts/tests/tests/opengl/src/android/opengl/cts/ |
| RendererTwoShaderTest.java | 28 private final String fragmentShaderCode = "precision mediump float; \n"
|
| /device/google/contexthub/firmware/build/ |
| common_config.mk | 56 -fsingle-precision-constant \
|
| /device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/ |
| Hpet.h | 2 HPET register definitions from the IA-PC HPET (High Precision Event Timers)
|
| /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
| gdtoa.inf | 4 # and extended-precision IEEE binary floating-point arithmetic, and
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
| BigRealField.java | 25 * Representation of real numbers with arbitrary precision field.
|
| /external/cblas/ |
| Makefile | 22 @ echo "dlib1 --- make an archive of level 1 DOUBLE PRECISION." 34 @ echo "dlib3 --- make an archive of level 3 DOUBLE PRECISION ." 42 @ echo "dtest1 -- Compiles the tester for level 1 DOUBLE PRECISION. " 48 @ echo "dtest2 -- Compiles the tester for level 2 DOUBLE PRECISION. "
|
| /external/cblas/testing/ |
| c_dblat2.f | 3 * Test program for the DOUBLE PRECISION Level 2 Blas. 70 DOUBLE PRECISION ZERO, HALF, ONE 78 DOUBLE PRECISION EPS, ERR, THRESH 87 DOUBLE PRECISION A( NMAX, NMAX ), AA( NMAX*NMAX ), 97 DOUBLE PRECISION DDIFF 249 * Compute EPS (the machine precision). 424 9998 FORMAT( ' RELATIVE MACHINE PRECISION IS TAKEN TO BE', 1P, D9.1 ) 431 9993 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 2 BLAS', //' THE F', 470 DOUBLE PRECISION ZERO, HALF 473 DOUBLE PRECISION EPS, THRES [all...] |
| /external/deqp/data/gles31/shaders/es32/ |
| functions.test | 31 precision mediump float;
|
| /external/deqp/framework/opengl/ |
| gluShaderUtil.hpp | 83 // Precision 85 enum Precision 94 const char* getPrecisionName (Precision precision);
|
| /external/deqp/modules/gles3/functional/ |
| es3fBuiltinPrecisionTests.hpp | 24 * \brief Tests for precision and range of GLSL builtins and types.
|
| es3fShaderLoopTests.cpp | 244 static ShaderLoopCase* createGenericLoopCase (Context& context, const char* caseName, const char* description, bool isVertexCase, LoopType loopType, LoopCountType loopCountType, Precision loopCountPrecision, DataType loopCountDataType) 305 vtx << " ${PRECISION} vec4 coords = a_coords;\n"; 307 frag << " ${PRECISION} vec4 coords = v_coords;\n"; 328 op << " ${PRECISION} vec4 res = coords;\n"; 428 params.insert(pair<string, string>("PRECISION", "mediump")); 504 vtx << " ${PRECISION} vec4 coords = a_coords;\n"; 506 frag << " ${PRECISION} vec4 coords = v_coords;\n"; 509 op << " ${PRECISION} vec4 res = coords;\n"; 1108 params.insert(pair<string, string>("PRECISION", "mediump")); [all...] |
| es3fShaderPackingFunctionTests.cpp | 120 static const char* getPrecisionPostfix (glu::Precision precision) 129 DE_ASSERT(de::inBounds<int>(precision, 0, DE_LENGTH_OF_ARRAY(s_postfix))); 130 return s_postfix[precision]; 147 PackSnorm2x16Case (Context& context, glu::ShaderType shaderType, glu::Precision precision) 148 : ShaderPackingFunctionCase (context, (string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packSnorm2x16", shaderType) 149 , m_precision (precision) 151 m_spec.inputs.push_back(Symbol("in0", glu::VarType(glu::TYPE_FLOAT_VEC2, precision))); 245 glu::Precision m_precision [all...] |
| /external/deqp/modules/gles31/functional/ |
| es31fBuiltinPrecisionTests.hpp | 24 * \brief Tests for precision and range of GLSL builtins and types.
|
| /external/fio/ |
| gettime-thread.c | 53 * it - we don't want to lose precision.
|
| /external/gemmlowp/doc/ |
| design.md | 57 ## Impact of low-precision computation on gemmlowp design 59 Refer to [low-precision.md](low-precision.md) for specifics of the 60 low-precision-computation paradigm and how it's implemented in gemmlowp.
|
| /external/libchrome/base/ |
| rand_util.h | 34 // Given input |bits|, convert with maximum precision to a double in
|
| /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.members/ |
| swap.pass.cpp | 79 ios1.precision(1); 99 ios2.precision(2); 124 assert(ios1.precision() == 2); 153 assert(ios2.precision() == 1);
|
| /external/libjpeg-turbo/ |
| jconfig.h.in | 24 * We do not support run-time selection of data precision, sorry.
|
| /external/llvm/include/llvm/Support/ |
| ScaledNumber.h | 278 /// losing precision only when necessary. 329 /// Get the sum of two scaled numbers with as much precision as possible. 369 /// Get LHS minus RHS with as much precision as possible. 426 unsigned Precision); 428 unsigned Precision); 474 /// ScaledNumber implements most arithmetic operations. Precision is kept 583 /// \c Precision indicates the number of decimal digits of precision to use; 587 /// to convert without scientific notation and has more than \c Precision 589 /// digit past zero. E.g., assuming 10 digits of precision [all...] |
| /external/llvm/test/Transforms/InstCombine/ |
| apint-and-or-and.ll | 12 ; This tests arbitrary precision integers.
|