/external/rust/crates/syn/tests/ |
D | test_lit.rs | 180 fn test_float(s: &str, value: f64, suffix: &str) { in floats() function 187 test_float(&again, value, suffix); in floats() 194 test_float("5.5", 5.5, ""); in floats() 195 test_float("5.5E12", 5.5e12, ""); in floats() 196 test_float("5.5e12", 5.5e12, ""); in floats() 197 test_float("1.0__3e-12", 1.03e-12, ""); in floats() 198 test_float("1.03e+12", 1.03e12, ""); in floats() 199 test_float("9e99e99", 9e99, "e99"); in floats() 200 test_float("1e_0", 1.0, ""); in floats() 201 test_float("0.0ECMA", 0.0, "ECMA"); in floats()
|
/external/libcxx/test/libcxx/numerics/ |
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()
|
/external/llvm-project/libcxx/test/libcxx/numerics/ |
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()
|
/external/llvm-project/llvm/test/CodeGen/X86/GlobalISel/ |
D | select-fconstant.mir | 9 define float @test_float() { 19 name: test_float 31 ; CHECK_NOPIC64-LABEL: name: test_float 36 ; CHECK_LARGE64-LABEL: name: test_float 42 ; CHECK_SMALL32-LABEL: name: test_float 47 ; CHECK_LARGE32-LABEL: name: test_float 52 ; CHECK_PIC64-LABEL: name: test_float
|
D | fconstant.ll | 8 define void @test_float(float* %a , float %b) { 9 ; CHECK64_SMALL-LABEL: test_float: 17 ; CHECK64_LARGE-LABEL: test_float: 25 ; CHECK32-LABEL: test_float:
|
/external/llvm-project/libcxx/test/std/strings/string.conversions/ |
D | to_string.pass.cpp | 89 test_float() in test_float() function 119 test_float<float>(); in main() 120 test_float<double>(); in main() 121 test_float<long double>(); in main()
|
D | to_wstring.pass.cpp | 89 test_float() in test_float() function 119 test_float<float>(); in main() 120 test_float<double>(); in main() 121 test_float<long double>(); in main()
|
/external/libcxx/test/std/strings/string.conversions/ |
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()
|
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()
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
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
|
D | vec_fneg.ll | 8 define void @test_float(<4 x float>* %A) { 9 ; CHECK-LABEL: test_float 10 ; CHECK-NOVSX-LABEL: test_float
|
D | aix-lower-constant-pool-index.ll | 29 define float @test_float() { 52 ; 32SMALL-ASM: .test_float: 61 ; 32LARGE-ASM: .test_float: 71 ; 64SMALL-ASM: .test_float: 80 ; 64LARGE-ASM: .test_float:
|
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:
|
/external/llvm/test/CodeGen/PowerPC/ |
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
|
D | vec_fneg.ll | 8 define void @test_float(<4 x float>* %A) { 9 ; CHECK-LABEL: test_float 10 ; CHECK-NOVSX-LABEL: test_float
|
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:
|
/external/skia/resources/sksl/shared/ |
D | MatricesNonsquare.sksl | 3 bool test_float() { 34 return test_float() && test_half() ? colorGreen : colorRed;
|
D | NegatedVectorLiteral.sksl | 3 bool test_float() { 30 return test_float() && test_int() ? colorGreen : colorRed;
|
D | Matrices.sksl | 3 bool test_float() { 46 return test_float() && test_half() ? colorGreen : colorRed;
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | arm-insert-subvector.ll | 3 define <2 x float> @test_float(<6 x float>* %src) { 8 ; CHECK-LABEL: test_float
|
/external/python/jinja/src/jinja2/ |
D | tests.py | 90 def test_float(value): function 184 "float": test_float,
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 5 define void @test_float(float %a, float %b) { 6 ; CHECK-LABEL: test_float:
|
/external/llvm/test/CodeGen/AArch64/ |
D | fcmp.ll | 5 define void @test_float(float %a, float %b) { 6 ; CHECK-LABEL: test_float:
|
/external/clang/test/CodeGenCXX/ |
D | blocks-cxx11.cpp | 26 namespace test_float { namespace
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | builtins-systemz-vector-constrained.c | 13 void test_float(void) { in test_float() function
|