/external/arm-optimized-routines/math/ |
D | exp2.c | 30 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 37 sbits -= 1ull << 52; in specialcase() 38 scale = asdouble (sbits); in specialcase() 43 sbits += 1022ull << 52; in specialcase() 44 scale = asdouble (sbits); in specialcase() 78 uint64_t ki, idx, top, sbits; in exp2() local 116 sbits = T[idx + 1] + top; in exp2() 130 return specialcase (tmp, sbits, ki); in exp2() 131 scale = asdouble (sbits); in exp2()
|
D | exp.c | 32 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 39 sbits -= 1009ull << 52; in specialcase() 40 scale = asdouble (sbits); in specialcase() 45 sbits += 1022ull << 52; in specialcase() 46 scale = asdouble (sbits); in specialcase() 82 uint64_t ki, idx, top, sbits; in exp_inline() local 134 sbits = T[idx + 1] + top; in exp_inline() 148 return specialcase (tmp, sbits, ki); in exp_inline() 149 scale = asdouble (sbits); in exp_inline()
|
D | pow.c | 127 specialcase (double_t tmp, uint64_t sbits, uint64_t ki) in specialcase() argument 134 sbits -= 1009ull << 52; in specialcase() 135 scale = asdouble (sbits); in specialcase() 140 sbits += 1022ull << 52; in specialcase() 142 scale = asdouble (sbits); in specialcase() 159 y = asdouble (sbits & 0x8000000000000000); in specialcase() 175 uint64_t ki, idx, top, sbits; in exp_inline() local 226 sbits = T[idx + 1] + top; in exp_inline() 240 return specialcase (tmp, sbits, ki); in exp_inline() 241 scale = asdouble (sbits); in exp_inline()
|
/external/syzkaller/vendor/golang.org/x/net/http2/hpack/ |
D | huffman.go | 54 cur, cbits, sbits := uint(0), uint8(0), uint8(0) 58 sbits += 8 72 sbits = cbits 92 sbits = cbits 94 if sbits > 7 {
|
/external/freetype/src/cache/ |
D | ftcsbits.c | 71 FTC_SBit sbit = snode->sbits; in ftc_snode_free() 124 sbit = snode->sbits + ( gindex - gnode->gindex ); in ftc_snode_load() 247 snode->sbits[node_count].width = 255; in FTC_SNode_New() 286 FTC_SBit sbit = snode->sbits; in ftc_snode_weight() 346 FTC_SBit sbit = snode->sbits + ( gindex - gnode->gindex ); in ftc_snode_compare()
|
D | ftcsbits.h | 36 FTC_SBitRec sbits[FTC_SBIT_ITEMS_PER_NODE]; member
|
D | ftcbasic.c | 549 *ansbit = FTC_SNODE( node )->sbits + in FTC_SBitCache_Lookup() 618 *ansbit = FTC_SNODE( node )->sbits + in FTC_SBitCache_LookupScaler()
|
/external/libopus/celt/ |
D | bands.c | 973 int mbits, sbits, delta; in quant_partition() local 1012 sbits = b-mbits; in quant_partition() 1019 if (mbits >= sbits) in quant_partition() 1025 sbits += rebalance - (3<<BITRES); in quant_partition() 1026 cm |= quant_partition(ctx, Y, N, sbits, B, next_lowband2, LM, in quant_partition() 1029 cm = quant_partition(ctx, Y, N, sbits, B, next_lowband2, LM, in quant_partition() 1031 rebalance = sbits - (rebalance-ctx->remaining_bits); in quant_partition() 1245 int mbits, sbits, delta; in quant_band_stereo() local 1288 sbits = 0; in quant_band_stereo() 1291 sbits = 1<<BITRES; in quant_band_stereo() [all …]
|
/external/deqp/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()
|
/external/deqp/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()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_proof_distributive_property.py | 49 s.add(z3.Extract(FLOAT_TY().sbits() - 1, 0, z3.fpToIEEEBV(c)) == 0)
|
/external/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 | 1931 #define X(tag, elementty, int_width, fp_width, uvec_width, svec_width, sbits, \ argument 1943 #define X(tag, elementty, int_width, fp_width, uvec_width, svec_width, sbits, \ argument
|
/external/freetype/ |
D | ChangeLog.28 | 229 [sfnt, truetype] Improve handling of missing sbits.
|
D | ChangeLog.22 | 2587 ttmetrics here. TrueType fonts with only sbits always have
|