/third_party/musl/src/math/ |
D | exp2.c | 29 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 35 sbits -= 1ull << 52; in specialcase() 36 scale = asdouble(sbits); in specialcase() 41 sbits += 1022ull << 52; in specialcase() 42 scale = asdouble(sbits); in specialcase() 73 uint64_t ki, idx, top, sbits; in exp2() local 108 sbits = T[idx + 1] + top; in exp2() 116 return specialcase(tmp, sbits, ki); in exp2() 117 scale = asdouble(sbits); in exp2()
|
D | exp.c | 31 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 37 sbits -= 1009ull << 52; in specialcase() 38 scale = asdouble(sbits); in specialcase() 43 sbits += 1022ull << 52; in specialcase() 44 scale = asdouble(sbits); in specialcase() 75 uint64_t ki, idx, top, sbits; in exp() local 121 sbits = T[idx + 1] + top; in exp() 129 return specialcase(tmp, sbits, ki); in exp() 130 scale = asdouble(sbits); in exp()
|
D | pow.c | 124 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 130 sbits -= 1009ull << 52; in specialcase() 131 scale = asdouble(sbits); in specialcase() 136 sbits += 1022ull << 52; in specialcase() 138 scale = asdouble(sbits); in specialcase() 154 y = asdouble(sbits & 0x8000000000000000); in specialcase() 169 uint64_t ki, idx, top, sbits; in exp_inline() local 218 sbits = T[idx + 1] + top; in exp_inline() 226 return specialcase(tmp, sbits, ki); in exp_inline() 227 scale = asdouble(sbits); in exp_inline()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | exp2.c | 29 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 35 sbits -= 1ull << 52; in specialcase() 36 scale = asdouble(sbits); in specialcase() 41 sbits += 1022ull << 52; in specialcase() 42 scale = asdouble(sbits); in specialcase() 73 uint64_t ki, idx, top, sbits; in exp2() local 108 sbits = T[idx + 1] + top; in exp2() 116 return specialcase(tmp, sbits, ki); in exp2() 117 scale = asdouble(sbits); in exp2()
|
D | exp.c | 31 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 37 sbits -= 1009ull << 52; in specialcase() 38 scale = asdouble(sbits); in specialcase() 43 sbits += 1022ull << 52; in specialcase() 44 scale = asdouble(sbits); in specialcase() 75 uint64_t ki, idx, top, sbits; in exp() local 121 sbits = T[idx + 1] + top; in exp() 129 return specialcase(tmp, sbits, ki); in exp() 130 scale = asdouble(sbits); in exp()
|
D | pow.c | 124 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 130 sbits -= 1009ull << 52; in specialcase() 131 scale = asdouble(sbits); in specialcase() 136 sbits += 1022ull << 52; in specialcase() 138 scale = asdouble(sbits); in specialcase() 154 y = asdouble(sbits & 0x8000000000000000); in specialcase() 169 uint64_t ki, idx, top, sbits; in exp_inline() local 218 sbits = T[idx + 1] + top; in exp_inline() 226 return specialcase(tmp, sbits, ki); in exp_inline() 227 scale = asdouble(sbits); in exp_inline()
|
/third_party/optimized-routines/math/ |
D | exp2.c | 31 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 38 sbits -= 1ull << 52; in specialcase() 39 scale = asdouble (sbits); in specialcase() 44 sbits += 1022ull << 52; in specialcase() 45 scale = asdouble (sbits); in specialcase() 79 uint64_t ki, idx, top, sbits; in exp2() local 117 sbits = T[idx + 1] + top; in exp2() 131 return specialcase (tmp, sbits, ki); in exp2() 132 scale = asdouble (sbits); in exp2()
|
D | exp.c | 33 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 40 sbits -= 1009ull << 52; in specialcase() 41 scale = asdouble (sbits); in specialcase() 46 sbits += 1022ull << 52; in specialcase() 47 scale = asdouble (sbits); in specialcase() 83 uint64_t ki, idx, top, sbits; in exp_inline() local 135 sbits = T[idx + 1] + top; in exp_inline() 149 return specialcase (tmp, sbits, ki); in exp_inline() 150 scale = asdouble (sbits); in exp_inline()
|
D | pow.c | 128 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 135 sbits -= 1009ull << 52; in specialcase() 136 scale = asdouble (sbits); in specialcase() 141 sbits += 1022ull << 52; in specialcase() 143 scale = asdouble (sbits); in specialcase() 160 y = asdouble (sbits & 0x8000000000000000); in specialcase() 176 uint64_t ki, idx, top, sbits; in exp_inline() local 227 sbits = T[idx + 1] + top; in exp_inline() 241 return specialcase (tmp, sbits, ki); in exp_inline() 242 scale = asdouble (sbits); in exp_inline()
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | pow.c | 124 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 130 sbits -= 1009ull << 52; in specialcase() 131 scale = asdouble(sbits); in specialcase() 136 sbits += 1022ull << 52; in specialcase() 138 scale = asdouble(sbits); in specialcase() 154 y = asdouble(sbits & 0x8000000000000000); in specialcase() 169 uint64_t ki, idx, top, sbits; in exp_inline() local 218 sbits = T[idx + 1] + top; in exp_inline() 226 return specialcase(tmp, sbits, ki); in exp_inline() 227 scale = asdouble(sbits); in exp_inline()
|
/third_party/musl/porting/uniproton/kernel/src/math/ |
D | pow.c | 124 static inline double specialcase(double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 130 sbits -= 1009ull << 52; in specialcase() 131 scale = asdouble(sbits); in specialcase() 136 sbits += 1022ull << 52; in specialcase() 138 scale = asdouble(sbits); in specialcase() 154 y = asdouble(sbits & 0x8000000000000000); in specialcase() 169 uint64_t ki, idx, top, sbits; in exp_inline() local 218 sbits = T[idx + 1] + top; in exp_inline() 226 return specialcase(tmp, sbits, ki); in exp_inline() 227 scale = asdouble(sbits); in exp_inline()
|
/third_party/ffmpeg/libavformat/ |
D | rtpenc_h263_rfc2190.c | 72 int len, int sbits, int ebits, int m) in send_mode_b() argument 80 put_bits(&pb, 3, sbits); /* SBIT - 0 bits */ in send_mode_b() 105 int len, sbits = 0, ebits = 0; in ff_rtp_send_h263_rfc2190() local 181 send_mode_b(s1, &info, &packet_start_state, buf, len, sbits, in ff_rtp_send_h263_rfc2190() 185 sbits = 8 - ebits; in ff_rtp_send_h263_rfc2190() 188 sbits = 0; in ff_rtp_send_h263_rfc2190()
|
/third_party/skia/third_party/externals/freetype/src/cache/ |
D | ftcsbits.c | 68 FTC_SBit sbit = snode->sbits; in ftc_snode_free() 120 sbit = snode->sbits + ( gindex - gnode->gindex ); in ftc_snode_load() 251 snode->sbits[node_count].width = 255; in FTC_SNode_New() 290 FTC_SBit sbit = snode->sbits; in ftc_snode_weight() 350 FTC_SBit sbit = snode->sbits + ( gindex - gnode->gindex ); in ftc_snode_compare()
|
D | ftcsbits.h | 35 FTC_SBitRec sbits[FTC_SBIT_ITEMS_PER_NODE]; member
|
D | ftcbasic.c | 554 *ansbit = FTC_SNODE( node )->sbits + in FTC_SBitCache_Lookup() 623 *ansbit = FTC_SNODE( node )->sbits + in FTC_SBitCache_LookupScaler()
|
/third_party/ffmpeg/libavcodec/ |
D | opus_pvq.c | 585 int mbits, sbits, delta; in quant_band_template() local 684 sbits = (itheta != 0 && itheta != 16384) ? 1 << 3 : 0; in quant_band_template() 685 mbits -= sbits; in quant_band_template() 687 f->remaining2 -= qalloc+sbits; in quant_band_template() 691 if (sbits) { in quant_band_template() 738 sbits = b - mbits; in quant_band_template() 752 if (mbits >= sbits) { in quant_band_template() 760 sbits += rebalance - (3 << 3); in quant_band_template() 764 cmt = pvq->quant_band(pvq, f, rc, band, Y, NULL, N, sbits, blocks, in quant_band_template() 771 cm = pvq->quant_band(pvq, f, rc, band, Y, NULL, N, sbits, blocks, in quant_band_template() [all …]
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fRboStateQueryTests.cpp | 240 int sbits; in test() member 251 …_testCtx, *this, -1, -1, -1, -1, requiredDepthFormats[ndx].dbits, requiredDepthFormats[ndx].sbits); in test()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fRboStateQueryTests.cpp | 287 int sbits; in test() member 302 …_testCtx, *this, -1, -1, -1, -1, requiredDepthFormats[ndx].dbits, requiredDepthFormats[ndx].sbits); in test()
|
D | es3fFboStateQueryTests.cpp | 673 int sbits; in test() member 683 …ormat, depthAttachments[ndx].attachment, depthAttachments[ndx].dbits, depthAttachments[ndx].sbits); in test()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceInstARM32.def | 90 //#define X(tag, elementty, int_width, fp_width, uvec_width, svec_width, sbits,
|
D | IceInstARM32.cpp | 43 #define X(tag, elementty, int_width, fp_width, uvec_width, svec_width, sbits, \ argument 45 {int_width, fp_width, svec_width, uvec_width, sbits, ubits},
|
D | IceTargetLoweringARM32.cpp | 1745 #define X(tag, elementty, int_width, fp_width, uvec_width, svec_width, sbits, \ argument 1757 #define X(tag, elementty, int_width, fp_width, uvec_width, svec_width, sbits, \ argument
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.28 | 229 [sfnt, truetype] Improve handling of missing sbits.
|
D | ChangeLog.22 | 2587 ttmetrics here. TrueType fonts with only sbits always have
|