Home
last modified time | relevance | path

Searched refs:small (Results 126 - 136 of 136) sorted by relevance

123456

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp5812 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 Dsh.h410 # error Your NSIG_MAX value is too small.
/third_party/curl/lib/
H A Durl.c139 * 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 Dbsaes-armv7.pl1402 blo .Lctr_enc_short @ small sizes
/third_party/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1402 blo .Lctr_enc_short @ small sizes
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1580 A final warning: program fragments run a small risk of accidentally
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm1580 A final warning: program fragments run a small risk of accidentally
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc2185 // 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 Daco_instruction_selection.cpp472 /* 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 Drust-library.rs1582 // 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 Dstylo.hpp[all...]

Completed in 109 milliseconds

123456