/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 184 int64_t sign = negation ? -1 : 1; in AccumulatorsFromMultiply() local 246 int32_t sign = negation ? -1 : 1; in GatherAccumulatorsFromChildNodes() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 184 int64_t sign = negation ? -1 : 1; in AccumulatorsFromMultiply() local 246 int32_t sign = negation ? -1 : 1; in GatherAccumulatorsFromChildNodes() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jdarith.c | 255 int blkn, ci, tbl, sign; in METHODDEF() local 334 int tbl, sign, k; in METHODDEF() local 511 int blkn, ci, tbl, sign, k; METHODDEF() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | enc_mips32.c | 194 int sign, coeff, level, i; in QuantizeBlock_MIPS32() local
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 176 static double SignedZero(bool sign) { in SignedZero() argument 277 RadixStringToIeee(Iterator* current, Iterator end, bool sign, uc16 separator, bool parse_as_hex_float, bool allow_trailing_junk, double junk_string_value, bool read_as_double, bool* result_is_junk) RadixStringToIeee() argument [all...] |
/third_party/python/Modules/_decimal/tests/ |
H A D | randdec.py | 54 def sign(): function [all...] |
/third_party/skia/third_party/skcms/ |
H A D | skcms.cc | 199 float sign = x < 0 ? -1.0f : 1.0f; in skcms_TransferFunction_eval() local [all...] |
/third_party/tzdata/ |
H A D | strftime.c | 524 char const * sign; in _fmt() local
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-memop-immediate-512-a32.cc | 137 Sign sign; member 3387 Sign sign = kTests[i].operands.sign; in TestHelper() local
|
H A D | test-simulator-cond-rd-memop-immediate-8192-a32.cc | 137 Sign sign; member 3387 Sign sign = kTests[i].operands.sign; in TestHelper() local
|
H A D | test-simulator-cond-rd-memop-rs-a32.cc | 141 Sign sign; member 3398 Sign sign = kTests[i].operands.sign; in TestHelper() local
|
/third_party/python/Python/ |
H A D | pyhash.c | 94 int e, sign; in _Py_HashDouble() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | arg.cc | 233 string_view sign = SignColumn(as_digits.is_negative(), conv); in ConvertIntImplInnerSlow() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | lib.rs | 179 pub mod sign; modules
|
H A D | cms.rs | 172 pub fn sign<T>( in sign() functions
|
/third_party/spirv-tools/source/opt/ |
H A D | scalar_analysis_simplification.cpp | 183 int64_t sign = negation ? -1 : 1; in AccumulatorsFromMultiply() local 245 int32_t sign = negation ? -1 : 1; in GatherAccumulatorsFromChildNodes() local
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuFloat.hpp | 121 inline int sign (void) const { return signBit() ? -1 : 1; } in sign() function in tcu::Float 199 zero(int sign) zero() argument 206 inf(int sign) inf() argument 219 largestNormal(int sign) largestNormal() argument 226 smallestNormal(int sign) smallestNormal() argument 234 construct(int sign, int exponent, StorageType mantissa) construct() argument 255 constructBits(int sign, int exponent, StorageType mantissaBits) constructBits() argument [all...] |
H A D | tcuVectorUtil.hpp | 68 inline float sign (float f) { return (f < 0.0f) ? -1.0f : ((f > 0.0f) ? +1.0f : 0.0f); } in sign() function
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | traps.c | 648 unsigned long sign = (s_mem >> 31) & 0x1; in s_mem_to_reg() local
|
/kernel/linux/linux-5.10/arch/arm/vfp/ |
H A D | vfp.h | 151 u16 sign; member 256 u16 sign; member
|
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | traps.c | 646 unsigned long sign = (s_mem >> 31) & 0x1; in s_mem_to_reg() local
|
/kernel/linux/linux-6.6/arch/arm/vfp/ |
H A D | vfp.h | 151 u16 sign; member 256 u16 sign; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/ |
H A D | macb_ptp.c | 156 u32 adj, sign = 0; in gem_ptp_adjtime() local
|
/kernel/linux/linux-5.10/drivers/net/usb/ |
H A D | cdc_mbim.c | 224 __le32 sign = cpu_to_le32(USB_CDC_MBIM_NDP16_IPS_SIGN); in cdc_mbim_tx_fixup() local
|
/kernel/linux/linux-6.6/drivers/media/platform/verisilicon/ |
H A D | hantro_vp9.h | 10 u8 sign[2]; member 69 u32 sign[2][2]; member
|