Home
last modified time | relevance | path

Searched refs:prec1 (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramUniformTests.cpp395 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct() local
399 structType->addMember("m1", glu::VarType(type1, prec1)); in basicStruct()
403 structType->addMember("m3", glu::VarType(glu::VarType(type1, prec1), 3)); in basicStruct()
423 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs() local
429 subSubStructType->addMember("mss1", glu::VarType(type1, prec1)); in nestedArraysStructs()
431 subStructType->addMember("ms0", glu::VarType(type1, prec1)); in nestedArraysStructs()
437 structType->addMember("m2", glu::VarType(type1, prec1)); in nestedArraysStructs()
/external/crcalc/src/com/hp/creals/
DCR.java1190 int prec1 = p - msd_op2 - 3; // Precision needed for op1. in approximate() local
1191 BigInteger appr1 = op1.get_appr(prec1); in approximate()
1192 int scale_digits = prec1 + prec2 - p; in approximate()
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp349 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct() local
353 structType->addMember("m1", glu::VarType(type1, prec1)); in basicStruct()
357 structType->addMember("m3", glu::VarType(glu::VarType(type1, prec1), 3)); in basicStruct()
377 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs() local
383 subSubStructType->addMember("mss1", glu::VarType(type1, prec1)); in nestedArraysStructs()
385 subStructType->addMember("ms0", glu::VarType(type1, prec1)); in nestedArraysStructs()
391 structType->addMember("m2", glu::VarType(type1, prec1)); in nestedArraysStructs()
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp415 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECIS… in basicStruct() local
419 structType->addMember("m1", glu::VarType(type1, prec1)); in basicStruct()
423 structType->addMember("m3", glu::VarType(glu::VarType(type1, prec1), 3)); in basicStruct()
443 …const glu::Precision prec1 = glu::isDataTypeBoolOrBVec(type1) ? glu::PRECISION_LAST : glu::PRECI… in nestedArraysStructs() local
449 subSubStructType->addMember("mss1", glu::VarType(type1, prec1)); in nestedArraysStructs()
451 subStructType->addMember("ms0", glu::VarType(type1, prec1)); in nestedArraysStructs()
457 structType->addMember("m2", glu::VarType(type1, prec1)); in nestedArraysStructs()