/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/syn-1.0.109/tests/ |
H A D | test_lit.rs | 185 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/ |
D | test_lit.rs | 188 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 D | test_lit.rs | 188 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 D | clamp_to_integral.pass.cpp | 52 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 D | clamp_to_integral.pass.cpp | 51 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 D | to_string.pass.cpp | 84 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 D | to_wstring.pass.cpp | 86 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 D | to_wstring.pass.cpp | 94 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 D | to_string.pass.cpp | 94 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 D | vec_abs.ll | 7 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 D | vec_mul.ll | 70 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 D | vec_fneg.ll | 8 define void @test_float(<4 x float>* %A) { 9 ; CHECK-LABEL: test_float 10 ; CHECK-NOVSX-LABEL: test_float
|
H A D | ppc64le-aggregates.ll | 64 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 D | Makefile | 4 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 D | targets.bzl | 28 name = "test_float", 29 srcs = ["test_float.c"],
|
/aosp_15_r20/external/skia/resources/sksl/shared/ |
H A D | MatricesNonsquare.sksl | 3 bool test_float() { 96 return test_float() && test_half() ? colorGreen : colorRed;
|
H A D | Matrices.sksl | 3 bool test_float() { 93 return test_float() && test_half() && test_comma() ? colorGreen : colorRed;
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | tests.py | 90 def test_float(value): function 184 "float": test_float,
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/nt2/ |
D | phase_oscillator_ensemble.cpp | 168 test_ode_table<float> test_float; in main() local 169 test_float(); in main()
|
/aosp_15_r20/external/llvm/test/CodeGen/AArch64/ |
H A D | fcmp.ll | 5 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/ |
D | ser.rs | 15 fn test_float() { in test_float() function 128 fn test_float() { in test_float() function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | blocks-cxx11.cpp | 26 namespace test_float { namespace
|
/aosp_15_r20/external/rust/android-crates-io/crates/toml_edit/tests/testsuite/ |
D | float.rs | 57 fn test_float() { in test_float() function
|
/aosp_15_r20/external/cronet/components/metrics/structured/ |
H A D | structured_metrics_recorder_unittest.cc | 497 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 D | encode_test.py | 42 def test_float(self): member in TestEncodeTokenized
|