/external/llvm-project/llvm/test/CodeGen/AArch64/GlobalISel/ |
D | legalize-div.mir | 4 name: test_div 7 ; CHECK-LABEL: name: test_div
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | fp_load_fold.ll | 54 define double @test_div(double %X, double* %P) { 55 ; CHECK-LABEL: test_div:
|
D | div8.ll | 6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
|
D | early-ifcvt.ll | 162 ; CHECK: test_div 164 define i32 @test_div(i32 %a, i32 %b) nounwind uwtable readnone ssp {
|
D | vector.ll | 55 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
|
/external/llvm-project/clang/test/CodeGen/SystemZ/ |
D | zvector2.c | 117 void test_div (void) in test_div() function
|
D | zvector.c | 915 void test_div(void) { in test_div() function
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_uint128.cpp | 97 void test_div() { in test_div() function 156 CALL_SUBTEST_4(test_div()); in test_cxx11_tensor_uint128()
|
/external/llvm/test/CodeGen/X86/ |
D | div8.ll | 6 define signext i8 @test_div(i8 %dividend, i8 %divisor) nounwind ssp {
|
D | fp_load_fold.ll | 30 define double @test_div(double %X, double* %P) {
|
D | early-ifcvt.ll | 162 ; CHECK: test_div 164 define i32 @test_div(i32 %a, i32 %b) nounwind uwtable readnone ssp {
|
D | vector.ll | 55 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
|
/external/freetype/src/base/ |
D | ftcalc.c | 945 FT_UInt32 root, rem_hi, rem_lo, test_div; 961 test_div = ( root << 1 ) + 1; 963 if ( rem_hi >= test_div ) 965 rem_hi -= test_div;
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-fp128.ll | 45 define fp128 @test_div() { 46 ; CHECK-LABEL: test_div:
|
/external/llvm-project/clang/test/CodeGen/ |
D | ppc-xmmintrin.c | 836 test_div() { in test_div() function
|
D | ppc-emmintrin.c | 1271 test_div() { in test_div() function
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | vector.ll | 54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
|
/external/llvm/test/CodeGen/PowerPC/ |
D | vector.ll | 54 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
|
/external/python/cpython2/Lib/test/ |
D | test_binop.py | 291 def test_div(self): member in RatTestCase
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | vector.ll | 53 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
|
/external/llvm/test/CodeGen/Generic/ |
D | vector.ll | 53 define void @test_div(%f8* %P, %f8* %Q, %f8* %S) {
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-fp128.ll | 70 define fp128 @test_div() { 71 ; CHECK-LABEL: test_div:
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | ragged_keras_tensor_test.py | 87 def test_div(self): member in RaggedKerasTensorTest
|
/external/python/cpython3/Lib/test/ |
D | test_binop.py | 272 def test_div(self): member in RatTestCase
|
/external/clang/test/CodeGen/ |
D | zvector.c | 735 void test_div (void) in test_div() function
|