Home
last modified time | relevance | path

Searched refs:test_floats (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/clang/test/CodeGen/
Dbuiltin_float.c5 void test_floats(float f1, float f2) { in test_floats() function
/external/python/cpython3/Lib/test/test_json/
Dtest_float.py6 def test_floats(self): member in TestFloat
Dtest_enum.py36 def test_floats(self): member in TestEnum
/external/python/cpython2/Lib/json/tests/
Dtest_float.py6 def test_floats(self): member in TestFloat
/external/llvm/test/CodeGen/X86/
Dmcu-abi.ll18 ; 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/
Dmcu-abi.ll20 define i32 @test_floats(i32 %a, i32 %b, float %c, float %d) #0 {
21 ; CHECK-LABEL: test_floats:
/external/python/cpython2/Lib/ctypes/test/
Dtest_numbers.py106 def test_floats(self): member in NumberTestCase
/external/python/cpython3/Lib/ctypes/test/
Dtest_numbers.py106 def test_floats(self): member in NumberTestCase
/external/python/cpython2/Lib/test/
Dtest_marshal.py64 def test_floats(self): member in FloatTestCase
Dtest_types.py196 def test_floats(self): member in TypesTests
Dtest_grammar.py78 def test_floats(self): member in TokenTests
Dtest_descr.py274 def test_floats(self): member in OperatorsTest
/external/python/cpython3/Lib/test/
Dtest_marshal.py65 def test_floats(self): member in FloatTestCase
Dtest_grammar.py162 def test_floats(self): member in TokenTests
Dtest_statistics.py1257 def test_floats(self): member in TestSum
1419 def test_floats(self): member in TestMean
Dtest_types.py172 def test_floats(self): member in TypesTests
Dtest_descr.py256 def test_floats(self): member in OperatorsTest
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-cc-abi.ll402 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/
Duniform.rs1316 fn test_floats() { in test_floats() function