| /third_party/typescript/tests/baselines/reference/ |
| H A D | ramdaToolsNoInfinite2.js | |
| H A D | underscoreTest1.js | 666 var flat = _.reduceRight(list, (a, b) => a.concat(b), []); variable 914 var flat = _.reduceRight(list, function (a, b) { return a.concat(b); }, []);
variable
|
| /third_party/json/tests/src/ |
| H A D | unit-json_patch.cpp | 656 json flat = j.flatten(); variable
|
| /third_party/libinput/udev/ |
| H A D | test-libinput-fuzz-extract.c | 39 int min, max, res, fuzz, flat; in START_TEST() member
|
| /third_party/python/Tools/scripts/ |
| H A D | objgraph.py | 50 def flat(list): function
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | cord_ring_reader_test.cc | 38 CordRepFlat* flat = CordRepFlat::New(s.length()); in MakeFlat() local
|
| /third_party/node/deps/v8/src/objects/ |
| H A D | option-utils.h | 113 const String::FlatContent& flat = value_str->GetFlatContent(no_gc); in GetStringOrBooleanOption() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| H A D | SetupProcessor.cpp | 144 bool flat = point; in update() local [all...] |
| H A D | SetupProcessor.hpp | 62 bool flat : 1; member
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cord_rep_flat.h | 132 inline CordRepFlat* CordRep::flat() { in flat() function in absl::cord_internal::CordRep 137 inline const CordRepFlat* CordRep::flat() const { in flat() function in absl::cord_internal::CordRep
|
| H A D | cord_rep_consume_test.cc | 51 auto* flat = CordRepFlat::New(length); in CreateFlatWithLength() local 67 CordRep* flat[6]; member [all...] |
| H A D | cordz_statistics.h | 33 size_t flat = 0; // #flats member
|
| H A D | cord_rep_test_util.h | 59 auto* flat = cord_internal::CordRepFlat::New(value.length()); in MakeFlat() local
|
| H A D | cordz_info_statistics_test.cc | 57 CordRepFlat* flat = CordRepFlat::New(size - kFlatOverhead); in Flat() local 218 auto* flat = ref.NeedsUnref(Flat(512)); in TEST() local 233 auto* flat = ref.Ref(ref.NeedsUnref(Flat(64))); TEST() local 276 auto* flat = Flat(1024); TEST() local 293 auto* flat = ref.Ref(Flat(511), 2); TEST() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/draw/ |
| H A D | draw_pipe_flatshade.c | 62 const struct flat_stage *flat = flat_stage(stage); in copy_flats() local 78 const struct flat_stage *flat = flat_stage(stage); in copy_flats2() local 199 struct flat_stage *flat = flat_stage(stage); in flatshade_init_state() local [all...] |
| /third_party/mesa3d/src/amd/compiler/ |
| H A D | aco_assembler.cpp | 507 FLAT_instruction& flat = instr->flatlike(); in emit_instruction() local [all...] |
| H A D | aco_print_ir.cpp | 485 const FLAT_instruction& flat = instr->flatlike(); in print_instr_format_specific() local [all...] |
| H A D | aco_validate.cpp | 261 bool flat = instr->isFlatLike(); in validate_ir() local
|
| /third_party/mbedtls/3rdparty/everest/library/kremlib/ |
| H A D | FStar_UInt128_extracted.c | 38 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add() local 46 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_underspec() local 53 flat = { a.low + b.low, a.high + b.high + FStar_UInt128_carry(a.low + b.low, b.low) }; in FStar_UInt128_add_mod() local 60 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub() local 68 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; in FStar_UInt128_sub_underspec() local 76 flat = { a.low - b.low, a.high - b.high - FStar_UInt128_carry(a.low, a.low - b.low) }; FStar_UInt128_sub_mod_impl() local 87 FStar_UInt128_uint128 flat = { a.low & b.low, a.high & b.high }; FStar_UInt128_logand() local 93 FStar_UInt128_uint128 flat = { a.low ^ b.low, a.high ^ b.high }; FStar_UInt128_logxor() local 99 FStar_UInt128_uint128 flat = { a.low | b.low, a.high | b.high }; FStar_UInt128_logor() local 105 FStar_UInt128_uint128 flat = { ~a.low, ~a.high }; FStar_UInt128_lognot() local 131 flat = { a.low << s, FStar_UInt128_add_u64_shift_left_respec(a.high, a.low, s) }; FStar_UInt128_shift_left_small() local 139 FStar_UInt128_uint128 flat = { (uint64_t)0U, a.low << (s - FStar_UInt128_u32_64) }; FStar_UInt128_shift_left_large() local 175 flat = { FStar_UInt128_add_u64_shift_right_respec(a.high, a.low, s), a.high >> s }; FStar_UInt128_shift_right_small() local 183 FStar_UInt128_uint128 flat = { a.high >> (s - FStar_UInt128_u32_64), (uint64_t)0U }; FStar_UInt128_shift_right_large() local 227 flat = FStar_UInt128_eq_mask() local 242 flat = FStar_UInt128_gte_mask() local 254 FStar_UInt128_uint128 flat = { a, (uint64_t)0U }; FStar_UInt128_uint64_to_uint128() local 344 flat = FStar_UInt128_mul32() local 371 flat = FStar_UInt128_mul_wide_impl_t_() local 397 flat = FStar_UInt128_mul_wide_impl() local [all...] |
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_lower_io_to_vector.c | 479 bool flat = old_var->data.mode == nir_var_shader_in ? in nir_lower_io_to_vector_impl() local 532 bool flat = flat_outputs[loc]; in nir_lower_io_to_vector_impl() local
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_pack.c | 452 bool flat = (I->op == AGX_OPCODE_LD_VARY_FLAT); in agx_pack_instr() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
| H A D | vktDrawDifferingInterpolationTests.cpp | 152 map<string, string> flat; in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
| H A D | vktDrawDifferingInterpolationTests.cpp | 152 map<string, string> flat; in initPrograms() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderGLSLstd450.cpp | 1074 SIMD::Float SpirvRoutine::interpolateAtXY(const SIMD::Float &x, const SIMD::Float &y, const SIMD::Float &rhw, Pointer<Byte> planeEquation, bool flat, bool perspective) in interpolateAtXY() argument 27 Interpolate(const sw::SIMD::Float &x, const sw::SIMD::Float &y, const sw::SIMD::Float &rhw, const sw::SIMD::Float &A, const sw::SIMD::Float &B, const sw::SIMD::Float &C, bool flat, bool perspective) Interpolate() argument
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| H A D | vp8_lpf_lsx.c | 250 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter16_lsx() local 283 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_v_loop_filter8uv_lsx() local 334 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_h_loop_filter16_lsx() local 421 __m128i mask, hev, flat, thresh, limit, b_limit; in ff_vp8_h_loop_filter8uv_lsx() local 508 __m128i mask, hev, flat; in ff_vp8_v_loop_filter16_inner_lsx() local 540 __m128i mask, hev, flat; ff_vp8_h_loop_filter16_inner_lsx() local [all...] |