Home
last modified time | relevance | path

Searched refs:isBinary (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h112 int size() { return static_cast<int>(isBinary() ? binarySink.size() : sink.size()); } in size()
116 ASSERT(!isBinary()); in str()
121 ASSERT(!isBinary()); in c_str()
128 bool isBinary() const { return !binarySink.empty(); } in isBinary() function
132 ASSERT(isBinary()); in getBinary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTwine.h208 bool isBinary() const { in isBinary() function
229 !LHS.twine->isBinary()) in isValid()
232 !RHS.twine->isBinary()) in isValid()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTwine.h207 bool isBinary() const { in isBinary() function
228 !LHS.twine->isBinary()) in isValid()
231 !RHS.twine->isBinary()) in isValid()
/third_party/node/deps/npm/node_modules/es-abstract/
Des2015.js31 var isBinary = bind.call(Function.call, $RegExp.prototype.test, /^0b[01]+$/i); variable
93 if (isBinary(value)) {
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dcompiler_test.cpp86 *translatedCode = infoSink.obj.isBinary() ? kBinaryBlob : infoSink.obj.c_str(); in compileTestShader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCReduceCRLogicals.cpp253 static bool isBinary(MachineInstr &MI) { in isBinary() function
479 if (isBinary(MIParam)) { in createCRLogicalOpInfo()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dninja.py777 isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name)
780 ('binary', isBinary)])
860 isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name)
863 ('binary', isBinary)])
/third_party/node/tools/gyp/pylib/gyp/generator/
Dninja.py901 isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name)
917 ("binary", isBinary),
1010 isBinary = self.xcode_settings.IsBinaryOutputFormat(self.config_name)
1015 variables=[("env", env), ("keys", keys), ("binary", isBinary)],
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1298 bool isBinary, bool isPrecise = false) { in optimizeDoubleFP() argument
1316 V[1] = isBinary ? valueHasFloatPrecision(CI->getArgOperand(1)) : nullptr; in optimizeDoubleFP()
1317 if (!V[0] || (isBinary && !V[1])) in optimizeDoubleFP()
1345 R = isBinary ? B.CreateCall(Fn, V) : B.CreateCall(Fn, V[0]); in optimizeDoubleFP()
1348 R = isBinary ? emitBinaryFloatFnCall(V[0], V[1], CalleeName, B, CalleeAttrs) in optimizeDoubleFP()
/third_party/node/tools/
Dlint-md.mjs9567 function isBinary(obj) { function
9575 predicate: isBinary,