Home
last modified time | relevance | path

Searched refs:BIAS (Results 1 – 25 of 55) sorted by relevance

123

/third_party/ffmpeg/libavcodec/
Dpcm_tablegen.h37 #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/
Ds_expl.c74 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 …]
Dk_expl.h45 #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/
Dg711.c160 #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/
DTextureFunctionHLSL.cpp140 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 …]
DTextureFunctionHLSL.h34 BIAS, enumerator
/third_party/FreeBSD/lib/msun/src/
Ds_asinhl.c51 #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()
De_acoshl.c49 #define BIAS (LDBL_MAX_EXP - 1) macro
75 } else if (hx >= BIAS + EXP_LARGE) { /* x >= LARGE */ in acoshl()
De_coshl.c38 #define BIAS (LDBL_MAX_EXP - 1) macro
104 if (ix<BIAS-(LDBL_MANT_DIG+1)/2) /* |x| < TINY */ in coshl()
De_sinhl.c38 #define BIAS (LDBL_MAX_EXP - 1) macro
107 if (ix<BIAS-(LDBL_MANT_DIG+1)/2) /* |x|<TINY */ in sinhl()
Ds_tanhl.c39 #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/
Dmulaw-conversion.c31 #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/
Ddes_enc.m442 # 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/
Ddes_enc.m442 # 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/
Dsparccpuid.S18 # 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/
Dsparccpuid.S18 # 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/
Ddepth_greater_or_equal.amber96 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepth_equal.amber96 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepth_less_or_equal.amber96 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepth_greater.amber97 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/
Ddepthless_3.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthless_0.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthless_4.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthgreater_3.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0
Ddepthgreater_0.amber94 BIAS constant 0.0 clamp 0.0 slope 0.0

123