Home
last modified time | relevance | path

Searched refs:start_value (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/containers/sequences/vector/
H A Daccess.pass.cpp43 assert(c[i] == start_value + i); in test_get_basic()
56 assert(c.front() == start_value); in test_get_basic()
62 int start_value = 35; in test_get() local
65 test_get_basic(c, start_value); in test_get()
66 test_get_basic(cc, start_value); in test_get()
71 int start_value = 35; in test_set() local
76 assert(c[i] == start_value + i); in test_set()
77 c[i] = start_value + i + 1; in test_set()
82 c.at(i) = start_value + i + 2; in test_set()
87 c.front() = start_value + 3; in test_set()
[all …]
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flags_test.cpp28 static void TestFlag(T start_value, const char *env, T final_value) { in TestFlag() argument
29 T flag = start_value; in TestFlag()
43 void TestFlag(const char *start_value, const char *env, in TestFlag() argument
45 const char *flag = start_value; in TestFlag()
/llvm-project-15.0.7/openmp/libomptarget/plugins/amdgpu/impl/
H A Dmsgpack.h97 const unsigned char *start_value = end_key; in handle_map() local
99 skip_next_message(start_value, bytes.end); in handle_map()
103 cb_map_elements({start_key, end_key}, {start_value, end_value}); in handle_map()
H A Dmsgpack.cpp248 const unsigned char *start_value = end_key; in dump() local
250 handle_msgpack<inner>({start_value, bytes.end}, {indent}); in dump()
/llvm-project-15.0.7/llvm/docs/
H A DLangRef.rst16990 float sequential_fadd(start_value, input_vector)
16991 result = start_value
17068 float sequential_fmul(start_value, input_vector)
17069 result = start_value
19175 to ``start_value``.
19230 ``start_value``. Disabled lanes are treated as containing the neutral value
19232 enabled, the resulting value will be equal to ``start_value``.
19346 `start_value``. Disabled lanes are treated as containing the neutral value
19575 the scalar ``start_value``. Disabled lanes are treated as containing the
19632 the scalar ``start_value``. Disabled lanes are treated as containing the
[all …]