Home
last modified time | relevance | path

Searched defs:sign (Results 1 – 25 of 1146) sorted by relevance

12345678910>>...46

/external/arm-optimized-routines/math/
Dmath_err.c26 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()
Dmath_errf.c26 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/
Dmath_errf.c26 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()
Dmath_err.c26 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()
Derfcf_2u.c17 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/
Darbitrary.rs11 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/
Dtest_credentials.py220 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/
Dtest-dtoa.cc51 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/
DdeFloat16.c30 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/
Dfp16.h45 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/
Dcl_half.h62 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/
Dcl_half.h62 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/
Dcl_half.h62 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/
Dcl_half.h62 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/
DMathUtils.java167 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/
Dnumbertheory.c50 _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/
Dexponent.rs6 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/
DHttpSigner.java48 SignedRequest sign(SignRequest<? extends IdentityT> request); in sign() method
60 default SignedRequest sign(Consumer<SignRequest.Builder<IdentityT>> consumer) { in sign() method
/external/vixl/src/
Dutils-vixl.cc148 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/
DtcuFloat.hpp141 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/
DglcMisc.cpp49 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/
Ddouble-to-string.cc177 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/
Ddouble-to-string.cc177 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/
Dagx_minifloat.h18 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/
Ddouble_conversion.c20 uint8_t sign; in float_to_double() local
64 uint8_t sign; in double_to_float() local

12345678910>>...46