/external/libnetfilter_conntrack/src/expect/ |
D | compare.c | 15 const struct nf_expect *exp2, in exp_cmp() argument 18 const struct nf_expect *exp2, in exp_cmp() 22 int b = test_bit(attr, exp2->set); in exp_cmp() 25 return cmp(exp1, exp2, flags); in exp_cmp() 38 cmp_exp_master(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_master() argument 42 (struct nf_conntrack *)&exp2->master, flags); in cmp_exp_master() 46 cmp_exp_expected(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_expected() argument 50 (struct nf_conntrack *)&exp2->expected, flags); in cmp_exp_expected() 54 cmp_exp_mask(const struct nf_expect *exp1, const struct nf_expect *exp2, in cmp_exp_mask() argument 58 (struct nf_conntrack *)&exp2->mask, flags); in cmp_exp_mask() [all …]
|
/external/arm-optimized-routines/test/testcases/directed/ |
D | exp2.tst | 1 ; Directed test cases for exp2 6 func=exp2 op1=7ff80000.00000001 result=7ff80000.00000001 errno=0 7 func=exp2 op1=fff80000.00000001 result=7ff80000.00000001 errno=0 8 func=exp2 op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i 9 func=exp2 op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i 10 func=exp2 op1=7ff00000.00000000 result=7ff00000.00000000 errno=0 11 func=exp2 op1=fff00000.00000000 result=00000000.00000000 errno=0 12 func=exp2 op1=7fefffff.ffffffff result=7ff00000.00000000 errno=ERANGE status=ox 13 func=exp2 op1=ffefffff.ffffffff result=00000000.00000000 errno=ERANGE status=ux 14 func=exp2 op1=00000000.00000000 result=3ff00000.00000000 errno=0 [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/SimplifyLibCalls/ |
D | exp2.ll | 10 %exp2 = tail call double @exp2( double %tmp12 ) ; <double> [#uses=1] 11 ret double %exp2 26 %exp2 = tail call double @exp2( double %tmp12 ) ; <double> [#uses=1] 27 ret double %exp2 33 %exp2 = tail call double @exp2( double %tmp12 ) ; <double> [#uses=1] 34 ret double %exp2 37 declare double @exp2(double)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/ |
D | exp2-1.ll | 1 ; Test that the exp2 library call simplifier works correctly. 9 declare double @exp2(double) 12 ; Check exp2(sitofp(x)) -> ldexp(1.0, sext(x)). 17 %ret = call double @exp2(double %conv) 25 %ret = call double @exp2(double %conv) 33 %ret = call double @exp2(double %conv) 46 ; Check exp2(uitofp(x)) -> ldexp(1.0, zext(x)). 51 %ret = call double @exp2(double %conv) 52 ; CHECK: call double @exp2 59 %ret = call double @exp2(double %conv) [all …]
|
D | exp2-2.ll | 1 ; Test that the exp2 library call simplifier works correctly. 7 declare float @exp2(double) 9 ; Check that exp2 functions with the wrong prototype aren't simplified. 14 %ret = call float @exp2(double %conv) 15 ; CHECK: call float @exp2(double %conv)
|
D | pow-exp.ll | 15 %call = call fast double @exp2(double %x) nounwind readnone 22 ; CHECK-NEXT: %exp2 = call fast double @exp2(double %mul) 23 ; CHECK-NEXT: ret double %exp2 47 declare double @exp2(double)
|
D | log-pow.ll | 37 %call2 = call fast double @exp2(double %x) 43 ; CHECK-NEXT: %call2 = call fast double @exp2(double %x) 48 %call2 = call double @exp2(double %x) 54 ; CHECK-NEXT: %call2 = call double @exp2(double %x) 59 declare double @exp2(double)
|
/external/llvm/test/Transforms/InstCombine/ |
D | exp2-1.ll | 1 ; Test that the exp2 library call simplifier works correctly. 9 declare double @exp2(double) 12 ; Check exp2(sitofp(x)) -> ldexp(1.0, sext(x)). 17 %ret = call double @exp2(double %conv) 25 %ret = call double @exp2(double %conv) 33 %ret = call double @exp2(double %conv) 46 ; Check exp2(uitofp(x)) -> ldexp(1.0, zext(x)). 51 %ret = call double @exp2(double %conv) 52 ; CHECK: call double @exp2 59 %ret = call double @exp2(double %conv) [all …]
|
D | exp2-2.ll | 1 ; Test that the exp2 library call simplifier works correctly. 7 declare float @exp2(double) 9 ; Check that exp2 functions with the wrong prototype aren't simplified. 14 %ret = call float @exp2(double %conv) 15 ; CHECK: call float @exp2(double %conv)
|
D | pow-exp.ll | 15 %call = call fast double @exp2(double %x) nounwind readnone 22 ; CHECK-NEXT: %exp2 = call fast double @exp2(double %mul) 23 ; CHECK-NEXT: ret double %exp2 47 declare double @exp2(double)
|
D | log-pow.ll | 37 %call2 = call fast double @exp2(double %x) 43 ; CHECK-NEXT: %call2 = call fast double @exp2(double %x) 48 %call2 = call double @exp2(double %x) 54 ; CHECK-NEXT: %call2 = call double @exp2(double %x) 59 declare double @exp2(double)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | log-exp-intrinsic.ll | 7 declare double @llvm.exp2.f64(double) 59 %1 = call double @llvm.exp2.f64(double %a) 66 ; CHECK-NEXT: [[TMP1:%.*]] = call reassoc double @llvm.exp2.f64(double [[A:%.*]]) 70 %1 = call reassoc double @llvm.exp2.f64(double %a) 77 ; CHECK-NEXT: [[TMP1:%.*]] = call double @llvm.exp2.f64(double [[A:%.*]]) 79 ; CHECK-NEXT: [[TMP3:%.*]] = call double @llvm.exp2.f64(double [[TMP2]]) 83 %1 = call double @llvm.exp2.f64(double %a) 85 %3 = call double @llvm.exp2.f64(double %2) 94 %1 = call double @llvm.exp2.f64(double %a) 96 %3 = call double @llvm.exp2.f64(double %2) [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/XCore/ |
D | exp2.ll | 3 ; RUN: grep "bl exp2" %t1.s | count 2 4 declare double @llvm.exp2.f64(double) 7 %result = call double @llvm.exp2.f64(double %F) 11 declare float @llvm.exp2.f32(float) 14 %result = call float @llvm.exp2.f32(float %F)
|
/external/llvm/test/CodeGen/ARM/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared 7 declare double @exp2(double) 12 ; CHECK: bl exp2 13 %2 = call double @exp2(double 0.000000e+00)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared 7 declare double @exp2(double) 12 ; CHECK: bl exp2 13 %2 = call double @exp2(double 0.000000e+00)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared 7 declare double @exp2(double) 12 ; CHECK: calll exp2 13 %2 = call double @exp2(double 0.000000e+00)
|
/external/llvm/test/CodeGen/X86/ |
D | log2_not_readnone.ll | 3 ; Log2 and exp2 are string-matched to intrinsics. If they are not declared 7 declare double @exp2(double) 12 ; CHECK: calll exp2 13 %2 = call double @exp2(double 0.000000e+00)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/LTO/X86/ |
D | triple-init2.ll | 14 ; We check that LTO will be aware of target triple and prevent exp2 to ldexpf 24 %exp2 = tail call float @llvm.exp2.f32(float %conv) 25 %conv1 = fptosi float %exp2 to i32 30 declare float @llvm.exp2.f32(float)
|
/external/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/ |
D | bind_return_type.pass.cpp | 68 Expect exp2 = ret(101, 102); in do_test() local 73 assert(exp2 == 42); in do_test() 79 assert(&exp2 == &dummy); in do_test() 107 Expect exp2 = ret(101, 102); in do_test_r() local 109 assert(exp2 == 42); in do_test_r()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cse_test.cc | 229 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local 234 builder.AddInstruction(HloInstruction::CreateTuple({exp1, exp2, exp3})); in TEST_F() 240 EXPECT_THAT(tuple, op::Tuple(exp1, exp2, exp3)); in TEST_F() 247 EXPECT_THAT(first_operand, ::testing::AnyOf(exp1, exp2, exp3)); in TEST_F() 435 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local 437 *exp2->mutable_shape()->mutable_layout() = LayoutUtil::MakeLayout({1, 0}); in TEST_F() 440 builder.AddInstruction(HloInstruction::CreateTuple({exp1, exp2})); in TEST_F() 446 EXPECT_THAT(tuple, op::Tuple(exp1, exp2)); in TEST_F() 452 EXPECT_THAT(tuple, op::Tuple(exp1, exp2)); in TEST_F() 466 auto exp2 = builder.AddInstruction(HloInstruction::CreateUnary( in TEST_F() local [all …]
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | exp2.glsl | 3 ; FUNC-LABEL: {{^}}@exp2: 9 #shader fs exp2 13 gl_FragColor.x = exp2(f);
|
/external/python/rsa/rsa/ |
D | key.py | 381 self.exp2 = int(d % (q - 1)) 392 return self.n, self.e, self.d, self.p, self.q, self.exp1, self.exp2, self.coef 396 self.n, self.e, self.d, self.p, self.q, self.exp1, self.exp2, self.coef = state 411 self.exp2 == other.exp2 and 418 return hash((self.n, self.e, self.d, self.p, self.q, self.exp1, self.exp2, self.coef)) 497 exp1, exp2, coef = map(int, priv[6:9]) 499 if (key.exp1, key.exp2, key.coef) != (exp1, exp2, coef): 541 asn_key.setComponentByName('exponent2', self.exp2)
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | llvm.exp2.ll | 16 %0 = call float @llvm.exp2.f32(float %in) 39 %0 = call <2 x float> @llvm.exp2.v2f32(<2 x float> %in) 73 %0 = call <4 x float> @llvm.exp2.v4f32(<4 x float> %in) 78 declare float @llvm.exp2.f32(float) readnone 79 declare <2 x float> @llvm.exp2.v2f32(<2 x float>) readnone 80 declare <4 x float> @llvm.exp2.v4f32(<4 x float>) readnone
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | llvm.exp2.ll | 16 %0 = call float @llvm.exp2.f32(float %in) 39 %0 = call <2 x float> @llvm.exp2.v2f32(<2 x float> %in) 73 %0 = call <4 x float> @llvm.exp2.v4f32(<4 x float> %in) 78 declare float @llvm.exp2.f32(float) readnone 79 declare <2 x float> @llvm.exp2.v2f32(<2 x float>) readnone 80 declare <4 x float> @llvm.exp2.v4f32(<4 x float>) readnone
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/XCore/ |
D | float-intrinsics.ll | 4 declare double @llvm.exp2.f64(double) 45 define double @exp2(double %F) { 46 ; CHECK-LABEL: exp2: 47 ; CHECK: bl exp2 48 %result = call double @llvm.exp2.f64(double %F) 52 declare float @llvm.exp2.f32(float) 57 %result = call float @llvm.exp2.f32(float %F)
|