Home
last modified time | relevance | path

Searched defs:sign (Results 376 - 400 of 883) sorted by relevance

1...<<11121314151617181920>>...36

/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dscalar_analysis_simplification.cpp184 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 Dscalar_analysis_simplification.cpp184 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 Djdarith.c255 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 Denc_mips32.c194 int sign, coeff, level, i; in QuantizeBlock_MIPS32() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-string-to-double.cpp176 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 Dranddec.py54 def sign(): function
[all...]
/third_party/skia/third_party/skcms/
H A Dskcms.cc199 float sign = x < 0 ? -1.0f : 1.0f; in skcms_TransferFunction_eval() local
[all...]
/third_party/tzdata/
H A Dstrftime.c524 char const * sign; in _fmt() local
/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-memop-immediate-512-a32.cc137 Sign sign; member
3387 Sign sign = kTests[i].operands.sign; in TestHelper() local
H A Dtest-simulator-cond-rd-memop-immediate-8192-a32.cc137 Sign sign; member
3387 Sign sign = kTests[i].operands.sign; in TestHelper() local
H A Dtest-simulator-cond-rd-memop-rs-a32.cc141 Sign sign; member
3398 Sign sign = kTests[i].operands.sign; in TestHelper() local
/third_party/python/Python/
H A Dpyhash.c94 int e, sign; in _Py_HashDouble() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Darg.cc233 string_view sign = SignColumn(as_digits.is_negative(), conv); in ConvertIntImplInnerSlow() local
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dlib.rs179 pub mod sign; modules
H A Dcms.rs172 pub fn sign<T>( in sign() functions
/third_party/spirv-tools/source/opt/
H A Dscalar_analysis_simplification.cpp183 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 DtcuFloat.hpp121 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 DtcuVectorUtil.hpp68 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 Dtraps.c648 unsigned long sign = (s_mem >> 31) & 0x1; in s_mem_to_reg() local
/kernel/linux/linux-5.10/arch/arm/vfp/
H A Dvfp.h151 u16 sign; member
256 u16 sign; member
/kernel/linux/linux-6.6/arch/alpha/kernel/
H A Dtraps.c646 unsigned long sign = (s_mem >> 31) & 0x1; in s_mem_to_reg() local
/kernel/linux/linux-6.6/arch/arm/vfp/
H A Dvfp.h151 u16 sign; member
256 u16 sign; member
/kernel/linux/linux-5.10/drivers/net/ethernet/cadence/
H A Dmacb_ptp.c156 u32 adj, sign = 0; in gem_ptp_adjtime() local
/kernel/linux/linux-5.10/drivers/net/usb/
H A Dcdc_mbim.c224 __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 Dhantro_vp9.h10 u8 sign[2]; member
69 u32 sign[2][2]; member

Completed in 29 milliseconds

1...<<11121314151617181920>>...36