Home
last modified time | relevance | path

Searched defs:Sign (Results 1 - 25 of 57) sorted by relevance

123

/third_party/node/lib/internal/crypto/
H A Dsig.js54 function Sign(algorithm, options) { class
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLEB128.cpp31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DCmpInstAnalysis.cpp42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp104 int Sign = 1; in inc() local
/third_party/protobuf/src/google/protobuf/stubs/
H A Dmathutil.h83 static T Sign(T value) { in Sign() function in google::protobuf::MathUtil
/third_party/node/deps/v8/src/base/numbers/
H A Ddouble.h114 int Sign() const { in Sign() function in v8::base::Double
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Ddiscriminant.rs24 enum Sign { enum
[all...]
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Ddiscriminant.rs24 enum Sign { enum
[all...]
/third_party/rust/crates/cxx/macro/src/syntax/
H A Ddiscriminant.rs24 enum Sign { enum
[all...]
/third_party/rust/crates/cxx/syntax/
H A Ddiscriminant.rs24 enum Sign { enum
[all...]
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Ddiscriminant.rs24 enum Sign { enum
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dieee.h175 int Sign() const { in Sign() function in double_conversion::Double
374 int Sign() const { in Sign() function in double_conversion::Single
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-ieee.h189 int Sign() const { in Sign() function in double_conversion::Double
388 int Sign() const { in Sign() function in double_conversion::Single
/third_party/node/src/crypto/
H A Dcrypto_sig.h48 class Sign : public SignBase { class
H A Dcrypto_sig.cc325 Sign::Sign(Environment* env, Local<Object> wrap) : SignBase(env, wrap) { in Sign() function in node::crypto::Sign
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-ieee.h189 int Sign() const { in Sign() function in double_conversion::Double
388 int Sign() const { in Sign() function in double_conversion::Single
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-ieee.h181 int Sign() const { in Sign() function in double_conversion::Double
367 int Sign() const { in Sign() function in double_conversion::Single
/third_party/json/tests/thirdparty/Fuzzer/
H A DFuzzerDriver.cpp116 long Sign = 1; in MyStol() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
H A DARCOptAddrMode.cpp124 int64_t Sign = 1; in isAddConstantOp() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h633 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local
654 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local
680 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local
708 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H A DDwarf.cpp232 StringRef llvm::dwarf::DecimalSignString(unsigned Sign) { in DecimalSignString() argument
/third_party/node/deps/v8/src/numbers/
H A Dconversions.cc674 enum class Sign { kNone, kNegative, kPositive }; in InternalStringToDouble() class
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderPackingFunctionTests.cpp696 enum Sign enum in vkt::shaderexecutor::UnpackHalf2x16CaseInstance
/third_party/skia/src/sksl/dsl/
H A DDSLCore.cpp655 DSLExpression Sign(DSLExpression x, PositionInfo pos) { in Sign() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h301 static IEEEFloat copySign(IEEEFloat Value, const IEEEFloat &Sign) { in copySign() argument
979 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign() argument

Completed in 25 milliseconds

123