| /external/arm-optimized-routines/math/ |
| D | math_err.c | 26 xflow (uint32_t sign, double y) in xflow() 33 __math_uflow (uint32_t sign) in __math_uflow() 42 __math_may_uflow (uint32_t sign) in __math_may_uflow() 49 __math_oflow (uint32_t sign) in __math_oflow() 55 __math_divzero (uint32_t sign) in __math_divzero()
|
| D | math_errf.c | 26 xflowf (uint32_t sign, float y) in xflowf() 33 __math_uflowf (uint32_t sign) in __math_uflowf() 42 __math_may_uflowf (uint32_t sign) in __math_may_uflowf() 49 __math_oflowf (uint32_t sign) in __math_oflowf() 55 __math_divzerof (uint32_t sign) in __math_divzerof()
|
| /external/arm-optimized-routines/pl/math/ |
| D | math_errf.c | 26 xflowf (uint32_t sign, float y) in xflowf() 33 __math_uflowf (uint32_t sign) in __math_uflowf() 41 __math_may_uflowf (uint32_t sign) in __math_may_uflowf() 47 __math_oflowf (uint32_t sign) in __math_oflowf() 53 __math_divzerof (uint32_t sign) in __math_divzerof()
|
| D | math_err.c | 26 xflow (uint32_t sign, double y) in xflow() 33 __math_uflow (uint32_t sign) in __math_uflow() 41 __math_may_uflow (uint32_t sign) in __math_may_uflow() 47 __math_oflow (uint32_t sign) in __math_oflow() 53 __math_divzero (uint32_t sign) in __math_divzero()
|
| D | erfcf_2u.c | 17 approx_erfcf_hi (float x, uint32_t sign, const double *coeff) in approx_erfcf_hi() 35 approx_erfcf_lo (float x, uint32_t sign, const double *coeff) in approx_erfcf_lo() 76 uint32_t sign = ix >> 31; in erfcf() local
|
| /external/rust/crates/num-bigint/src/bigint/ |
| D | arbitrary.rs | 11 let sign = if positive { Sign::Plus } else { Sign::Minus }; in arbitrary() localVariable 16 let sign = self.sign(); in shrink() localVariable 26 let sign = if positive { Sign::Plus } else { Sign::Minus }; in arbitrary() localVariable 32 let sign = if positive { Sign::Plus } else { Sign::Minus }; in arbitrary_take_rest() localVariable
|
| /external/python/google-auth-library-python/tests/compute_engine/ |
| D | test_credentials.py | 220 def test_make_authorization_grant_assertion(self, sign, get, utcnow): argument 253 def test_with_service_account(self, sign, get, utcnow): argument 285 def test_additional_claims(self, sign, get, utcnow): argument 341 def test_with_target_audience(self, sign, get, utcnow): argument 453 def test_with_quota_project(self, sign, get, utcnow): argument 569 def test_refresh_success(self, id_token_jwt_grant, sign, get, utcnow): argument 603 def test_refresh_error(self, sign, get, utcnow): argument 631 def test_before_request_refreshes(self, id_token_jwt_grant, sign, get, utcnow): argument 660 def test_sign_bytes(self, sign, get): argument
|
| /external/double-conversion/test/cctest/ |
| D | test-dtoa.cc | 51 Vector<char> buffer, bool* sign, int* length, in DoubleToAscii() 86 bool sign; in TEST() local 340 bool sign; in TEST() local 397 bool sign; in TEST() local 426 bool sign; in TEST() local 446 bool sign; in TEST() local 466 bool sign; in TEST() local 489 bool sign; in TEST() local
|
| /external/deqp/framework/delibs/debase/ |
| D | deFloat16.c | 30 uint32_t sign; in deFloat32To16() local 104 uint64_t sign; in deFloat64To16() local 218 uint32_t sign; /* sign : 0000 0000 0000 0000 X000 0000 0000 0000 */ in deFloat32To16Round() local 375 uint64_t sign; /* sign : 0000 0000 0000 0000 X000 0000 0000 0000 */ in deFloat64To16Round() local 491 uint32_t sign; in deFloat16To32() local 553 uint64_t sign; in deFloat16To64() local
|
| /external/FP16/include/fp16/ |
| D | fp16.h | 45 const uint32_t sign = w & UINT32_C(0x80000000); in fp16_ieee_to_fp32_bits() local 127 const uint32_t sign = w & UINT32_C(0x80000000); in fp16_ieee_to_fp32_value() local 235 const uint32_t sign = w & UINT32_C(0x80000000); in fp16_ieee_from_fp32_value() local 274 const uint32_t sign = w & UINT32_C(0x80000000); in fp16_alt_to_fp32_bits() local 347 const uint32_t sign = w & UINT32_C(0x80000000); in fp16_alt_to_fp32_value() local 432 const uint32_t sign = w & UINT32_C(0x80000000); in fp16_alt_from_fp32_value() local
|
| /external/OpenCL-CTS/dependencies/ocl-headers/CL/ |
| D | cl_half.h | 62 uint16_t sign) in cl_half_handle_overflow() 88 uint16_t sign) in cl_half_handle_underflow() 120 uint16_t sign = f32.i >> 31; in cl_half_from_float() local 246 uint16_t sign = f64.i >> 63; in cl_half_from_double() local 371 uint16_t sign = h >> 15; in cl_half_to_float() local
|
| /external/ComputeLibrary/include/CL/ |
| D | cl_half.h | 62 uint16_t sign) in cl_half_handle_overflow() 88 uint16_t sign) in cl_half_handle_underflow() 120 uint16_t sign = f32.i >> 31; in cl_half_from_float() local 246 uint16_t sign = f64.i >> 63; in cl_half_from_double() local 371 uint16_t sign = h >> 15; in cl_half_to_float() local
|
| /external/angle/include/CL/ |
| D | cl_half.h | 62 uint16_t sign) in cl_half_handle_overflow() 88 uint16_t sign) in cl_half_handle_underflow() 120 uint16_t sign = f32.i >> 31; in cl_half_from_float() local 246 uint16_t sign = f64.i >> 63; in cl_half_from_double() local 371 uint16_t sign = h >> 15; in cl_half_to_float() local
|
| /external/OpenCL-Headers/CL/ |
| D | cl_half.h | 62 uint16_t sign) in cl_half_handle_overflow() 88 uint16_t sign) in cl_half_handle_underflow() 120 uint16_t sign = f32.i >> 31; in cl_half_from_float() local 246 uint16_t sign = f64.i >> 63; in cl_half_from_double() local 371 uint16_t sign = h >> 15; in cl_half_to_float() local
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math3/util/ |
| D | MathUtils.java | 167 public static byte copySign(byte magnitude, byte sign) throws MathArithmeticException { in copySign() 187 public static short copySign(short magnitude, short sign) throws MathArithmeticException { in copySign() 207 public static int copySign(int magnitude, int sign) throws MathArithmeticException { in copySign() 226 public static long copySign(long magnitude, long sign) throws MathArithmeticException { in copySign()
|
| /external/python/cpython3/Modules/_decimal/libmpdec/ |
| D | numbertheory.c | 50 _mpd_getkernel(mpd_uint_t n, int sign, int modnum) in _mpd_getkernel() 76 _mpd_init_fnt_params(mpd_size_t n, int sign, int modnum) in _mpd_init_fnt_params() 117 _mpd_init_w3table(mpd_uint_t w3table[3], int sign, int modnum) in _mpd_init_w3table()
|
| /external/rust/crates/ryu/src/pretty/ |
| D | exponent.rs | 6 let sign = k < 0; in write_exponent3() localVariable 32 let sign = k < 0; in write_exponent2() localVariable
|
| /external/aws-sdk-java-v2/core/http-auth-spi/src/main/java/software/amazon/awssdk/http/auth/spi/signer/ |
| D | HttpSigner.java | 48 SignedRequest sign(SignRequest<? extends IdentityT> request); in sign() method 60 default SignedRequest sign(Consumer<SignRequest.Builder<IdentityT>> consumer) { in sign() method
|
| /external/vixl/src/ |
| D | utils-vixl.cc | 148 internal::SimFloat16 Float16Pack(uint16_t sign, in Float16Pack() 156 float FloatPack(uint32_t sign, uint32_t exp, uint32_t mantissa) { in FloatPack() 162 double DoublePack(uint64_t sign, uint64_t exp, uint64_t mantissa) { in DoublePack() 270 uint32_t sign = bits >> 15; in FPToFloat() local 358 uint32_t sign = raw >> 63; in FPToFloat() local 380 uint32_t sign = raw >> 63; in FPToFloat() local 422 uint64_t sign = raw >> 31; in FPToDouble() local 456 int32_t sign = raw >> 31; in FPToFloat16() local 511 int32_t sign = raw >> 63; in FPToFloat16() local
|
| /external/deqp/framework/common/ |
| D | tcuFloat.hpp | 141 inline int sign(void) const in sign() function in tcu::Float 246 StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::zero(int sign) in zero() 254 StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::inf(int sign) in inf() 270 StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::largestNormal(int sign) in largestNormal() 279 StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::smallestNormal(int sign) in smallestNormal() 288 StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::construct(int sign, int exponent, in construct() 309 …StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::constructBits(int sign, int exponen… in constructBits()
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcMisc.cpp | 49 unsigned int sign = (GLhalf)(x >> 31); in floatToHalfFloat() local 111 unsigned int sign = (GLhalf)(x >> 31); in floatToUnisgnedF11() local 193 unsigned int sign = (GLhalf)(x >> 31); in floatToUnisgnedF10() local 262 unsigned int sign = (unsigned int)(hf >> 15); in halfFloatToFloat() local
|
| /external/double-conversion/double-conversion/ |
| D | double-to-string.cc | 177 bool sign; in ToShortestIeeeNumber() local 220 bool sign; in ToFixed() local 253 bool sign; in ToExponential() local 309 bool sign; in ToPrecision() local 384 bool* sign, in DoubleToAscii()
|
| /external/cronet/base/third_party/double_conversion/double-conversion/ |
| D | double-to-string.cc | 177 bool sign; in ToShortestIeeeNumber() local 220 bool sign; in ToFixed() local 253 bool sign; in ToExponential() local 309 bool sign; in ToPrecision() local 384 bool* sign, in DoubleToAscii()
|
| /external/mesa3d/src/asahi/compiler/ |
| D | agx_minifloat.h | 18 float sign = (imm & 0x80) ? -1.0 : 1.0; in agx_minifloat_decode() local 37 unsigned sign = signbit(f) ? 0x80 : 0; in agx_minifloat_encode() local
|
| /external/nanopb-c/examples/using_double_on_avr/ |
| D | double_conversion.c | 20 uint8_t sign; in float_to_double() local 64 uint8_t sign; in double_to_float() local
|