| /third_party/node/deps/v8/src/temporal/ |
| H A D | temporal-parser.h | 89 int64_t sign; // Sign production member
|
| /third_party/mesa3d/src/gallium/drivers/lima/ |
| H A D | lima_texture.h | 115 float sign = 1.0; in lima_fixed8_to_float() local
|
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_format_float.c | 206 LLVMValueRef sign; in lp_build_float_to_smallfloat() local 291 LLVMValueRef wasinfnan, tmp, res, shift, maskabs, srcabs, sign; lp_build_smallfloat_to_float() local [all...] |
| /third_party/skia/samplecode/ |
| H A D | SampleVariableWidthStroker.cpp | 76 int sign = 1; in extremumWeight() local
|
| /third_party/skia/src/core/ |
| H A D | SkMathPriv.h | 58 static inline int32_t SkApplySign(int32_t n, int32_t sign) { in SkApplySign() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderArithmetic.cpp | 182 auto sign = out & NthBit32(count - one); in EmitUnaryOp() local 289 auto sign = src.Int(i) & SIMD::Int(0x80000000); in EmitUnaryOp() local
|
| /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
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/ |
| H A D | ets_intrinsics_helpers.cpp | 104 Sign sign = Sign::NONE; in StringToDouble() local [all...] |