/third_party/ffmpeg/libavfilter/ |
H A D | vf_colorkey.c | 40 double scale; member 48 do_colorkey_pixel(const uint8_t *colorkey_rgba, int r, int g, int b, float similarity, float iblend, int max, double scale) do_colorkey_pixel() argument [all...] |
/third_party/ffmpeg/tests/ |
H A D | tiny_psnr.c | 247 uint64_t scale = (len == 4) ? (1ULL << 24) : (1ULL << 32); in run_psnr() local
|
/third_party/astc-encoder/Source/ |
H A D | astcenc_integer_sequence.cpp | 385 uint8_t scale:6; member
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf.cc | 168 Matrix &Matrix::scale(double sx,double sy) // {{{ in scale() function in Matrix
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
H A D | MacroProps.java | 34 public Scale scale; field in MacroProps
|
/third_party/icu/icu4c/source/i18n/ |
H A D | number_utils.cpp | 186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
|
/third_party/libsnd/tests/ |
H A D | fix_this.c | 82 double scale ; in lcomp_test_int() local 298 gen_signal_double(double *data, double scale, int datalen) gen_signal_double() argument [all...] |
/third_party/libsnd/src/G72x/ |
H A D | g72x_test.c | 154 gen_signal_double (double *gendata, double scale, int gendatalen) in gen_signal_double() argument
|
/third_party/lame/misc/ |
H A D | mlame_corr.c | 120 long double scale = sqrt ( 1.e5 / (1<<29) ); // Sine Full Scale is +10 dB, 7327 = 100% in report() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_drawpixels.c | 38 nir_variable *texcoord, *texcoord_const, *scale, *bias, *tex, *pixelmap; member
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
H A D | tri.c | 179 float scale, bias; in init_prog() local
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
H A D | floatscan.c | 318 long double scale = 1; in hexfloat() local
|
/third_party/musl/src/math/ |
H A D | fmal.c | 101 static inline long double add_and_denormalize(long double a, long double b, int scale) in add_and_denormalize() argument
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
H A D | fmal.c | 101 static inline long double add_and_denormalize(long double a, long double b, int scale) in add_and_denormalize() argument
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
H A D | floatscan.c | 318 long double scale = 1;
in hexfloat() local
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
H A D | floatscan.c | 318 long double scale = 1;
in hexfloat() local
|
/third_party/musl/src/internal/ |
H A D | floatscan.c | 318 long double scale = 1; in hexfloat() local
|
/third_party/mesa3d/src/mesa/main/ |
H A D | accum.c | 231 const GLfloat scale = value * 32767.0f; in accum_or_load() local 324 const GLfloat scale = value / 32767.0f; accum_return() local [all...] |
/third_party/mesa3d/src/mesa/math/ |
H A D | m_debug_norm.c | 202 GLfloat scale; in test_norm_function() local 123 ref_norm_transform_rescale( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) ref_norm_transform_rescale() argument 146 ref_norm_transform_normalize( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) ref_norm_transform_normalize() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | number_utils.cpp | 186 DecNum::setTo(const uint8_t* bcd, int32_t length, int32_t scale, bool isNegative, UErrorCode& status) { in setTo() argument
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_test_main.c | 61 double scale = lp_const_scale(type); in read_elem() local 144 double scale = lp_const_scale(type); in write_elem() local
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-node.h | 161 OperandScale scale = OperandScale::kSingle; in Create() local 172 OperandScale scale = OperandScale::kSingle; in Create() local 187 OperandScale scale = OperandScale::kSingle; Create() local 205 OperandScale scale = OperandScale::kSingle; Create() local 227 OperandScale scale = OperandScale::kSingle; Create() local [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_pipe_offset.c | 45 float scale; member
|
H A D | draw_vs_variant.c | 117 const float *scale = viewport->scale; in do_rhw_viewport() local 143 const float *scale = viewport->scale; in do_viewport() local [all...] |
/third_party/mesa3d/src/util/ |
H A D | format_r11g11b10f.h | 115 const float scale = 1.0 / (1 << 20); in uf11_to_f32() local 121 float scale, decimal; in uf11_to_f32() local 197 const float scale = 1.0 / (1 << 19); in uf10_to_f32() local 203 float scale, decimal; in uf10_to_f32() local [all...] |