Home
last modified time | relevance | path

Searched refs:dp1 (Results 1 – 25 of 26) sorted by relevance

12

/external/jemalloc_new/test/integration/
Dallocated.c16 uint64_t *ap0, *ap1, *dp0, *dp1; in thd_start() local
82 sz = sizeof(dp1); in thd_start()
83 mallctl("thread.deallocatedp", (void *)&dp1, &sz, NULL, 0); in thd_start()
84 assert_u64_eq(*dp1, d1, in thd_start()
87 assert_ptr_eq(dp0, dp1, in thd_start()
/external/eigen/blas/f2c/
Ddrotmg.c37 doublereal du, dp1, dp2, dq1, dq2, dh11, dh12, dh21, dh22; in drotmg_() local
117 dp1 = *dd1 * *dx1; in drotmg_()
119 dq1 = dp1 * *dx1; in drotmg_()
125 dh12 = dp2 / dp1; in drotmg_()
149 dh11 = dp1 / dp2; in drotmg_()
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Datomics-sm60.ll5 define void @test(double* %dp0, double addrspace(1)* %dp1, double addrspace(3)* %dp3, double %d) {
9 %r2 = call double @llvm.nvvm.atomic.load.add.f64.p1f64(double addrspace(1)* %dp1, double %d)
16 define void @test2(double* %dp0, double addrspace(1)* %dp1, double addrspace(3)* %dp3, double %d) {
20 %r2 = atomicrmw fadd double addrspace(1)* %dp1, double %d seq_cst
/external/mesa3d/src/intel/compiler/
Dbrw_clip_line.c72 c->reg.dp1 = brw_vec1_grf(i, 4); in brw_clip_line_alloc_regs()
184 brw_MOV(p, c->reg.dp1, deref_1f(temp_ptr, 0)); in clip_and_emit_line()
195 brw_DP4(p, vec4(c->reg.dp1), deref_4f(vtx1, hpos_offset), c->reg.plane_equation); in clip_and_emit_line()
199 brw_CMP(p, brw_null_reg(), BRW_CONDITIONAL_L, vec1(c->reg.dp1), brw_imm_f(0.0f)); in clip_and_emit_line()
216 brw_ADD(p, c->reg.t, c->reg.dp1, negate(c->reg.dp0)); in clip_and_emit_line()
218 brw_MUL(p, c->reg.t, c->reg.t, c->reg.dp1); in clip_and_emit_line()
239 brw_ADD(p, c->reg.t, c->reg.dp0, negate(c->reg.dp1)); in clip_and_emit_line()
Dbrw_clip.h57 struct brw_reg dp0, dp1; member
/external/llvm-project/clang/test/SemaCXX/
Doverload-call.cpp23 double* dp1 = g(iv, fv, fv); in test_g() local
45 double* dp1 = i(lv); in test_i() local
72 double* dp1 = k(L"foo"); in test_k() local
85 double* dp1 = l("foo"); in test_l() local
109 double* dp1 = n(fa); in test_n() local
128 double* dp1 = o(PromotesToUnsignedIntValue); in test_o() local
161 double* dp1 = multiparm(sv, sv, sv); in test_multiparm() local
/external/clang/test/SemaCXX/
Doverload-call.cpp23 double* dp1 = g(iv, fv, fv); in test_g() local
45 double* dp1 = i(lv); in test_i() local
72 double* dp1 = k(L"foo"); in test_k() local
85 double* dp1 = l("foo"); in test_l() local
109 double* dp1 = n(fa); in test_n() local
128 double* dp1 = o(PromotesToUnsignedIntValue); in test_o() local
161 double* dp1 = multiparm(sv, sv, sv); in test_multiparm() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateDayPeriodChart.java72 for (DayPeriod dp1 : periods) { in main()
74 int comp = dp1.compareTo(dp2); in main()
76 minimalPairs.put(dp2, dp1, locale, Boolean.TRUE); in main()
78 minimalPairs.put(dp1, dp2, locale, Boolean.TRUE); in main()
/external/mesa3d/src/mesa/tnl/
Dt_vb_cliptmp.h87 const GLfloat dp1 = CLIP_DOTPROD( v1, A, B, C, D ); \
89 const GLboolean neg_dp1 = dp1 < 0.0f; \
102 GLfloat t = dp1 / (dp1 - dp0); \
105 GLfloat t = dp0 / (dp0 - dp1); \
/external/testng/src/test/java/test/dataprovider/
DDuplicateDataProviderSampleTest.java13 public Object[] dp1() { in dp1() method in DuplicateDataProviderSampleTest
DIndicesTest.java9 public Object[][] dp1() { in dp1() method in IndicesTest
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_clip.c587 const float dp1 = getclipdist(clipper, v1, plane_idx); in do_clip_line() local
589 if (util_is_inf_or_nan(dp0) || util_is_inf_or_nan(dp1)) in do_clip_line()
592 if (dp1 < 0.0F) { in do_clip_line()
593 float t = dp1 / (dp1 - dp0); in do_clip_line()
598 float t = dp0 / (dp0 - dp1); in do_clip_line()
/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp44 double *dp1 = first_arg<>(dp); in test_explicit_spec_extension() local
/external/testng/src/test/java/test/inject/
DInjectDataProviderTest.java20 public Object[][] dp1() { in dp1() method in InjectDataProviderTest
/external/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp9-0x.cpp44 double *dp1 = first_arg<>(dp); in test_explicit_spec_extension() local
/external/llvm/test/CodeGen/AArch64/
Darm64-ldp.ll290 %dp1 = bitcast i8* %bp1p1 to i64*
291 %tmp1 = load i64, i64* %dp1, align 1
313 %dp1 = bitcast i8* %bp1p1 to i32*
314 %tmp1 = load i32, i32* %dp1, align 1
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-ldp.ll313 %dp1 = bitcast i8* %bp1p1 to i64*
314 %tmp1 = load i64, i64* %dp1, align 1
336 %dp1 = bitcast i8* %bp1p1 to i32*
337 %tmp1 = load i32, i32* %dp1, align 1
/external/llvm-project/mlir/integration_test/Dialect/Vector/CPU/
Dtest-contraction.mlir202 %dp1 = vector.contract #dotp_trait %a, %b, %f0
207 vector.print %dp1 : f32
/external/swiftshader/src/Shader/
DShaderCore.hpp281 void dp1(Vector4f &dst, const Vector4f &src0, const Vector4f &src1);
DVertexProgram.cpp187 case Shader::OPCODE_DP1: dp1(d, s0, s1); break; in program()
DPixelProgram.cpp211 case Shader::OPCODE_DP1: dp1(d, s0, s1); break; in applyShader()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DDateFormatTest.java3926 Date d1, d2, dp1, dp2, dexp1, dexp2; in Test6880() local
3952 dp1 = fmt.parse(s1); in Test6880()
3955 if (!dp1.equals(dexp1)) { in Test6880()
3956 errln("FAIL: Failed to parse " + s1 + " parsed: " + dp1 + " expected: " + dexp1); in Test6880()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DDateFormatTest.java3923 Date d1, d2, dp1, dp2, dexp1, dexp2; in Test6880() local
3949 dp1 = fmt.parse(s1); in Test6880()
3952 if (!dp1.equals(dexp1)) { in Test6880()
3953 errln("FAIL: Failed to parse " + s1 + " parsed: " + dp1 + " expected: " + dexp1); in Test6880()
/external/icu/icu4c/source/test/intltest/
Ddtfmttst.cpp3841 UDate d1, d2, dp1, dp2, dexp1, dexp2; in Test6880() local
3875 dp1 = fmt->parse(s1, status); in Test6880()
3882 if (dp1 != dexp1) { in Test6880()
3883 errln("FAIL: Failed to parse " + s1 + " parsed: " + dp1 + " expected: " + dexp1); in Test6880()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp16353 const double dp1 (1.0 - dp2); in calc() local
16354 const double dpe (eta2 * dp1); in calc()
16409 const fp16type dp1 (1.0 - dp2.asDouble()); in calc() local
16410 const fp16type dpe (eta2.asDouble() * dp1.asDouble()); in calc()

12