Home
last modified time | relevance | path

Searched refs:test_div (Results 1 – 21 of 21) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/MBlaze/
Dfpu.ll53 define float @test_div(float %a, float %b) {
54 ; FUN: test_div:
55 ; FPU: test_div:
/external/eigen/unsupported/test/
Dcxx11_tensor_uint128.cpp97 void test_div() { in test_div() function
156 CALL_SUBTEST_4(test_div()); in test_cxx11_tensor_uint128()
/external/freetype/src/base/
Dftcalc.c876 FT_UInt32 root, rem_hi, rem_lo, test_div;
892 test_div = ( root << 1 ) + 1;
894 if ( rem_hi >= test_div )
896 rem_hi -= test_div;
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Ddiv8.ll6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
Dfp_load_fold.ll30 define double @test_div(double %X, double* %P) {
Dvector.ll55 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/llvm/test/CodeGen/X86/
Ddiv8.ll6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
Dearly-ifcvt.ll162 ; CHECK: test_div
164 define i32 @test_div(i32 %a, i32 %b) nounwind uwtable readnone ssp {
Dfp_load_fold.ll30 define double @test_div(double %X, double* %P) {
Dvector.ll55 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/llvm/test/CodeGen/AArch64/
Darm64-fp128.ll45 define fp128 @test_div() {
46 ; CHECK-LABEL: test_div:
/external/swiftshader/third_party/LLVM/test/CodeGen/PowerPC/
Dvector.ll54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/swiftshader/third_party/LLVM/test/CodeGen/Generic/
Dvector.ll54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/python/cpython2/Lib/test/
Dtest_binop.py291 def test_div(self): member in RatTestCase
Dtest_operator.py150 def test_div(self): member in OperatorTestCase
Dtest_complex.py86 def test_div(self): member in ComplexTest
/external/llvm/test/CodeGen/PowerPC/
Dvector.ll54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/llvm/test/CodeGen/Generic/
Dvector.ll53 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
/external/python/cpython3/Lib/test/
Dtest_binop.py273 def test_div(self): member in RatTestCase
Dtest_pathlib.py695 def test_div(self): member in PurePosixPathTest
1105 def test_div(self): member in PureWindowsPathTest
/external/clang/test/CodeGen/
Dzvector.c735 void test_div (void) in test_div() function