| /external/llvm/lib/Target/ARM/ |
| ARMScheduleV6.td | 192 // RunFast mode so that NFP pipeline is used for single-precision when 198 // Single-precision FP Unary 201 // Double-precision FP Unary 204 // Single-precision FP Compare 207 // Double-precision FP Compare 216 // Single-Precision FP to Integer Convert 219 // Double-Precision FP to Integer Convert 222 // Integer to Single-Precision FP Convert 225 // Integer to Double-Precision FP Convert 228 // Single-precision FP AL [all...] |
| /external/deqp/data/gles3/shaders/ |
| constant_expressions.test | 8 precision highp float; 25 precision highp float; 42 precision highp float; 59 precision highp float; 80 precision highp float; 97 precision highp float; 114 precision highp int; 131 precision highp int; 148 precision highp float; 167 precision highp int [all...] |
| /external/deqp/external/vulkancts/data/vulkan/glsl/es310/ |
| constant_expressions.test | 8 precision highp float; 25 precision highp float; 42 precision highp float; 59 precision highp float; 80 precision highp float; 97 precision highp float; 114 precision highp int; 131 precision highp int; 148 precision highp float; 167 precision highp int [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| double_const.py | 4 # precision depending on whether Python was loading a module for the first
8 # double_const.pyc, it fails. This indicates a woeful loss of precision in
10 # produce enough digits to get reasonable precision for this box.
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
|
| /external/clang/test/CodeGenOpenCL/ |
| single-precision-constant.cl | 1 // RUN: %clang_cc1 %s -cl-single-precision-constant -emit-llvm -o - | FileCheck %s
|
| /external/compiler-rt/lib/builtins/arm/ |
| extendsfdf2vfp.S | 15 // Converts single precision float to double precision result. 16 // Uses Darwin calling convention where a single precision parameter is 17 // passed in a GPR and a double precision result is returned in R0/R1 pair.
|
| /external/deqp/data/gles2/shaders/ |
| constant_expressions.test | 7 precision highp float; 22 precision highp float; 37 precision highp float; 52 precision highp float; 71 precision highp float; 86 precision highp float; 101 precision highp int; 116 precision highp int; 131 precision highp float; 148 precision highp int [all...] |
| /external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/bubblesort_flag/ |
| recipient.frag | 7 precision highp float; 8 precision highp int; 10 precision mediump float; 11 precision mediump int;
|
| variant_1.frag | 16 precision highp float; 17 precision highp int; 19 precision mediump float; 20 precision mediump int;
|
| variant_2.frag | 16 precision highp float; 17 precision highp int; 19 precision mediump float; 20 precision mediump int;
|
| /external/deqp/external/graphicsfuzz/data/gles3/graphicsfuzz/synthetic/ |
| variant_1.frag | 16 precision highp float; 17 precision highp int; 19 precision mediump float; 20 precision mediump int;
|
| variant_2.frag | 16 precision highp float; 17 precision highp int; 19 precision mediump float; 20 precision mediump int;
|
| variant_3.frag | 16 precision highp float; 17 precision highp int; 19 precision mediump float; 20 precision mediump int;
|
| variant_4.frag | 16 precision highp float; 17 precision highp int; 19 precision mediump float; 20 precision mediump int;
|
| /external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
| esextcTextureBufferPrecision.hpp | 28 * \brief Texture Buffer Precision Qualifier (Test 10) 42 * Test whether shaders that don't include a precision qualifier for each of the 62 * Include a precision qualifier for the uniform declaration: 68 * Instead of including a precision qualifier for the uniform 69 * declaration specify the default precision qualifier: 71 * precision highp imageBuffer; 92 * Include a precision qualifier for the uniform declaration: 98 * Instead of including a precision qualifier for the uniform 99 * declaration specify the default precision qualifier: 101 * precision highp samplerBuffer [all...] |
| /external/eigen/cmake/ |
| FindGMP.cmake | 1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
|
| /external/eigen/demos/mandelbrot/ |
| README | 9 The number of iterations, and the choice between single and double precision, are
|
| /external/libcxx/test/std/input.output/iostreams.base/ios.base/fmtflags.state/ |
| precision_streamsize.pass.cpp | 14 // streamsize precision(streamsize prec); 32 assert(t.precision() == 6); 33 std::streamsize p = t.precision(10); 35 assert(t.precision() == 10);
|
| /external/python/cpython2/Lib/test/ |
| double_const.py | 4 # precision depending on whether Python was loading a module for the first 8 # double_const.pyc, it fails. This indicates a woeful loss of precision in 10 # produce enough digits to get reasonable precision for this box. 27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
|
| /external/python/cpython3/Lib/test/ |
| double_const.py | 4 # precision depending on whether Python was loading a module for the first 8 # double_const.pyc, it fails. This indicates a woeful loss of precision in 10 # produce enough digits to get reasonable precision for this box. 27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
|
| /external/tensorflow/tensorflow/java/src/gen/resources/ |
| tftypes.csv | 2 Float,y,float,y,0f,32-bit single precision floating point number 3 Double,y,double,y,0.0,64-bit double precision floating point number 9 Complex64,n,,n,,single-precision complex number 19 Complex128,n,,n,,double-precision complex number
|
| /frameworks/base/core/res/res/raw/ |
| color_fade_frag.frag | 3 precision mediump float;
|
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
| dir | 18 * gmp: (gmp). GNU Multiple Precision Arithmetic Library. 21 * libquadmath: (libquadmath). GCC Quad-Precision Math Library 24 * mpc: (mpc)Multiple Precision Complex Library. 35 * mpfr: (mpfr). Multiple Precision Floating-Point Reliable
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| double_const.py | 4 # precision depending on whether Python was loading a module for the first 8 # double_const.pyc, it fails. This indicates a woeful loss of precision in 10 # produce enough digits to get reasonable precision for this box. 27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| double_const.py | 4 # precision depending on whether Python was loading a module for the first 8 # double_const.pyc, it fails. This indicates a woeful loss of precision in 10 # produce enough digits to get reasonable precision for this box. 27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
|