/external/arm-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()
|
/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/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/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/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
|