| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | comparison_chain.rs | 206 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/ |
| D | mod.rs | 301 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/ |
| D | float.rs | 32 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/ |
| D | funky_arms.rs | 36 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/ |
| D | manual_saturating_arithmetic.rs | 142 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/ |
| D | LEB128.cpp | 31 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/ |
| D | apply_proximal_adagrad_fp32.c | 20 int Sign(float x) { in Sign() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | CmpInstAnalysis.cpp | 42 Constant *llvm::getPredForICmpCode(unsigned Code, bool Sign, Type *OpTy, in getPredForICmpCode()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/ |
| D | range_cpu_kernel.cc | 27 T Sign(T num) { in Sign() function
|
| D | apply_adagrad_da_cpu_kernel.cc | 95 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/ |
| D | range.cc | 37 T Sign(T num) { in Sign() function
|
| /third_party/rust/rust/library/core/tests/num/flt2dec/ |
| D | mod.rs | 505 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/ |
| D | sequence_make_range_cpu_kernel.cc | 30 T Sign(T num) { in Sign() function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMAddressingModes.h | 633 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/ |
| D | double-conversion-ieee.h | 181 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/ |
| D | AArch64AddressingModes.h | 346 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/ |
| D | ieee.h | 175 int Sign() const { in Sign() function 374 int Sign() const { in Sign() function
|
| /third_party/skia/m133/third_party/externals/icu/source/i18n/ |
| D | double-conversion-ieee.h | 189 int Sign() const { in Sign() function 388 int Sign() const { in Sign() function
|
| /third_party/icu/icu4c/source/i18n/ |
| D | double-conversion-ieee.h | 189 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/ |
| D | apply_adagrad_d_a_impl.cu | 52 __device__ __forceinline__ T Sign(T num) { in Sign() function
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-db/src/syntax_helpers/ |
| D | format_string.rs | 44 Sign, enumerator
|
| /third_party/openhitls/testcode/benchmark/ |
| D | benchmark.h | 96 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/ |
| D | fused_sparse_utils.cc | 21 int Sign(float x) { in Sign() function
|
| /third_party/rust/crates/cxx/syntax/ |
| D | discriminant.rs | 24 enum Sign { enum
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | APFloat.h | 301 static IEEEFloat copySign(IEEEFloat Value, const IEEEFloat &Sign) { in copySign() 979 static APFloat copySign(APFloat Value, const APFloat &Sign) { in copySign()
|