HomeSort by relevance Sort by last modified time
    Searched refs:prec (Results 151 - 174 of 174) sorted by null

1 2 3 4 5 67

  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 228 bool isoperator = false, unsigned prec = 0)
229 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 247 bool isoperator = false, unsigned prec = 0)
248 : Name(name), Args(args), isOperator(isoperator), Precedence(prec) {}
    [all...]
  /external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
dwt.c 520 void opj_dwt_calc_explicit_stepsizes(opj_tccp_t * tccp, OPJ_UINT32 prec) {
537 opj_dwt_encode_stepsize((OPJ_INT32) floor(stepsize * 8192.0), (OPJ_INT32)(prec + gain), &tccp->stepsizes[bandno]);
  /external/deqp/modules/glshared/
glsShaderLibraryCase.cpp     [all...]
  /external/eigen/Eigen/src/Geometry/
Transform.h 585 * determined by \a prec.
588 bool isApprox(const Transform& other, const typename NumTraits<Scalar>::Real& prec = NumTraits<Scalar>::dummy_precision()) const
589 { return m_matrix.isApprox(other.m_matrix, prec); }
    [all...]
  /external/deqp/modules/gles2/functional/
es2fUniformApiTests.cpp 332 const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
333 res->m_uniforms.push_back(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(type, prec)));
340 const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
341 res->m_uniforms.push_back(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(glu::VarType(type, prec), 3)));
    [all...]
es2fShaderOperatorTests.cpp 438 Precision prec = isBoolVal || (isIntVal && spec.precision == PRECISION_LOWP) ? PRECISION_MEDIUMP : spec.precision; local
439 inputPrecision[i] = getPrecisionName(prec);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fUniformApiTests.cpp 398 const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
399 res->m_uniforms.push_back(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(type, prec)));
406 const glu::Precision prec = glu::isDataTypeBoolOrBVec(type) ? glu::PRECISION_LAST : glu::PRECISION_MEDIUMP;
407 res->m_uniforms.push_back(Uniform((string("u_var") + nameSuffix).c_str(), glu::VarType(glu::VarType(type, prec), 3)));
    [all...]
es3fShaderOperatorTests.cpp 711 Precision prec = isBoolVal ? PRECISION_MEDIUMP local
714 inputPrecision[i] = getPrecisionName(prec);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dtypes.h 32 #define D3DVALP(val, prec) ((float)(val))
    [all...]
  /external/libvpx/libvpx/build/make/
configure.sh 1089 enabled x86_64 && add_cflags -ipo -static -O3 -no-prec-div
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
configure.sh 1066 enabled x86_64 && add_cflags -ipo -static -O3 -no-prec-div
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/bison/tests/
testsuite 614 22;input.at:930;%prec takes a token;;
615 23;input.at:951;%prec's token must be defined;;
784 192;conflicts.at:971;%prec with user string;;
785 193;conflicts.at:988;%no-default-prec without %prec;;
786 194;conflicts.at:1014;%no-default-prec with %prec;;
787 195;conflicts.at:1038;%default-prec;;
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 1872 milliseconds

1 2 3 4 5 67