/third_party/rust/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()
|
/third_party/skia/resources/sksl/shared/ |
D | MatrixScalarSplat.sksl | 3 bool test_float() { 36 return test_float() && test_half() ? colorGreen : colorRed;
|
D | MatricesNonsquare.sksl | 3 bool test_float() { 96 return test_float() && test_half() ? colorGreen : colorRed;
|
D | Matrices.sksl | 3 bool test_float() { 93 return test_float() && test_half() && test_comma() ? colorGreen : colorRed;
|
/third_party/libabigail/tests/data/test-read-ctf/ |
D | test0.hash.abi | 17 …<elf-symbol name='test_float' size='4' type='object-type' binding='global-binding' visibility='def… 55 …<var-decl name='test_float' type-id='a6c45d85' mangled-name='test_float' visibility='default' elf-…
|
D | test0.abi | 17 …<elf-symbol name='test_float' size='4' type='object-type' binding='global-binding' visibility='def… 55 …<var-decl name='test_float' type-id='type-id-2' mangled-name='test_float' visibility='default' elf…
|
D | test0.c | 13 float test_float = 0.0; variable
|
/third_party/node/deps/v8/third_party/jinja2/ |
D | tests.py | 94 def test_float(value): function 188 "float": test_float,
|
/third_party/skia/third_party/externals/jinja2/ |
D | tests.py | 94 def test_float(value): function 188 "float": test_float,
|
/third_party/jinja2/ |
D | tests.py | 130 def test_float(value: t.Any) -> bool: function 228 "float": test_float,
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | builtin-fp-unop.c | 31 static void test_float(float v) in test_float() function
|
/third_party/python/Lib/test/ |
D | test_abstract_numbers.py | 20 def test_float(self): member in TestNumbers
|
D | test_xdrlib.py | 67 def test_float(self): member in ConversionErrorTest
|
D | test_tokenize.py | 179 def test_float(self): member in TokenizeTest
|
D | test_bool.py | 37 def test_float(self): member in BoolTest
|
D | test_statistics.py | 730 def test_float(self): member in ExactRatioTest 935 def test_float(self): member in CoerceTest 978 def test_float(self): member in ConvertTest
|
D | test_float.py | 36 def test_float(self): member in GeneralFloatCases
|
D | pickletester.py | 1897 def test_float(self): member in AbstractPickleTests
|
/third_party/python/Lib/test/test_json/ |
D | test_decode.py | 14 def test_float(self): member in TestDecode
|
/third_party/python/Lib/sqlite3/test/ |
D | types.py | 61 def test_float(self): member in SqliteTypeTests 172 def test_float(self): member in DeclTypesTests
|
/third_party/python/Lib/ctypes/test/ |
D | test_callbacks.py | 74 def test_float(self): member in Callbacks
|
D | test_cfuncs.py | 138 def test_float(self): member in CFunctions
|
/third_party/opencl-headers/tests/ |
D | test_headers.c | 502 int test_float() in test_float() function 634 test_float(); in main()
|
/third_party/libsnd/ |
D | Makefile.am | 88 src_test_main_SOURCES = src/test_main.c src/test_main.h src/test_conversions.c src/test_float.c src…
|
D | CMakeLists.txt | 946 src/test_float.c
|