Home
last modified time | relevance | path

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

12

/third_party/rust/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()
/third_party/skia/resources/sksl/shared/
DMatrixScalarSplat.sksl3 bool test_float() {
36 return test_float() && test_half() ? colorGreen : colorRed;
DMatricesNonsquare.sksl3 bool test_float() {
96 return test_float() && test_half() ? colorGreen : colorRed;
DMatrices.sksl3 bool test_float() {
93 return test_float() && test_half() && test_comma() ? colorGreen : colorRed;
/third_party/libabigail/tests/data/test-read-ctf/
Dtest0.hash.abi17 …<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-…
Dtest0.abi17 …<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…
Dtest0.c13 float test_float = 0.0; variable
/third_party/node/deps/v8/third_party/jinja2/
Dtests.py94 def test_float(value): function
188 "float": test_float,
/third_party/skia/third_party/externals/jinja2/
Dtests.py94 def test_float(value): function
188 "float": test_float,
/third_party/jinja2/
Dtests.py130 def test_float(value: t.Any) -> bool: function
228 "float": test_float,
/third_party/ltp/tools/sparse/sparse-src/validation/
Dbuiltin-fp-unop.c31 static void test_float(float v) in test_float() function
/third_party/python/Lib/test/
Dtest_abstract_numbers.py20 def test_float(self): member in TestNumbers
Dtest_xdrlib.py67 def test_float(self): member in ConversionErrorTest
Dtest_tokenize.py179 def test_float(self): member in TokenizeTest
Dtest_bool.py37 def test_float(self): member in BoolTest
Dtest_statistics.py730 def test_float(self): member in ExactRatioTest
935 def test_float(self): member in CoerceTest
978 def test_float(self): member in ConvertTest
Dtest_float.py36 def test_float(self): member in GeneralFloatCases
Dpickletester.py1897 def test_float(self): member in AbstractPickleTests
/third_party/python/Lib/test/test_json/
Dtest_decode.py14 def test_float(self): member in TestDecode
/third_party/python/Lib/sqlite3/test/
Dtypes.py61 def test_float(self): member in SqliteTypeTests
172 def test_float(self): member in DeclTypesTests
/third_party/python/Lib/ctypes/test/
Dtest_callbacks.py74 def test_float(self): member in Callbacks
Dtest_cfuncs.py138 def test_float(self): member in CFunctions
/third_party/opencl-headers/tests/
Dtest_headers.c502 int test_float() in test_float() function
634 test_float(); in main()
/third_party/libsnd/
DMakefile.am88 src_test_main_SOURCES = src/test_main.c src/test_main.h src/test_conversions.c src/test_float.c src…
DCMakeLists.txt946 src/test_float.c

12