/external/chromium_org/third_party/skia/src/gpu/gl/ |
D | GrGLShaderVar.h | 39 enum Precision { enum 71 Precision precision = kDefault_Precision) { 107 Precision precision = kDefault_Precision, 126 Precision precision = kDefault_Precision, 146 Precision precision = kDefault_Precision, 166 Precision precision = kDefault_Precision, 239 Precision getPrecision() const { return fPrecision; } in getPrecision() 244 void setPrecision(Precision p) { fPrecision = p; } in setPrecision() 305 static const char* PrecisionString(Precision p, GrGLBinding binding) { in PrecisionString() 353 Precision fPrecision;
|
D | GrGLShaderBuilder.cpp | 28 static const GrGLShaderVar::Precision kDefaultFragmentPrecision = GrGLShaderVar::kMedium_Precision; 473 inline void append_default_precision_qualifier(GrGLShaderVar::Precision p, in append_default_precision_qualifier()
|
/external/skia/src/gpu/gl/ |
D | GrGLShaderVar.h | 39 enum Precision { enum 71 Precision precision = kDefault_Precision) { 107 Precision precision = kDefault_Precision, 126 Precision precision = kDefault_Precision, 146 Precision precision = kDefault_Precision, 166 Precision precision = kDefault_Precision, 239 Precision getPrecision() const { return fPrecision; } in getPrecision() 244 void setPrecision(Precision p) { fPrecision = p; } in setPrecision() 305 static const char* PrecisionString(Precision p, GrGLBinding binding) { in PrecisionString() 353 Precision fPrecision;
|
D | GrGLShaderBuilder.cpp | 28 static const GrGLShaderVar::Precision kDefaultFragmentPrecision = GrGLShaderVar::kMedium_Precision; 473 inline void append_default_precision_qualifier(GrGLShaderVar::Precision p, in append_default_precision_qualifier()
|
/external/mesa3d/src/mesa/program/ |
D | program_parse_extra.c | 44 inst->Precision = FLOAT32; in _mesa_parse_instruction_suffix() 53 inst->Precision = FLOAT16; in _mesa_parse_instruction_suffix() 57 inst->Precision = FLOAT32; in _mesa_parse_instruction_suffix() 61 inst->Precision = FIXED12; in _mesa_parse_instruction_suffix()
|
D | prog_instruction.h | 385 GLuint Precision:3; member
|
D | prog_instruction.c | 59 inst[i].Precision = FLOAT32; in _mesa_init_instructions()
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | program_parse_extra.c | 44 inst->Precision = FLOAT32; in _mesa_parse_instruction_suffix() 53 inst->Precision = FLOAT16; in _mesa_parse_instruction_suffix() 57 inst->Precision = FLOAT32; in _mesa_parse_instruction_suffix() 61 inst->Precision = FIXED12; in _mesa_parse_instruction_suffix()
|
D | prog_instruction.h | 385 GLuint Precision:3; member
|
D | prog_instruction.c | 59 inst[i].Precision = FLOAT32; in _mesa_init_instructions()
|
/external/dropbear/libtommath/ |
D | tommath.out | 2 \BOOKMARK [1][-]{section.1.1}{Multiple Precision Arithmetic}{chapter.1} 3 \BOOKMARK [2][-]{subsection.1.1.1}{What is Multiple Precision Arithmetic?}{section.1.1} 4 \BOOKMARK [2][-]{subsection.1.1.2}{The Need for Multiple Precision Arithmetic}{section.1.1} 5 \BOOKMARK [2][-]{subsection.1.1.3}{Benefits of Multiple Precision Arithmetic}{section.1.1} 9 \BOOKMARK [2][-]{subsection.1.3.2}{Precision Notation}{section.1.3} 25 \BOOKMARK [1][-]{section.2.2}{What is a Multiple Precision Integer?}{chapter.2} 33 \BOOKMARK [2][-]{subsection.2.6.1}{Augmenting an mp\137int's Precision}{section.2.6} 34 \BOOKMARK [2][-]{subsection.2.6.2}{Initializing Variable Precision mp\137ints}{section.2.6}
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | Decimal.cpp | 47 static int const Precision = 18; variable 214 ASSERT(n < Precision); in scaleUp() 583 const int overflow = numberOfLHSDigits + lhsShiftAmount - Precision; in alignOperands() 597 const int overflow = numberOfRHSDigits + rhsShiftAmount - Precision; in alignOperands() 733 if (numberOfDigits < Precision) { in fromString() 749 if (numberOfDigits < Precision) { in fromString() 764 if (numberOfDigits < Precision) { in fromString() 801 if (exponent > ExponentMax + Precision) { in fromString() 887 if (overflow + numberOfDigits - numberOfDigitsAfterDot > Precision) in fromString()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | FormatString.h | 417 OptionalAmount Precision; variable 463 Precision = Amt; in setPrecision() 464 Precision.setUsesDotPrefix(); in setPrecision() 468 return Precision; in getPrecision()
|
/external/eigen/cmake/ |
D | FindGMP.cmake | 1 # Try to find the GNU Multiple Precision Arithmetic Library (GMP)
|
/external/llvm/lib/Target/ARM/ |
D | ARMScheduleV6.td | 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
|
D | ARMScheduleA8.td | 285 // Single-Precision FP to Integer Convert 289 // Double-Precision FP to Integer Convert 294 // Integer to Single-Precision FP Convert 298 // Integer to Double-Precision FP Convert
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 256 ctx->Const.FragmentProgram.MediumFloat.Precision = 23; in i915CreateContext() 261 ctx->Const.FragmentProgram.MediumInt.Precision = 0; in i915CreateContext()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
D | i915_context.c | 256 ctx->Const.FragmentProgram.MediumFloat.Precision = 23; in i915CreateContext() 261 ctx->Const.FragmentProgram.MediumInt.Precision = 0; in i915CreateContext()
|
/external/clang/lib/Analysis/ |
D | PrintfFormatString.cpp | 410 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType() 532 Precision.setHowSpecified(OptionalAmount::NotSpecified); in fixType() 576 Precision.toString(os); in toString() 721 if (Precision.getHowSpecified() == OptionalAmount::NotSpecified) in hasValidPrecision()
|
/external/llvm/include/llvm/IR/ |
D | IntrinsicsARM.td | 340 // Vector Conversions Between Half-Precision and Single-Precision.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 266 ctx->Const.FragmentProgram.LowInt.Precision = 0; in brwCreateContext()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_context.c | 266 ctx->Const.FragmentProgram.LowInt.Precision = 0; in brwCreateContext()
|
/external/mesa3d/src/mesa/main/ |
D | context.c | 530 prog->MediumFloat.Precision = 23; in init_program_limits() 541 prog->MediumInt.Precision = 0; in init_program_limits()
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
D | context.c | 530 prog->MediumFloat.Precision = 23; in init_program_limits() 541 prog->MediumInt.Precision = 0; in init_program_limits()
|
/external/openssh/ |
D | OVERVIEW | 40 Multiple Precision Integer Library
|