/external/llvm-project/clang/test/CodeGen/ |
D | builtin_float.c | 5 void test_floats(float f1, float f2) { in test_floats() function
|
/external/python/cpython3/Lib/test/test_json/ |
D | test_float.py | 6 def test_floats(self): member in TestFloat
|
D | test_enum.py | 36 def test_floats(self): member in TestEnum
|
/external/python/cpython2/Lib/json/tests/ |
D | test_float.py | 6 def test_floats(self): member in TestFloat
|
/external/llvm/test/CodeGen/X86/ |
D | mcu-abi.ll | 18 ; CHECK-LABEL: test_floats: 23 define i32 @test_floats(i32 %a, i32 %b, float %c, float %d) #0 {
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | mcu-abi.ll | 20 define i32 @test_floats(i32 %a, i32 %b, float %c, float %d) #0 { 21 ; CHECK-LABEL: test_floats:
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_numbers.py | 106 def test_floats(self): member in NumberTestCase
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_numbers.py | 106 def test_floats(self): member in NumberTestCase
|
/external/python/cpython2/Lib/test/ |
D | test_marshal.py | 64 def test_floats(self): member in FloatTestCase
|
D | test_types.py | 196 def test_floats(self): member in TypesTests
|
D | test_grammar.py | 78 def test_floats(self): member in TokenTests
|
D | test_descr.py | 274 def test_floats(self): member in OperatorsTest
|
/external/python/cpython3/Lib/test/ |
D | test_marshal.py | 65 def test_floats(self): member in FloatTestCase
|
D | test_grammar.py | 162 def test_floats(self): member in TokenTests
|
D | test_statistics.py | 1257 def test_floats(self): member in TestSum 1419 def test_floats(self): member in TestMean
|
D | test_types.py | 172 def test_floats(self): member in TypesTests
|
D | test_descr.py | 256 def test_floats(self): member in OperatorsTest
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-cc-abi.ll | 402 call float @test_floats(float %0, float %0, float %0) 413 ; 32BIT-NEXT: BL_NOP <mcsymbol .test_floats>, csr_aix32, implicit-def dead $lr, implicit $rm, impli… 421 ; 64BIT-NEXT: BL8_NOP <mcsymbol .test_floats>, csr_ppc64, implicit-def dead $lr8, implicit $rm, imp… 424 define float @test_floats(float %f1, float %f2, float %f3) { 431 ; CHECK-LABEL: name: test_floats{{.*}}
|
/external/rust/crates/rand/src/distributions/ |
D | uniform.rs | 1316 fn test_floats() { in test_floats() function
|