Home
last modified time | relevance | path

Searched defs:r4 (Results 1 – 25 of 205) sorted by relevance

123456789

/external/arm-optimized-routines/math/
Derf.c65 double r4 = fma (x2, PA[7], PA[6]); in erf() local
121 double r4 = fma (a, PC[7], PC[6]); in erf() local
151 double r4 = fma (a, PD[7], PD[6]); in erf() local
183 double r4 = fma (a, PE[7], PE[6]); in erf() local
211 double r4 = fma (a, PF[7], PF[6]); in erf() local
/external/rust/android-crates-io/crates/crossbeam-channel/tests/
Dsame_channel.rs20 let r4 = after(ms(100)); in after_same_channel() localVariable
83 let r4 = tick(ms(100)); in tick_same_channel() localVariable
/external/sdv/vsomeip/third_party/boost/mpl/test/
Dnumeric_ops.cpp108 typedef plus<c1,i>::type r4; in MPL_TEST_CASE() typedef
133 typedef times<c1,i>::type r4; in MPL_TEST_CASE() typedef
/external/clang/test/Misc/
Dverify.c13 struct s r4; // expected-error-re {{{{^}}tentative}} variable
/external/sdv/vsomeip/third_party/boost/phoenix/test/operator/
Darithmetic_tests.cpp38 int& r4 = (ref(x) /= 456)(); // should be an lvalue in main() local
Dbitwise_tests.cpp59 int& r4 = (ref(x) <<= 4)(); // should be an lvalue in main() local
/external/ksp/test-utils/testData/api/
DequivalentJavaWildcards.kt191 fun r4(): B<X> = TODO() method
/external/llvm/test/MC/Hexagon/
Dalign.s30 r4 = sub(#1, r4) } define
/external/clang/test/CodeGen/
Dbuiltins-ppc-crypto-disabled.c35 vector unsigned long long r4 = __builtin_crypto_vncipher(ad, bd); in call_crypto_intrinsics() local
/external/openthread/tests/toranj/cli/
Dtest-006-traffic-multi-hop.py68 r4 = cli.Node() variable
Dtest-031-service-aloc-route-lookup.py59 r4 = cli.Node() variable
Dtest-018-next-hop-and-path-cost.py63 r4 = cli.Node() variable
/external/arm-optimized-routines/math/aarch64/sve/
Dcospi.c51 svfloat64_t r4 = svmul_x (pg, r2, r2); in SV_NAME_D1() local
Dsinpi.c47 svfloat64_t r4 = svmul_x (pg, r2, r2); in SV_NAME_D1() local
/external/sdv/vsomeip/third_party/boost/proto/test/
Ddeep_copy.cpp35 plus<terminal<void(&)()>::type, terminal<int>::type>::type r4 = deep_copy(t4 + t1); in test1() local
/external/sdv/vsomeip/third_party/boost/spirit/test/karma/
Dsymbols2.cpp47 rule<output_iterator_type> r4 = lit("Kim"); in main() local
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/transform/detail/preprocessed/
Ddefault_function_impl.hpp109 …ild_c< Expr, 4>::type e4; typedef typename Grammar::template impl<e4, State, Data>::result_type r4; typedef
157 … e4; typedef typename Grammar::template impl<e4, State, Data>::result_type r4; typedef typename re… typedef
205 … e4; typedef typename Grammar::template impl<e4, State, Data>::result_type r4; typedef typename re… typedef
253 … e4; typedef typename Grammar::template impl<e4, State, Data>::result_type r4; typedef typename re… typedef
301 … e4; typedef typename Grammar::template impl<e4, State, Data>::result_type r4; typedef typename re… typedef
349 … e4; typedef typename Grammar::template impl<e4, State, Data>::result_type r4; typedef typename re… typedef
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dutree4.cpp149 rule<char const*, utree()> r4 = int_; in main() local
/external/clang/test/SemaCXX/
Dbuiltin-assume-aligned.cpp39 constexpr void *r4 = __builtin_assume_aligned(&ar2[2], 16, 1); variable
/external/trusty/bootloader/ql-tipc/include/trusty/
Dsmc.h35 unsigned long r4; member
/external/arm-optimized-routines/math/aarch64/advsimd/
Dsinpi.c69 float64x2_t r4 = vmulq_f64 (r2, r2); in V_NAME_D1() local
Dsinpif.c64 float32x4_t r4 = vmulq_f32 (r2, r2); in V_NAME_F1() local
Dcospif.c66 float32x4_t r4 = vmulq_f32 (r2, r2); in V_NAME_F1() local
Dcospi.c69 float64x2_t r4 = vmulq_f64 (r2, r2); in V_NAME_D1() local
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.ref/
Dp6-0x.cpp25 typedef RRI& r4; CHECK_EQUAL_TYPES(r4, int&); typedef

123456789