Home
last modified time | relevance | path

Searched defs:isBinary (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DInfoSink.h128 bool isBinary() const { return !binarySink.empty(); } in isBinary() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTwine.h207 bool isBinary() const { in isBinary() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DTwine.h208 bool isBinary() const { in isBinary() function
/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
/third_party/decimal.js/
Ddecimal.mjs116 isBinary = /^0b([01]+(\.[01]*)?|\.[01]+)(p[+-]?\d+)?$/i, variable
/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()
/third_party/node/tools/lint-md/
Dlint-md.mjs22200 function isBinary(obj) { function