/third_party/ffmpeg/libavcodec/ |
D | pcm_tablegen.h | 37 #define BIAS (0x84) /* Bias for linear code. */ macro 72 t = ((u_val & QUANT_MASK) << 3) + BIAS; in ulaw2linear() 75 return (u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS); in ulaw2linear() 86 t = (((u_val & VIDC_QUANT_MASK) >> VIDC_QUANT_SHIFT) << 3) + BIAS; in vidc2linear() 89 return (u_val & VIDC_SIGN_BIT) ? (BIAS - t) : (t - BIAS); in vidc2linear()
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | s_expl.c | 74 if (ix >= BIAS + 13) { /* |x| >= 8192 or x is NaN */ in expl() 75 if (ix == BIAS + LDBL_MAX_EXP) { in expl() 84 } else if (ix < BIAS - 114) { /* |x| < 0x1p-114 */ in expl() 102 SET_LDBL_EXPSIGN(twopk, BIAS + k); in expl() 105 SET_LDBL_EXPSIGN(twopk, BIAS + k + 10000); in expl() 219 if (ix >= BIAS + 7) { /* |x| >= 128 or x is NaN */ in expm1l() 220 if (ix == BIAS + LDBL_MAX_EXP) { in expm1l() 245 if (ix < BIAS - 113) { /* |x| < 0x1p-113 */ in expm1l() 267 if (ix >= BIAS - 7) in expm1l() 284 v.xbits.expsign = BIAS + k; in expm1l() [all …]
|
D | k_expl.h | 45 #define BIAS (LDBL_MAX_EXP - 1) macro 292 SET_LDBL_EXPSIGN(twopkm2, BIAS + k - 2); in hexpl() 316 SET_LDBL_EXPSIGN(scale1, BIAS + half_expt); in __ldexp_cexpl() 318 SET_LDBL_EXPSIGN(scale2, BIAS + expt - half_expt); in __ldexp_cexpl()
|
/third_party/pulseaudio/src/pulsecore/ |
D | g711.c | 160 #define BIAS (0x84) /* Bias for linear code. */ macro 217 pcm_val += (BIAS >> 2); in st_14linear2ulaw() 256 t = ((u_val & QUANT_MASK) << 3) + BIAS; in st_ulaw2linear16() 259 return ((u_val & SIGN_BIT) ? (BIAS - t) : (t - BIAS)); in st_ulaw2linear16()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TextureFunctionHLSL.cpp | 140 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputHLSL4SampleFunctionPrefix() 160 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputHLSL4SampleFunctionPrefix() 256 case TextureFunctionHLSL::TextureFunction::BIAS: in GetHLSLCoordCount() 387 case TextureFunctionHLSL::TextureFunction::BIAS: in OutputTextureFunctionArgumentList() 446 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS || in OutputTextureFunctionArgumentList() 807 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() 814 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() 852 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() 859 if (textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() 897 textureFunction.method == TextureFunctionHLSL::TextureFunction::BIAS) in OutputIntegerTextureSampleFunctionComputations() [all …]
|
D | TextureFunctionHLSL.h | 34 BIAS, enumerator
|
/third_party/FreeBSD/lib/msun/src/ |
D | s_asinhl.c | 51 #define BIAS (LDBL_MAX_EXP - 1) macro 78 if (ix < BIAS + EXP_TINY) { /* |x| < TINY, or misnormal */ in asinhl() 81 if (ix >= BIAS + EXP_LARGE) { /* |x| >= LARGE, or misnormal */ in asinhl()
|
D | e_acoshl.c | 49 #define BIAS (LDBL_MAX_EXP - 1) macro 75 } else if (hx >= BIAS + EXP_LARGE) { /* x >= LARGE */ in acoshl()
|
D | e_coshl.c | 38 #define BIAS (LDBL_MAX_EXP - 1) macro 104 if (ix<BIAS-(LDBL_MANT_DIG+1)/2) /* |x| < TINY */ in coshl()
|
D | e_sinhl.c | 38 #define BIAS (LDBL_MAX_EXP - 1) macro 107 if (ix<BIAS-(LDBL_MANT_DIG+1)/2) /* |x|<TINY */ in sinhl()
|
D | s_tanhl.c | 39 #define BIAS (LDBL_MAX_EXP - 1) macro 134 if (__predict_false(ix<BIAS-(LDBL_MANT_DIG+1)/2)) { /* |x|<TINY */ in tanhl()
|
/third_party/gstreamer/gstplugins_good/gst/law/ |
D | mulaw-conversion.c | 31 #define BIAS 0x84 /* define the add-in bias for 16 bit samples */ macro 73 sample = sample + BIAS; in mulaw_encode()
|
/third_party/node/deps/openssl/openssl/crypto/des/asm/ |
D | des_enc.m4 | 42 # define BIAS 2047 49 # define BIAS 0 1220 STPTR in0, [%sp+BIAS+ARG0+0*ARGSZ] 1237 LDPTR [%sp+BIAS+ARG0+0*ARGSZ], in0 1270 LDPTR [%sp+BIAS+ARG0+0*ARGSZ], in0 1383 define({INPUT}, { [%sp+BIAS+ARG0+0*ARGSZ] }) 1384 define({OUTPUT}, { [%sp+BIAS+ARG0+1*ARGSZ] }) 1385 define({IVEC}, { [%sp+BIAS+ARG0+4*ARGSZ] }) 1576 define({KS1}, { [%sp+BIAS+ARG0+3*ARGSZ] }) 1577 define({KS2}, { [%sp+BIAS+ARG0+4*ARGSZ] }) [all …]
|
/third_party/openssl/crypto/des/asm/ |
D | des_enc.m4 | 42 # define BIAS 2047 49 # define BIAS 0 1220 STPTR in0, [%sp+BIAS+ARG0+0*ARGSZ] 1237 LDPTR [%sp+BIAS+ARG0+0*ARGSZ], in0 1270 LDPTR [%sp+BIAS+ARG0+0*ARGSZ], in0 1383 define({INPUT}, { [%sp+BIAS+ARG0+0*ARGSZ] }) 1384 define({OUTPUT}, { [%sp+BIAS+ARG0+1*ARGSZ] }) 1385 define({IVEC}, { [%sp+BIAS+ARG0+4*ARGSZ] }) 1576 define({KS1}, { [%sp+BIAS+ARG0+3*ARGSZ] }) 1577 define({KS2}, { [%sp+BIAS+ARG0+4*ARGSZ] }) [all …]
|
/third_party/openssl/crypto/ |
D | sparccpuid.S | 18 # define BIAS 2047 macro 21 # define BIAS 0 macro 133 add %fp,BIAS,%i0 ! return pointer to caller´s top of stack 245 add %sp,BIAS+2,%o1
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | sparccpuid.S | 18 # define BIAS 2047 macro 21 # define BIAS 0 macro 133 add %fp,BIAS,%i0 ! return pointer to caller´s top of stack 245 add %sp,BIAS+2,%o1
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/graphics/early_fragment/ |
D | depth_greater_or_equal.amber | 96 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | depth_equal.amber | 96 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | depth_less_or_equal.amber | 96 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | depth_greater.amber | 97 BIAS constant 0.0 clamp 0.0 slope 0.0
|
/third_party/vk-gl-cts/external/vulkancts/data/vulkan/amber/spirv_assembly/instruction/graphics/execution_mode/ |
D | depthless_3.amber | 94 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | depthless_0.amber | 94 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | depthless_4.amber | 94 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | depthgreater_3.amber | 94 BIAS constant 0.0 clamp 0.0 slope 0.0
|
D | depthgreater_0.amber | 94 BIAS constant 0.0 clamp 0.0 slope 0.0
|