/external/llvm-project/libc/AOR_v20.02/math/ |
D | math_errf.c | 27 xflowf (uint32_t sign, float y) in xflowf() 34 __math_uflowf (uint32_t sign) in __math_uflowf() 43 __math_may_uflowf (uint32_t sign) in __math_may_uflowf() 50 __math_oflowf (uint32_t sign) in __math_oflowf() 56 __math_divzerof (uint32_t sign) in __math_divzerof()
|
D | math_err.c | 27 xflow (uint32_t sign, double y) in xflow() 34 __math_uflow (uint32_t sign) in __math_uflow() 43 __math_may_uflow (uint32_t sign) in __math_may_uflow() 50 __math_oflow (uint32_t sign) in __math_oflow() 56 __math_divzero (uint32_t sign) in __math_divzero()
|
/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/deqp/framework/delibs/debase/ |
D | deFloat16.c | 30 deUint32 sign; in deFloat32To16() local 104 deUint64 sign; in deFloat64To16() local 218 deUint32 sign; /* sign : 0000 0000 0000 0000 X000 0000 0000 0000 */ in deFloat32To16Round() local 375 deUint64 sign; /* sign : 0000 0000 0000 0000 X000 0000 0000 0000 */ in deFloat64To16Round() local 491 deUint32 sign; in deFloat16To32() local 553 deUint64 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/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/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
|
D | mod.rs | 54 let sign = ((bits >> (DOUBLE_MANTISSA_BITS + DOUBLE_EXPONENT_BITS)) & 1) != 0; in format64() localVariable 161 let sign = ((bits >> (FLOAT_MANTISSA_BITS + FLOAT_EXPONENT_BITS)) & 1) != 0; in format32() localVariable
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_range.c | 12 int sign; member 30 __isl_keep isl_qpolynomial *poly, int sign, int *signs) in has_sign() 150 int sign) in signed_infty() 159 __isl_take isl_space *space, unsigned pos, int sign) in bound2poly() 185 int sign; member 199 int sign; in collect_fixed_sign_terms() local 248 __isl_keep isl_qpolynomial *poly, int *signs, int sign) in isl_qpolynomial_terms_of_sign() 388 int sign = data->sign * data->signs[nparam + nvar]; in propagate_on_bound_pair() local
|
/external/deqp/framework/common/ |
D | tcuFloat.hpp | 120 inline int sign (void) const { return signBit() ? -1 : 1; } in sign() function in tcu::Float 198 …ntBias, Flags> Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::zero (int sign) in zero() 205 …entBias, Flags> Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::inf (int sign) in inf() 218 …lags> Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::largestNormal (int sign) in largestNormal() 225 …ags> Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>::smallestNormal (int sign) in smallestNormal() 234 (int sign, int exponent, StorageType mantissa) in construct() 255 (int sign, int exponent, StorageType mantissaBits) in constructBits()
|
/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/external/openglcts/modules/common/ |
D | glcMisc.cpp | 48 unsigned int sign = (GLhalf)(x >> 31); in floatToHalfFloat() local 104 unsigned int sign = (GLhalf)(x >> 31); in floatToUnisgnedF11() local 185 unsigned int sign = (GLhalf)(x >> 31); in floatToUnisgnedF10() local 254 unsigned int sign = (unsigned int)(hf >> 15); in halfFloatToFloat() local
|
/external/python/cpython3/Tools/msi/ |
D | make_cat.ps1 | 22 [switch]$sign, variable 38 if ($sign) { variable
|
/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
|
/external/grpc-grpc/third_party/nanopb/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
|
/external/arm-optimized-routines/math/test/rtest/ |
D | semi.c | 13 int sign = in[0] & 0x80000000; in test_rint() local 76 int sign = *in & 0x80000000; in test_rintf() local 131 int sign; in test_fmod() local 205 int sign; in test_fmodf() local 276 int sign = x[0] & 0x80000000; in test_ldexp() local 354 int sign = *x & 0x80000000; in test_ldexpf() local 428 int sign; in test_frexp() local 465 int sign; in test_frexpf() local 491 int sign = x[0] & 0x80000000; in test_modf() local 528 int sign = *x & 0x80000000; in test_modff() local
|
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
D | semi.c | 14 int sign = in[0] & 0x80000000; in test_rint() local 77 int sign = *in & 0x80000000; in test_rintf() local 132 int sign; in test_fmod() local 206 int sign; in test_fmodf() local 277 int sign = x[0] & 0x80000000; in test_ldexp() local 355 int sign = *x & 0x80000000; in test_ldexpf() local 429 int sign; in test_frexp() local 466 int sign; in test_frexpf() local 492 int sign = x[0] & 0x80000000; in test_modf() local 529 int sign = *x & 0x80000000; in test_modff() local
|
/external/rust/crates/libm/src/math/ |
D | fma.rs | 10 sign: i32, field 18 let sign: i32 = e & 0x800; in normalize() localVariable 116 let mut sign: i32 = nx.sign ^ ny.sign; in fma() localVariable
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | highbd_inv_txfm_sse2.h | 66 __m128i *const sign /*sign[2]*/) { in abs_extend_64bit_sse2() 78 const __m128i sign, in multiply_apply_sign_sse2() 87 const __m128i *const in /*in[2]*/, const __m128i *const sign /*sign[2]*/, in multiplication_round_shift_sse2() 103 const __m128i *const in /*in[2]*/, const __m128i *const sign /*sign[2]*/, in multiplication_neg_round_shift_sse2() 157 __m128i temp[2], sign[2]; in highbd_partial_butterfly_sse2() local 171 __m128i temp[2], sign[2]; in highbd_partial_butterfly_neg_sse2() local 184 __m128i temp1[2], temp2, sign[2]; in highbd_butterfly_cospi16_sse2() local
|
/external/skia/gm/ |
D | addarc.cpp | 48 SkScalar sign = 1; in onDraw() local 137 SkScalar sign = 1; in onDraw() local 191 SkScalar sign = 1; in onDraw() local 249 SkScalar sign = 1; variable
|
/external/libxaac/decoder/ |
D | ixheaacd_ps_bitdec.c | 62 FLAG sign = (op < 0); in ixheaacd_divideby2() local 79 FLAG sign = (op < 0); in ixheaacd_divideby3() local
|
/external/skqp/gm/ |
D | addarc.cpp | 38 SkScalar sign = 1; in onDraw() local 129 SkScalar sign = 1; in onDraw() local 183 SkScalar sign = 1; in onDraw() local 241 SkScalar sign = 1; variable
|