Searched refs:construct (Results 126 - 150 of 170) sorted by relevance

1234567

/external/deqp/modules/gles3/functional/
H A Des3fShaderPackingFunctionTests.cpp566 v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloat();
671 const deUint16 value = tcu::Float16::construct(s, exp ? exp : 1 /* avoid denorm */, (deUint16)((1u<<10) | mantissa)).bits();
H A Des3fShaderCommonFunctionTests.cpp116 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
118 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat());
133 return tcu::Float32::construct(+1, exp, (1u<<23) | ulpDiff).asFloat() - tcu::Float32::construct(+1, exp, 1u<<23).asFloat();
/external/bison/
H A Dmaint.mk202 # This macro searches for a given construct in the selected files and
209 # Regular expression (ERE) denoting either a forbidden construct
210 # or a required construct. Those arguments are exclusive.
215 # a prohibit construct. For example, this can be used to exclude
217 # construct instead of the simpler prohibited construct.
311 : Check for the construct; \
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp124 return getUlpDiff(tcu::Float32::construct(tcu::Float32(b).sign(), 0, 0).asFloat(), b);
126 return getUlpDiff(a, tcu::Float32::construct(tcu::Float32(a).sign(), 0, 0).asFloat());
141 return tcu::Float32::construct(+1, exp, (1u<<23) | ulpDiff).asFloat() - tcu::Float32::construct(+1, exp, 1u<<23).asFloat();
381 *significand = tcu::Float32::construct(fpValue.sign(), -1, fpValue.mantissa()).asFloat();
401 return tcu::Float32::construct(mant.sign(), exponent+mant.exponent(), mant.mantissa()).asFloat();
2170 const float in0 = tcu::Float32::construct(sign, fpExp, mantissa).asFloat();
H A DvktShaderPackingFunctionTests.cpp638 v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloat();
758 const deUint16 value = tcu::Float16::construct(s, exp ? exp : 1 /* avoid denorm */, (deUint16)((1u<<10) | mantissa)).bits();
/external/boringssl/src/crypto/fipsmodule/modes/asm/
H A Dghashv8-armx.pl307 vext.8 $IN,$t0,$t0,#8 @ re-construct $IN
308 adds $len,$len,#32 @ re-construct $len
309 veor $Xl,$Xl,$Xh @ re-construct $Xl
/external/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp879 PathDiagnosticCallPiece::construct(const ExplodedNode *N, function in class:PathDiagnosticCallPiece
890 PathDiagnosticCallPiece::construct(PathPieces &path, function in class:PathDiagnosticCallPiece
H A DBugReporter.cpp578 PathDiagnosticCallPiece::construct(N, *CE, SMgr);
602 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
1419 PathDiagnosticCallPiece::construct(N, *CE, SM);
1456 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
1668 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
1725 PathDiagnosticCallPiece::construct(N, *CE, SM);
3048 // Now take the pieces and construct a new PathDiagnostic.
/external/e2fsprogs/lib/support/
H A Ddict.c1295 static void construct(dict_t *d) function
1470 construct(d);
/external/deqp/modules/gles31/functional/
H A Des31fShaderPackingFunctionTests.cpp570 v[c] = tcu::Float32::construct(s, exp ? exp : 1 /* avoid denormals */, (1u<<23) | mantissa).asFloat();
675 const deUint16 value = tcu::Float16::construct(s, exp ? exp : 1 /* avoid denorm */, (deUint16)((1u<<10) | mantissa)).bits();
/external/libunwind/doc/
H A Dlibunwind-ia64.tex29 latter is useful for stringification purposes and to construct
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Dwizard.rb180 A class that is used internally by AST::Wizard to construct AST tree objects
/external/deqp/framework/common/
H A DtcuRasterizationVerifier.cpp210 return tcu::Float32::construct(+1, valueExponent, (1u<<23) + (ulp << (23 - 10))).asFloat() - tcu::Float32::construct(+1, valueExponent, (1u<<23)).asFloat();
241 if (value > 0.0f && value < tcu::Float32::construct(+1, -14, 1u<<23).asFloat())
250 if (value < 0.0f && value > tcu::Float32::construct(-1, -14, 1u<<23).asFloat())
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp979 return tcu::Float32::construct(+1, maxExponent - 23, 1 << 23).asFloat();
989 return tcu::Float32::construct(+1, -numBits, 1 << 23).asFloat();
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp390 construct(kShort, (EStyle) (kShort + kDateOffset), fLocale, status);
544 construct(timeStyle, dateStyle, fLocale, status);
692 void SimpleDateFormat::construct(EStyle timeStyle, function in class:SimpleDateFormat
/external/v8/src/builtins/mips/
H A Dbuiltins-mips.cc579 // Enter a construct frame.
692 // Leave construct frame.
1255 // Tail call to the function-specific construct stub (still in the caller
2289 Label construct; local
2291 __ Branch(&construct, ne, a3, Operand(at));
2293 __ bind(&construct);
2880 // Tail call to the function-specific construct stub (still in the caller
/external/v8/src/builtins/mips64/
H A Dbuiltins-mips64.cc577 // Enter a construct frame.
686 // Leave construct frame.
1246 // Tail call to the function-specific construct stub (still in the caller
2320 Label construct; local
2322 __ Branch(&construct, ne, a3, Operand(at));
2324 __ bind(&construct);
2904 // Tail call to the function-specific construct stub (still in the caller
/external/clang/lib/CodeGen/
H A DCGCall.cpp272 // needed to construct a virtual base (or base class thereof).
1310 construct(Context, FI, OnlyRequiredArgs);
1345 void construct(const ASTContext &Context, const CGFunctionInfo &FI,
1349 void ClangToLLVMArgMapping::construct(const ASTContext &Context,
4055 // construct the appropriate return value for our caller.
H A DCGObjC.cpp823 if (const CXXConstructExpr *construct = dyn_cast<CXXConstructExpr>(getter))
824 return (construct->getConstructor()->isTrivial());
/external/dtc/Documentation/
H A Ddtc-paper.tex385 it's possible to hand construct the necessary blob by hand, but doing
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/v8/src/
H A Dbootstrapper.cc2762 Handle<JSFunction> construct = local
2765 native_context()->set_reflect_construct(*construct);
/external/avb/
H A Davbtool548 key = Crypto.PublicKey.RSA.construct((modulus, long(exponent)))
/external/bison/build-aux/
H A Dtexinfo.tex267 % A mark contains a subexpression of the \ifcase ... \fi construct.
632 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
730 % good page breaking, for example.) However, I could not construct an
5278 % construct for the sake of pdftex, which needs the actual
8563 % node and anchor labels. And \xrdef uses it to construct the
/external/libmicrohttpd/doc/
H A Dtexinfo.tex268 % A mark contains a subexpression of the \ifcase ... \fi construct.
633 % it in a TeX vbox. We use \vtop instead of \vbox to construct the box
731 % good page breaking, for example.) However, I could not construct an
5279 % construct for the sake of pdftex, which needs the actual
8564 % node and anchor labels. And \xrdef uses it to construct the

Completed in 4116 milliseconds

1234567