Home
last modified time | relevance | path

Searched defs:sign (Results 326 - 350 of 772) sorted by relevance

1...<<11121314151617181920>>...31

/third_party/node/deps/v8/src/temporal/
H A Dtemporal-parser.h89 int64_t sign; // Sign production member
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_texture.h115 float sign = 1.0; in lima_fixed8_to_float() local
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_float.c206 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 DSampleVariableWidthStroker.cpp76 int sign = 1; in extremumWeight() local
/third_party/skia/src/core/
H A DSkMathPriv.h58 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 DSpirvShaderArithmetic.cpp182 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 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
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/helpers/
H A Dets_intrinsics_helpers.cpp104 Sign sign = Sign::NONE; in StringToDouble() local
[all...]

Completed in 29 milliseconds

1...<<11121314151617181920>>...31