/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
|
/third_party/ffmpeg/libavcodec/ |
H A D | aptx.c | 469 int32_t sign, same_sign[2], weight[2], sw1, range; in aptx_process_subband() local
|
H A D | alac.c | 226 int sign; in lpc_prediction() local
|
H A D | msmpeg4dec.c | 79 int code, val, sign, shift; in msmpeg4v2_decode_motion() local 736 int sign; in ff_msmpeg4_decode_block() local
|
H A D | msmpeg4enc.c | 341 int range, bit_size, sign, code, bits; in msmpeg4v2_encode_motion() local 497 int sign, code; in msmpeg4_encode_dc() local 562 int last_non_zero, sign, slevel; in ff_msmpeg4_encode_block() local [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_blurdetect.c | 129 int sign; in edge_width() local
|
/third_party/ffmpeg/libavformat/ |
H A D | avc.c | 364 int sign = -(v & 1); in get_se_golomb() local
|
/third_party/glfw/examples/ |
H A D | heightmap.c | 294 float sign; in generate_heightmap__circle() local
|
/third_party/FreeBSD/contrib/gdtoa/ |
H A D | strtodg.c | 327 int j, k, nbits, nd, nd0, nf, nz, nz0, rd, rvbits, rve, rve1, sign; local [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | number_fluent.cpp | 236 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style) const& { in sign() function in NumberFormatterSettings 243 Derived NumberFormatterSettings<Derived>::sign(UNumberSignDisplay style)&& { in sign() function in NumberFormatterSettings
|
/third_party/libsnd/src/G72x/ |
H A D | g72x.c | 378 reconstruct( int sign, int dqln, int y) reconstruct() argument
|
/third_party/jerryscript/jerry-core/ecma/base/ |
H A D | ecma-helpers-conversion.c | 408 bool sign = false; /* positive */ in ecma_utf8_string_to_number() local 767 const bool sign = ecma_number_is_negative (num); in ecma_number_to_uint32() local [all...] |
H A D | ecma-helpers-number.c | 52 ecma_number_pack (bool sign, /**< sign */ in ecma_number_pack() argument 115 ecma_number_pack(bool sign, uint32_t biased_exp, uint64_t fraction) ecma_number_pack() argument 208 bool sign; ecma_number_get_sign_field() local 266 ecma_number_make_infinity(bool sign) ecma_number_make_infinity() argument 436 ecma_number_make_from_sign_mantissa_and_exponent(bool sign, uint64_t mantissa, int32_t exponent) ecma_number_make_from_sign_mantissa_and_exponent() argument 602 const bool sign = ecma_number_is_negative (num); ecma_number_trunc() local 747 int sign = 1; ecma_number_parse_int() local 918 bool sign = false; ecma_number_parse_float() local [all...] |
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_glsl450.c | 350 nir_ssa_def *sign = nir_fsign(nb, src[0]); in handle_glsl450_alu() local 375 nir_ssa_def *sign = nir_fsign(nb, src[0]); in handle_glsl450_alu() local
|
/third_party/mesa3d/src/freedreno/rnn/ |
H A D | rnndec.c | 102 uint32_t sign = ((uint32_t)(val & 0x8000)) << 16; in float16i() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_double_ops.c | 412 nir_ssa_def *sign = nir_iand(b, nir_unpack_64_2x32_split_y(b, src), in lower_round_even() local
|
/third_party/musl/src/crypt/ |
H A D | crypt_blowfish.c | 503 BF_word safety, sign, diff, tmp[2]; in BF_set_key() local [all...] |
/third_party/musl/src/math/ |
H A D | lgammal.c | 227 int sign = u.i.se >> 15; in __lgammal_r() local [all...] |
H A D | lgamma_r.c | 175 int sign,i; in __lgamma_r() local [all...] |
H A D | lgammaf_r.c | 110 int i,sign; in __lgammaf_r() local
|