Home
last modified time | relevance | path

Searched defs:one (Results 1 – 25 of 1350) sorted by relevance

12345678910>>...54

/external/crcalc/tests/src/com/hp/creals/
DCRTest.java70 CR one = CR.valueOf(1); in testCR() local
81 check_eq(one.min(two),one, "min failed"); in testCR() local
82 check_eq(one.abs(),one, "abs failed 1"); in testCR() local
83 check_eq(one.negate().abs(),one, "abs failed 2"); in testCR() local
88 check_eq(one.negate().add(two), one, "negate failed"); in testCR() local
94 check_eq(one.divide(thirteen).multiply(thirteen), one, in testCR() local
100 check_eq(zero.exp(), one, "exp(0) failed"); in testCR() local
105 check_eq(e.ln(), one, "ln(e) failed"); in testCR() local
115 check_eq(half_pi.sin(), one, "sin(pi/2) failed"); in testCR() local
126 check_eq(asin.execute(one.sin()), one, "asin(sin(1) failed"); in testCR() local
[all …]
/external/rust/android-crates-io/crates/axum/src/routing/tests/
Dmerge.rs8 let one = Router::new() in basic() localVariable
31 let one = Router::new().route("/one", get(|| async { "one" })); in multiple_ors_balanced_differently() localVariable
92 let one = Router::new().route("/one", get(|| async { "one" })); in or_with_route_following() localVariable
110 let one = Router::new().route("/foo", get(|| async {})); in layer() localVariable
127 let one = Router::new().route("/foo", get(|| async {})); in layer_and_handle_error() localVariable
147 let one = Router::new().route("/foo", get(|| async {})); in nesting() localVariable
159 let one = Router::new().route("/foo", get(|| async {})); in boxed() localVariable
232 let one = Router::new().nest("/foo/", Router::new().route("/bar", get(all_the_uris))); in nesting_and_seeing_the_right_uri() localVariable
262 let one = Router::new().nest( in nesting_and_seeing_the_right_uri_at_more_levels_of_nesting() localVariable
295 let one = Router::new().nest( in nesting_and_seeing_the_right_uri_ors_with_nesting() localVariable
[all …]
/external/clang/test/CodeGen/
D2004-01-01-UnknownInitSize.c7 struct one struct
13 struct one hobbit = {5, {1, 2, 3}}; argument
/external/rust/android-crates-io/crates/num_enum/tests/
Dtry_from_primitive.rs44 let one: Result<Enum, _> = 1u8.try_into(); in even() localVariable
77 let one: Result<Enum, _> = 1u8.try_into(); in skipped_value() localVariable
107 let one: Result<Enum, _> = 1u8.try_into(); in wrong_order() localVariable
144 let one: Result<Enum, _> = 1i8.try_into(); in negative_values() localVariable
169 let one: Result<Enum, _> = 1u8.try_into(); in discriminant_expressions() localVariable
215 let one: Result<Enum, _> = 1u8.try_into(); in different_values() localVariable
253 let one: Result<EnumWithExclusiveRange, _> = 1u8.try_into(); in different_values_with_exclusive_range() localVariable
282 let one: Result<EnumWithInclusiveRange, _> = 1u8.try_into(); in different_values_with_inclusive_range() localVariable
312 let one: Result<Enum, _> = 1u8.try_into(); in missing_trailing_comma() localVariable
336 let one: Result<Enum, _> = 1u8.try_into(); in ignores_extra_attributes() localVariable
[all …]
Dfrom_primitive.rs25 let one = Enum::from_primitive(1 as $type); localVariable
62 let one = Enum::from_primitive(1_u8); in has_from_primitive_number_standard_default_attribute() localVariable
110 let one = Enum::from_primitive(1_u8); in from_primitive_number_catch_all() localVariable
131 let one = Enum::from_primitive(1_u8); in from_primitive_number_catch_all_in_middle() localVariable
155 let one = Enum::from_primitive(1_u8); in from_primitive_number_with_inclusive_range() localVariable
/external/rust/android-crates-io/crates/rand/src/distributions/
Dfloat.rs188 let mut one = StepRng::new(1 << 8 | 1 << (8 + 32), 0); localVariable
196 let mut one = StepRng::new(1 << 8 | 1 << (8 + 32), 0); localVariable
204 let mut one = StepRng::new(1 << 9 | 1 << (9 + 32), 0); localVariable
228 let mut one = StepRng::new(1 << 11, 0); localVariable
236 let mut one = StepRng::new(1 << 11, 0); localVariable
244 let mut one = StepRng::new(1 << 12, 0); localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Dfloat.rs188 let mut one = StepRng::new(1 << 8 | 1 << (8 + 32), 0); localVariable
196 let mut one = StepRng::new(1 << 8 | 1 << (8 + 32), 0); localVariable
204 let mut one = StepRng::new(1 << 9 | 1 << (9 + 32), 0); localVariable
228 let mut one = StepRng::new(1 << 11, 0); localVariable
236 let mut one = StepRng::new(1 << 11, 0); localVariable
244 let mut one = StepRng::new(1 << 12, 0); localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/distributions/
Dfloat.rs188 let mut one = StepRng::new(1 << 8 | 1 << (8 + 32), 0); localVariable
196 let mut one = StepRng::new(1 << 8 | 1 << (8 + 32), 0); localVariable
204 let mut one = StepRng::new(1 << 9 | 1 << (9 + 32), 0); localVariable
228 let mut one = StepRng::new(1 << 11, 0); localVariable
236 let mut one = StepRng::new(1 << 11, 0); localVariable
244 let mut one = StepRng::new(1 << 12, 0); localVariable
/external/sdv/vsomeip/third_party/boost/algorithm/test/
Dhex_test2.cpp37 std::list<char> one, two, three; in test_to_hex() local
59 std::list<char> one, two, three; in test_to_hex() local
90 std::list<char> one, two, three; in test_from_hex_success() local
112 std::list<char> one, two, three; in test_from_hex_success() local
Dhex_test1.cpp24 String arg, argh, one, two, three, four; in test_to_hex() local
49 String arg, argh, one, two, three, four; in test_to_hex_lower() local
75 String arg, argh, one, two, three, four; in test_from_hex_success() local
106 String arg, one; in test_from_hex_failure() local
/external/guava/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java79 Object one = new Object(); in testStats() local
137 Object one = new Object(); in testStatsNoops() local
179 Object one = new Object(); in testNoStats() local
202 Object one = new Object(); in testRecordStats() local
229 Object one = new Object(); in testAsMap() local
286 Object one = new Object(); in testAsMapRecency() local
/external/guava/android/guava-tests/test/com/google/common/cache/
DLocalLoadingCacheTest.java79 Object one = new Object(); in testStats() local
137 Object one = new Object(); in testStatsNoops() local
179 Object one = new Object(); in testNoStats() local
202 Object one = new Object(); in testRecordStats() local
229 Object one = new Object(); in testAsMap() local
286 Object one = new Object(); in testAsMapRecency() local
/external/mesa3d/src/compiler/nir/tests/
Dcomparison_pre_tests.cpp96 nir_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
148 nir_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
201 nir_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
253 nir_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
305 nir_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
358 nir_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
412 nir_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
465 nir_def *one = nir_imm_float(&bld, 1.0f); in TEST_F() local
/external/igt-gpu-tools/runner/
Drunner_json_tests.c34 static void compare_objects(struct json_object *one, in compare_objects()
49 static void compare_arrays(struct json_object *one, in compare_arrays()
61 static bool compatible_types(struct json_object *one, in compatible_types()
89 static void compare(struct json_object *one, in compare()
/external/sdv/vsomeip/third_party/boost/type_traits/examples/
Diter_swap_example.cpp42 static void do_swap(I one, I two, const boost::false_type&) in do_swap()
50 static void do_swap(I one, I two, const boost::true_type&) in do_swap()
59 inline void iter_swap(I1 one, I2 two) in iter_swap()
/external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/
Dref_unwrapped.cpp27 int one = 1; in BOOST_AUTO_TEST_CASE() local
49 int one = 1; in BOOST_AUTO_TEST_CASE() local
71 const int one = 1; in BOOST_AUTO_TEST_CASE() local
/external/tensorflow/tensorflow/core/kernels/
Deigen_activations.h34 const T one = T(1); in operator() local
40 const Packet one = internal::pset1<Packet>(1); in packetOp() local
/external/pytorch/test/package/package_a/
Dfake_interface.py7 def one(self, inp1: Tensor, inp2: Tensor) -> Tensor: member in ModuleInterface
14 def one(self, inp1: Tensor, inp2: Tensor) -> Tensor: member in OrigModule
27 def one(self, inp1: Tensor, inp2: Tensor) -> Tensor: member in NewModule
/external/fdlibm/
Ds_modf.c27 static const double one = 1.0; variable
29 static double one = 1.0; variable
De_atanh.c36 static const double one = 1.0, huge = 1e300; variable
38 static double one = 1.0, huge = 1e300; variable
De_sinh.c35 static const double one = 1.0, shuge = 1.0e307; variable
37 static double one = 1.0, shuge = 1.0e307; variable
Ds_tanh.c41 static const double one=1.0, two=2.0, tiny = 1.0e-300; variable
43 static double one=1.0, two=2.0, tiny = 1.0e-300; variable
/external/clang/test/SemaObjC/
Dduplicate-ivar-check.m12 int one; // expected-note {{previous declaration is here}} field
13 int one; // expected-error {{duplicate member 'one'}} field
/external/sdv/vsomeip/third_party/boost/algorithm/example/
Dclamp_example.cpp17 bool compare_string_lengths ( const std::string &one, const std::string &two ) in compare_string_lengths()
36 … std::string one ( "Lower Bound" ), two ( "upper bound!" ), test1 ( "test#" ), test2 ( "#test" ); in main() local
/external/tensorflow/tensorflow/core/kernels/special_math/
Dspecial_math_op_misc_impl.h85 const Scalar one = Scalar(1); in generic_dawsn_interval_2() local
113 const Scalar one = Scalar(1); in generic_dawsn_interval_3() local
208 const Scalar one = Scalar(1.0); in generic_expint_interval_2() local
240 const Scalar one = Scalar(1.0); in generic_expint_interval_3() local
274 const Scalar one = Scalar(1.0); in generic_expint_interval_4() local
306 const Scalar one = Scalar(1.0); in generic_expint_interval_5() local
334 const Scalar one = Scalar(1.0); in generic_expint_interval_6() local
368 const Scalar one = Scalar(1.0); in generic_expint_interval_7() local
506 const Scalar one = Scalar(1); in generic_fresnel_asymp() local
616 const Scalar one = Scalar(1.0); in operator() local

12345678910>>...54