Searched refs:small (Results 101 - 116 of 116) sorted by relevance
12345
/third_party/ffmpeg/ |
H A D | configure | 107 --enable-small optimize for size instead of speed 1945 small 5566 enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres 5645 enabled shared && ! enabled small && test_cmd $windres --version && enable gnu_windres 7109 if enabled small; then 7548 echo "optimize for size ${small-no}"
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 5832 vector<float> small; in createOpQuantizeToF16Group() local 5836 small.reserve(numElements); in createOpQuantizeToF16Group() 5844 small.push_back(0.f); in createOpQuantizeToF16Group() 5847 small.push_back(-0.f); in createOpQuantizeToF16Group() 5850 small.push_back(std::ldexp(1.0f, -16)); in createOpQuantizeToF16Group() 5853 small.push_back(std::ldexp(-1.0f, -32)); in createOpQuantizeToF16Group() 5856 small.push_back(std::ldexp(1.0f, -127)); in createOpQuantizeToF16Group() 5859 small.push_back(-std::ldexp(1.0f, -128)); in createOpQuantizeToF16Group() 5865 spec.inputs.push_back(BufferSp(new Float32Buffer(small))); in createOpQuantizeToF16Group() 5867 spec.outputs.push_back(BufferSp(new Float32Buffer(small))); in createOpQuantizeToF16Group() [all...] |
/third_party/ffmpeg/libavresample/x86/ |
H A D | audio_convert.asm | 282 ; the small gain. On x86-32 there are not enough registers to use len
|
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 247 of small difference:
|
/third_party/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 247 of small difference:
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmInstructionTests.cpp | 5812 vector<float> small; in createOpQuantizeToF16Group() local 5816 small.reserve(numElements); in createOpQuantizeToF16Group() 5824 small.push_back(0.f); in createOpQuantizeToF16Group() 5828 small.push_back(-0.f); in createOpQuantizeToF16Group() 5832 small.push_back(std::ldexp(1.0f, -16)); in createOpQuantizeToF16Group() 5836 small.push_back(std::ldexp(-1.0f, -32)); in createOpQuantizeToF16Group() 5840 small.push_back(std::ldexp(1.0f, -127)); in createOpQuantizeToF16Group() 5844 small.push_back(-std::ldexp(1.0f, -128)); in createOpQuantizeToF16Group() 5851 spec.inputs.push_back(BufferSp(new Float32Buffer(small))); in createOpQuantizeToF16Group() 9055 }, // too small positiv in createOpQuantizeSingleOptionTests() [all...] |
/third_party/mksh/ |
H A D | sh.h | 410 # error Your NSIG_MAX value is too small.
|
/third_party/curl/lib/ |
H A D | url.c | 139 * more than just a few bytes to play with. Don't let it become too small or 143 # error READBUFFER_SIZE is too small 1459 2. check how small the table gets in Curl_getn_scheme_handler()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 1402 blo .Lctr_enc_short @ small sizes
|
/third_party/openssl/crypto/aes/asm/ |
H A D | bsaes-armv7.pl | 1402 blo .Lctr_enc_short @ small sizes
|
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1580 A final warning: program fragments run a small risk of accidentally
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1580 A final warning: program fragments run a small risk of accidentally
|
/third_party/node/deps/v8/src/codegen/ |
H A D | code-stub-assembler.cc | 2185 // uses a small constant for mask. 15324 Label small(csa), medium(csa), done(csa); 15330 &small); 15344 csa->Bind(&small);
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 472 /* adjust misaligned small bit size loads */ 3264 Temp small = bld.vop2(aco_opcode::v_lshrrev_b32, bld.def(v1), exponent_small, mantissa); 3275 lower = bld.vop2(aco_opcode::v_cndmask_b32, bld.def(v1), lower, small, cond_small); 3299 Temp small = bld.sop2(aco_opcode::s_lshr_b32, bld.def(s1), bld.def(s1, scc), mantissa, 3314 lower = bld.sop2(aco_opcode::s_cselect_b32, bld.def(s1), small, lower, cond_small);
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 1582 // The returned map has small keys and values. 1588 // The returned map has small keys and large values. 3643 // join has fast paths for small separators up to 4 bytes 9774 // small rotations in large slice, uses ptr::copy in test_rotate_left() 9782 // non-small prime rotation, has a few rounds of swapping in test_rotate_left() 9809 // small rotations in large slice, uses ptr::copy in test_rotate_right() 9817 // non-small prime rotation, has a few rounds of swapping in test_rotate_right() 14826 // small as possible, to improve compile times. But we also want as much of 15072 // specialize the cases with small separator lengths 15148 // generate loops with hardcoded offsets for small separator in join_generic_copy() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |
Completed in 132 milliseconds
12345