Home
last modified time | relevance | path

Searched defs:Sign (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/rust/rust/src/tools/clippy/tests/ui/
Dcomparison_chain.rs206 enum Sign { enum
212 impl Sign { implementation
224 const fn sign_i8(n: i8) -> Sign { in sign_i8()
/third_party/rust/rust/library/core/src/num/flt2dec/
Dmod.rs301 pub enum Sign { enum
310 fn determine_sign(sign: Sign, decoded: &FullDecoded, negative: bool) -> &'static str { in determine_sign()
352 sign: Sign, in to_shortest_str()
426 sign: Sign, in to_shortest_exp_str()
518 sign: Sign, in to_exact_exp_str()
594 sign: Sign, in to_exact_fixed_str()
/third_party/rust/rust/library/core/src/fmt/
Dfloat.rs32 sign: flt2dec::Sign, in float_to_decimal_common_exact()
58 sign: flt2dec::Sign, in float_to_decimal_common_shortest()
103 sign: flt2dec::Sign, in float_to_exponential_common_exact()
131 sign: flt2dec::Sign, in float_to_exponential_common_shortest()
/third_party/rust/rust/tests/mir-opt/
Dfunky_arms.rs36 sign: flt2dec::Sign, in float_to_exponential_common_exact()
50 sign: flt2dec::Sign, in float_to_exponential_common_shortest()
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/methods/
Dmanual_saturating_arithmetic.rs142 enum Sign { enum
147 fn lit_sign(expr: &hir::Expr<'_>) -> Option<Sign> { in lit_sign()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLEB128.cpp31 int Sign = Value >> (8 * sizeof(Value) - 1); in getSLEB128Size() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32_grad/
Dapply_proximal_adagrad_fp32.c20 int Sign(float x) { in Sign() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Drange_cpu_kernel.cc27 T Sign(T num) { in Sign() function
Dapply_adagrad_da_cpu_kernel.cc95 T Sign(T num) { in Sign() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Drange.cc37 T Sign(T num) { in Sign() function
/third_party/rust/rust/library/core/tests/num/flt2dec/
Dmod.rs505 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_shortest_str_test()
593 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, exp_bounds: (i16, i16), upper: bool) -> String in to_shortest_exp_str_test()
692 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, ndigits: usize, upper: bool) -> String in to_exact_exp_str_test()
948 fn to_string<T, F>(f: &mut F, v: T, sign: Sign, frac_digits: usize) -> String in to_exact_fixed_str_test()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/sequence/
Dsequence_make_range_cpu_kernel.cc30 T Sign(T num) { in Sign() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
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/icu/source/i18n/
Ddouble-conversion-ieee.h181 int Sign() const { in Sign() function
367 int Sign() const { in Sign() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64AddressingModes.h346 uint8_t Sign = (Imm >> 7) & 0x1; in getFPImmFloat() local
368 uint32_t Sign = Imm.lshr(15).getZExtValue() & 1; in getFP16Imm() local
394 uint32_t Sign = Imm.lshr(31).getZExtValue() & 1; in getFP32Imm() local
422 uint64_t Sign = Imm.lshr(63).getZExtValue() & 1; in getFP64Imm() local
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dieee.h175 int Sign() const { in Sign() function
374 int Sign() const { in Sign() function
/third_party/skia/m133/third_party/externals/icu/source/i18n/
Ddouble-conversion-ieee.h189 int Sign() const { in Sign() function
388 int Sign() const { in Sign() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-ieee.h189 int Sign() const { in Sign() function
388 int Sign() const { in Sign() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dapply_adagrad_d_a_impl.cu52 __device__ __forceinline__ T Sign(T num) { in Sign() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/
Dformat_string.rs44 Sign, enumerator
/third_party/openhitls/testcode/benchmark/
Dbenchmark.h96 typedef int32_t (*Sign)(void *ctx, BenchCtx *bench); typedef
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/utils/
Dfused_sparse_utils.cc21 int Sign(float x) { in Sign() function
/third_party/rust/crates/cxx/syntax/
Ddiscriminant.rs24 enum Sign { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h301 static IEEEFloat copySign(IEEEFloat Value, const IEEEFloat &Sign) { in copySign()
979 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()

1234