Home
last modified time | relevance | path

Searched refs:test_float (Results 1 – 25 of 92) sorted by relevance

1234

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/
H A Dtest_lit.rs185 fn test_float(s: &str, value: f64, suffix: &str) { in floats() function
192 test_float(&again, value, suffix); in floats()
199 test_float("5.5", 5.5, ""); in floats()
200 test_float("5.5E12", 5.5e12, ""); in floats()
201 test_float("5.5e12", 5.5e12, ""); in floats()
202 test_float("1.0__3e-12", 1.03e-12, ""); in floats()
203 test_float("1.03e+12", 1.03e12, ""); in floats()
204 test_float("9e99e99", 9e99, "e99"); in floats()
205 test_float("1e_0", 1.0, ""); in floats()
206 test_float("0.0ECMA", 0.0, "ECMA"); in floats()
/aosp_15_r20/external/rust/android-crates-io/crates/syn/tests/
Dtest_lit.rs188 fn test_float(s: &str, value: f64, suffix: &str) { in floats() function
195 test_float(&again, value, suffix); in floats()
202 test_float("5.5", 5.5, ""); in floats()
203 test_float("5.5E12", 5.5e12, ""); in floats()
204 test_float("5.5e12", 5.5e12, ""); in floats()
205 test_float("1.0__3e-12", 1.03e-12, ""); in floats()
206 test_float("1.03e+12", 1.03e12, ""); in floats()
207 test_float("9e99e99", 9e99, "e99"); in floats()
208 test_float("1e_0", 1.0, ""); in floats()
209 test_float("0.0ECMA", 0.0, "ECMA"); in floats()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-2.0.55/tests/
H A Dtest_lit.rs188 fn test_float(s: &str, value: f64, suffix: &str) { in floats() function
195 test_float(&again, value, suffix); in floats()
202 test_float("5.5", 5.5, ""); in floats()
203 test_float("5.5E12", 5.5e12, ""); in floats()
204 test_float("5.5e12", 5.5e12, ""); in floats()
205 test_float("1.0__3e-12", 1.03e-12, ""); in floats()
206 test_float("1.03e+12", 1.03e12, ""); in floats()
207 test_float("9e99e99", 9e99, "e99"); in floats()
208 test_float("1e_0", 1.0, ""); in floats()
209 test_float("0.0ECMA", 0.0, "ECMA"); in floats()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/numerics/
H A Dclamp_to_integral.pass.cpp52 void test_float() { in test_float() function
88 test_float<short>(); in main()
89 test_float<int>(); in main()
90 test_float<long long>(); in main()
/aosp_15_r20/external/libcxx/test/libcxx/numerics/
H A Dclamp_to_integral.pass.cpp51 void test_float() { in test_float() function
87 test_float<short>(); in main()
88 test_float<int>(); in main()
89 test_float<long long>(); in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/strings/string.conversions/
H A Dto_string.pass.cpp84 void test_float() { in test_float() function
112 test_float<float>(); in main()
113 test_float<double>(); in main()
114 test_float<long double>(); in main()
H A Dto_wstring.pass.cpp86 void test_float() { in test_float() function
114 test_float<float>(); in main()
115 test_float<double>(); in main()
116 test_float<long double>(); in main()
/aosp_15_r20/external/libcxx/test/std/strings/string.conversions/
H A Dto_wstring.pass.cpp94 test_float() in test_float() function
124 test_float<float>(); in main()
125 test_float<double>(); in main()
126 test_float<long double>(); in main()
H A Dto_string.pass.cpp94 test_float() in test_float() function
124 test_float<float>(); in main()
125 test_float<double>(); in main()
126 test_float<long double>(); in main()
/aosp_15_r20/external/llvm/test/CodeGen/PowerPC/
H A Dvec_abs.ll7 define <4 x float> @test_float(<4 x float> %aa) #0 {
9 ; CHECK-LABEL: test_float
10 ; CHECK-NOVSX-LABEL: test_float
11 ; CHECK-NOVSX-LABEL: test_float
H A Dvec_mul.ll70 define <4 x float> @test_float(<4 x float>* %X, <4 x float>* %Y) {
79 ; CHECK-LABEL: test_float:
83 ; CHECK-LE-LABEL: test_float:
87 ; CHECK-VSX-LABEL: test_float:
89 ; CHECK-LE-VSX-LABEL: test_float:
H A Dvec_fneg.ll8 define void @test_float(<4 x float>* %A) {
9 ; CHECK-LABEL: test_float
10 ; CHECK-NOVSX-LABEL: test_float
H A Dppc64le-aggregates.ll64 tail call void @test_float([7 x float] %y, [7 x float] %y, i64 %x)
69 ; CHECK: bl test_float
71 declare void @test_float([7 x float], [7 x float], i64)
/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
H A DMakefile4 all: test_float test_double fast_copy.o fht.o
21 rm -f test_float test_double test_float_header_only test_double_header_only $(OBJ)
H A Dtargets.bzl28 name = "test_float",
29 srcs = ["test_float.c"],
/aosp_15_r20/external/skia/resources/sksl/shared/
H A DMatricesNonsquare.sksl3 bool test_float() {
96 return test_float() && test_half() ? colorGreen : colorRed;
H A DMatrices.sksl3 bool test_float() {
93 return test_float() && test_half() && test_comma() ? colorGreen : colorRed;
/aosp_15_r20/external/python/jinja/src/jinja2/
Dtests.py90 def test_float(value): function
184 "float": test_float,
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/nt2/
Dphase_oscillator_ensemble.cpp168 test_ode_table<float> test_float; in main() local
169 test_float(); in main()
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/
H A Dfcmp.ll5 define void @test_float(float %a, float %b) {
6 ; CHECK-LABEL: test_float:
/aosp_15_r20/external/rust/android-crates-io/crates/serde_cbor/tests/
Dser.rs15 fn test_float() { in test_float() function
128 fn test_float() { in test_float() function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dblocks-cxx11.cpp26 namespace test_float { namespace
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/
Dfloat.rs57 fn test_float() { in test_float() function
/aosp_15_r20/external/cronet/components/metrics/structured/
H A Dstructured_metrics_recorder_unittest.cc497 const float test_float = 3.4; in TEST_F() local
502 test_float))); in TEST_F()
520 EXPECT_EQ(metric.value_double(), test_float); in TEST_F()
/aosp_15_r20/external/pigweed/pw_tokenizer/py/
H A Dencode_test.py42 def test_float(self): member in TestEncodeTokenized

1234