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

<<31323334353637383940>>

  /device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Ia32/
InitializeFpu.nasm 20 ; all exceptions masked, double-precision, round-to-nearest
37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
  /device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Ia32/
InitializeFpu.asm 21 ; all exceptions masked, double-precision, round-to-nearest
37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
InitializeFpu.s 18 # all exceptions masked, double-precision, round-to-nearest
33 # masked,double-precision, round-to-nearest) and multimedia-extensions control word
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/Ia32/
InitializeFpu.S 17 # all exceptions masked, double-precision, round-to-nearest
30 # masked,double-precision, round-to-nearest) and multimedia-extensions control word
InitializeFpu.asm 21 ; all exceptions masked, double-precision, round-to-nearest
37 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
InitializeFpu.nasm 19 ; all exceptions masked, double-precision, round-to-nearest
34 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseUefiCpuLib/X64/
InitializeFpu.S 19 # masked,double-extended-precision, round-to-nearest) and multimedia-extensions control word
33 # all exceptions masked, double-precision, round-to-nearest
InitializeFpu.asm 19 ; all exceptions masked, double-extended-precision, round-to-nearest
35 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
InitializeFpu.nasm 18 ; all exceptions masked, double-extended-precision, round-to-nearest
34 ; masked,double-precision, round-to-nearest) and multimedia-extensions control word
  /external/compiler-rt/lib/builtins/
floatditf.c 1 //===-- lib/floatditf.c - integer -> quad-precision conversion ----*- C -*-===//
10 // This file implements di_int to quad-precision conversion for the
floatsidf.c 1 //===-- lib/floatsidf.c - integer -> double-precision conversion --*- C -*-===//
10 // This file implements integer to double-precision conversion for the
floatsisf.c 1 //===-- lib/floatsisf.c - integer -> single-precision conversion --*- C -*-===//
10 // This file implements integer to single-precision conversion for the
floatsitf.c 1 //===-- lib/floatsitf.c - integer -> quad-precision conversion ----*- C -*-===//
10 // This file implements integer to quad-precision conversion for the
floatunditf.c 1 //===-- lib/floatunditf.c - uint -> quad-precision conversion -----*- C -*-===//
10 // This file implements du_int to quad-precision conversion for the
floatunsidf.c 1 //===-- lib/floatunsidf.c - uint -> double-precision conversion ---*- C -*-===//
10 // This file implements unsigned integer to double-precision conversion for the
floatunsisf.c 1 //===-- lib/floatunsisf.c - uint -> single-precision conversion ---*- C -*-===//
10 // This file implements unsigned integer to single-precision conversion for the
floatunsitf.c 1 //===-- lib/floatunsitf.c - uint -> quad-precision conversion -----*- C -*-===//
10 // This file implements unsigned integer to quad-precision conversion for the
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_printf.cc 98 static int AppendString(char **buff, const char *buff_end, int precision,
104 if (precision >= 0 && result >= precision)
143 int precision = -1; local
146 precision = va_arg(args, int);
155 // Only %s supports precision for now
156 CHECK(!(precision >= 0 && *cur != 's'));
182 result += AppendString(&buff, buff_end, precision, va_arg(args, char*));
  /external/deqp/modules/gles31/functional/
es31fShaderPackingFunctionTests.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];
151 PackSnorm2x16Case (Context& context, glu::ShaderType shaderType, glu::Precision precision)
152 : ShaderPackingFunctionCase (context, (string("packsnorm2x16") + getPrecisionPostfix(precision) + getShaderTypePostfix(shaderType)).c_str(), "packSnorm2x16", shaderType)
153 , m_precision (precision)
155 m_spec.inputs.push_back(Symbol("in0", glu::VarType(glu::TYPE_FLOAT_VEC2, precision)));
249 glu::Precision m_precision
    [all...]
  /external/eigen/lapack/
dsecnd_NONE.f 11 * DOUBLE PRECISION FUNCTION DSECND( )
38 DOUBLE PRECISION FUNCTION DSECND( )
  /external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/iostream.cons/
streambuf.pass.cpp 38 assert(is.precision() == 6);
51 assert(is.precision() == 6);
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/istream.cons/
streambuf.pass.cpp 38 assert(is.precision() == 6);
51 assert(is.precision() == 6);
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream.cons/
move.pass.cpp 55 assert(os.precision() == 6);
69 assert(os.precision() == 6);
streambuf.pass.cpp 38 assert(os.precision() == 6);
50 assert(os.precision() == 6);
  /external/libcxx/test/std/input.output/iostreams.base/ios/basic.ios.cons/
ctor_streambuf.pass.cpp 31 assert(ios.precision() == 6);
44 assert(ios.precision() == 6);

Completed in 769 milliseconds

<<31323334353637383940>>