| /third_party/ltp/lib/ |
| H A D | tst_timer_test.c | 145 float scale = 1.00 * plot_line_len / max_bucket; in frequency_plot() local
|
| /third_party/musl/porting/linux/user/src/time/ |
| H A D | __tz.c | 257 int scale = 2; in do_tzset() local 350 int scale = 3 - (trans == zi+44); in scan_trans() local [all...] |
| /third_party/musl/porting/uniproton/kernel/src/math/ |
| H A D | pow.c | 126 double_t scale, y; in specialcase() local 171 double_t kd, z, r, r2, scale, tail, tmp; exp_inline() local [all...] |
| /third_party/musl/porting/liteos_a/kernel/src/math/ |
| H A D | pow.c | 126 double_t scale, y; in specialcase() local 171 double_t kd, z, r, r2, scale, tail, tmp; exp_inline() local [all...] |
| /third_party/musl/porting/liteos_m/kernel/src/math/ |
| H A D | pow.c | 126 double_t scale, y; in specialcase() local 171 double_t kd, z, r, r2, scale, tail, tmp; exp_inline() local [all...] |
| /third_party/musl/src/math/ |
| H A D | pow.c | 126 double_t scale, y; in specialcase() local 171 double_t kd, z, r, r2, scale, tail, tmp; exp_inline() local [all...] |
| /third_party/musl/src/time/ |
| H A D | __tz.c | 332 int scale = 2; in do_tzset() local 424 int scale = 3 - (trans == zi+44); in scan_trans() local [all...] |
| /third_party/mesa3d/src/mesa/main/ |
| H A D | viewport.c | 563 _mesa_get_viewport_xform(struct gl_context *ctx, unsigned i, float scale[3], float translate[3]) _mesa_get_viewport_xform() argument
|
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | number_fluent.cpp | 264 Derived NumberFormatterSettings<Derived>::scale(const Scale& scale) const& { in scale() function in NumberFormatterSettings 271 Derived NumberFormatterSettings<Derived>::scale(const Scale& scale)&& { in scale() argument
|
| /third_party/mesa3d/src/panfrost/util/ |
| H A D | pan_lower_framebuffer.c | 264 nir_ssa_def *scale = nir_imm_vec4(b, 1023.0, 1023.0, 1023.0, 3.0); in pan_pack_unorm_1010102() local
|
| /third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_line.c | 345 float scale = (setup->line_width * 0.5f) / sqrtf(area); in try_setup_line() local
|
| /third_party/mesa3d/src/util/format/ |
| H A D | u_format_zs.c | 73 const float scale = 0xffff; in z32_float_to_z16_unorm() local 80 const float scale = 1.0 / 0xffff; in z16_unorm_to_z32_float() local 87 const double scale = 0xffffff; in z32_float_to_z24_unorm() local 94 const double scale = 1.0 / 0xffffff; in z24_unorm_to_z32_float() local 101 const double scale = 0xffffffff; in z32_float_to_z32_unorm() local 108 const double scale = 1.0 / 0xffffffff; z32_unorm_to_z32_float() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_conv.c | 290 double scale; in lp_build_clamped_float_to_unsigned_norm() local 312 double scale; in lp_build_clamped_float_to_unsigned_norm() local 341 double scale = (double)(1ULL << n); in lp_build_clamped_float_to_unsigned_norm() local 407 double scale; in lp_build_unsigned_norm_to_float() local 869 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, dst_scale); lp_build_conv() local 997 LLVMValueRef scale = lp_build_const_vec(gallivm, tmp_type, 1.0/src_scale); lp_build_conv() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/vl/ |
| H A D | vl_zscan.c | 123 struct ureg_src scale; in create_vert_shader() local
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | verifier.cc | 483 float scale = fmt->IsNormalized() ? 255.f : 1.f; in Probe() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | MipmapTest.cpp | 1675 int scale = 1 << mip; in TEST_P() local
|
| /third_party/skia/src/core/ |
| H A D | SkBitmapProcState.cpp | 395 int scale = 256 - 16*t; in filter_32_alpha() local [all...] |
| H A D | SkVMBlitter.cpp | 159 float scale = rate * ( 2/128.0f), variable
|
| H A D | SkRasterPipeline.h | 140 float scale; member
|
| /third_party/skia/src/gpu/effects/ |
| H A D | GrRRectEffect.cpp | 651 float scale = std::max(std::max(r0.fX, r0.fY), std::max(r1.fX, r1.fY)); in onSetData() local [all...] |
| /third_party/skia/src/opts/ |
| H A D | SkBitmapProcState_opts.h | 449 int scale = 256 - 16*y - 16*x + xy; in filter_and_scale_by_alpha() local 396 filter_and_scale_by_alpha(unsigned x, unsigned y, SkPMColor a00, SkPMColor a01, SkPMColor a10, SkPMColor a11, SkPMColor *dst, uint16_t scale) filter_and_scale_by_alpha() argument [all...] |
| H A D | SkRasterPipeline_opts.h | 134 SI U32 round (F v, F scale) { return (uint32_t)(v*scale + 0.5f); } in round() argument [all...] |
| H A D | SkSwizzler_opts.h | 153 static uint8x8_t scale(uint8x8_t x, uint8x8_t y) { in scale() function 344 static __m512i scale(__m512i x, __m512i y) { scale() function 626 static __m256i scale(__m256i x, __m256i y) { scale() function 874 static __m128i scale(__m128i x, __m128i y) { scale() function [all...] |
| /third_party/skia/samplecode/ |
| H A D | SampleSlides.cpp | 67 static void scale(SkPath* path, SkScalar scale) { in scale() argument
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | Matrix.cpp | 372 Matrix Matrix::scale(const Vector &v) in scale() function in sw::Matrix 379 Matrix Matrix::scale(float x, float y, float z) in scale() function in sw::Matrix
|