/third_party/boost/libs/geometry/test/formulas/ |
D | direct.cpp | 71 double const r2d = bg::math::r2d<double>(); in test_all() local 90 result.lon2 *= r2d; in test_all() 91 result.lat2 *= r2d; in test_all() 92 result.reverse_azimuth *= r2d; in test_all() 97 result.lon2 *= r2d; in test_all() 98 result.lat2 *= r2d; in test_all() 99 result.reverse_azimuth *= r2d; in test_all() 104 result.lon2 *= r2d; in test_all() 105 result.lat2 *= r2d; in test_all() 106 result.reverse_azimuth *= r2d; in test_all() [all …]
|
D | inverse.cpp | 54 double const r2d = bg::math::r2d<double>(); in test_all() local 68 result_v.azimuth *= r2d; in test_all() 69 result_v.reverse_azimuth *= r2d; in test_all() 74 result_t.azimuth *= r2d; in test_all() 75 result_t.reverse_azimuth *= r2d; in test_all() 80 result_a.azimuth *= r2d; in test_all() 81 result_a.reverse_azimuth *= r2d; in test_all()
|
D | intersection.cpp | 47 double const r2d = bg::math::r2d<double>(); in test_formulas() local 67 result.lon *= r2d; in test_formulas() 68 result.lat *= r2d; in test_formulas() 76 result.lon *= r2d; in test_formulas() 77 result.lat *= r2d; in test_formulas() 85 result.lon *= r2d; in test_formulas() 86 result.lat *= r2d; in test_formulas() 94 result.lon *= r2d; in test_formulas() 95 result.lat *= r2d; in test_formulas() 103 result.lon *= r2d; in test_formulas() [all …]
|
/third_party/ffmpeg/libavcodec/x86/ |
D | bswapdsp.asm | 35 mov r3d, r2d 36 sar r2d, 3 39 sar r2d, 1 68 dec r2d 72 mov r2d, r3d 82 mov r2d, r3d 121 test r2d, 2 129 test r2d, 1 131 mov r2d, [r1] 132 bswap r2d [all …]
|
D | h264_intrapred.asm | 142 movzx r2d, byte [r0+r1*0] 144 add r5d, r2d 148 movzx r2d, byte [r0+r1*0] 150 lea r2d, [r2+r5+16] 151 shr r2d, 5 205 movzx r2d, byte [r0+r1-1] 206 sub r2d, r3d 207 movd mm4, r2d 242 movzx r2d, byte [r0+r1*1-1] 244 sub r2d, r4d [all …]
|
D | h264_intrapred_10bit.asm | 317 mov r2d, 4 328 dec r2d 367 movzx r2d, word [r0+r1*1-2] 369 add r2d, r3d 371 add r2d, r3d 373 add r2d, r3d 374 movd m2, r2d ; s2 376 movzx r2d, word [r4+r1*1-2] 378 add r2d, r3d 380 add r2d, r3d [all …]
|
D | h264_weight_10bit.asm | 47 movifnidn r2d, r2m 102 dec r2d 121 dec r2d 135 sar r2d, 1 143 dec r2d 170 movifnidn r2d, r2m
|
D | h264_deblock_10bit.asm | 164 shl r2d, 2 166 LOAD_AB m4, m5, r2d, r3d 221 shl r2d, 2 223 LOAD_AB m4, m5, r2d, r3d 350 shl r2d, 2 352 LOAD_AB m12, m13, r2d, r3d 378 shl r2d, 2 380 LOAD_AB m12, m13, r2d, r3d
|
D | huffyuvdsp.asm | 160 movzx r2d, word [dstq-2] 161 mov [leftq], r2d 162 movzx r2d, word [topq-2] 163 mov [left_topq], r2d
|
D | h263_loopfilter.asm | 107 movsxdifnidn r2, r2d 118 H263_LOOP_FILTER r4, r3, r0, r0+r1, r2d 149 movsxdifnidn r2, r2d 163 H263_LOOP_FILTER rsp, rsp+8, rsp+16, rsp+24, r2d
|
D | hevc_idct.asm | 727 mov r2d, 7 * 256 730 sub r2d, 256 736 mov r2d, 512 741 add r2d, 256 747 mov r2d, 768 752 add r2d, 256 758 mov r2d, 1024 763 add r2d, 256 769 mov r2d, 1280 774 add r2d, 256
|
D | h264_qpel_8bit.asm | 58 movsxdifnidn r2, r2d 101 movsxdifnidn r2, r2d 161 movsxdifnidn r2, r2d 385 movsxdifnidn r2, r2d 419 movsxdifnidn r2, r2d 425 movsxdifnidn r2, r2d 494 movsxdifnidn r2, r2d 516 movsxdifnidn r2, r2d 547 movsxdifnidn r2, r2d 596 movsxdifnidn r2, r2d [all …]
|
/third_party/boost/boost/geometry/strategies/geographic/ |
D | distance_cross_track.hpp | 218 std::cout << "g4=" << g4 * math::r2d<CT>() << ", close to -270" << std::endl; in normalize() 225 std::cout << "g4=" << g4 * math::r2d<CT>() << ", close to 270" << std::endl; in normalize() 233 std::cout << "g4=" << g4 * math::r2d<CT>() << ", close to -90" << std::endl; in normalize() 305 std::cout << "p4=" << res14.lon2 * math::r2d<CT>() << in bisection() 306 "," << res14.lat2 * math::r2d<CT>() << std::endl; in bisection() 307 … std::cout << "pl=" << pl_lon * math::r2d<CT>() << "," << pl_lat * math::r2d<CT>()<< std::endl; in bisection() 308 … std::cout << "pr=" << pr_lon * math::r2d<CT>() << "," << pr_lat * math::r2d<CT>() << std::endl; in bisection() 390 std::cout << "p4=" << res14.lon2 * math::r2d<CT>() << in newton() 391 "," << res14.lat2 * math::r2d<CT>() << std::endl; in newton() 392 std::cout << "a34=" << res34.azimuth * math::r2d<CT>() << std::endl; in newton() [all …]
|
/third_party/openh264/codec/encoder/core/x86/ |
D | sample_sc.asm | 845 SIGN_EXTENSION r2, r2d 884 movd r2d, xmm1 908 movd r2d, xmm1 910 add r2d, r6d 959 SIGN_EXTENSION r2, r2d 1038 COUNT_SUM xmm1, r2d, r2, 1 1039 COUNT_SUM xmm1, r2d, r2, 1 1040 COUNT_SUM xmm1, r2d, r2, 1 1041 COUNT_SUM xmm1, r2d, r2, 0 1042 COUNT_SUM xmm2, r2d, r2 ,1 [all …]
|
D | score.asm | 183 pextrw r2d, xmm0, 7 ; ecx = 7 186 pinsrw xmm1, r2d, 2 ; f e d c b 7 9 8 188 pextrw r2d, xmm1, 0 ; ecx = 8 189 pinsrw xmm0, r2d, 5 ; 5 6 8 4 3 2 1 0 211 pextrw r2d, xmm0, 7 ; ecx = [7] 214 pinsrw xmm1, r2d, 0 ; xmm1[0] = [7] 238 pextrw r2d , xmm0, 7 241 pinsrw xmm3, r2d, 4 242 pextrw r2d, xmm3, 0 244 pinsrw xmm0, r2d, 3
|
D | dct.asm | 63 movd %1, r2d 65 movd %2, r2d 68 movd %3, r2d 70 movd %4, r2d
|
/third_party/optimized-routines/math/ |
D | erf.c | 75 double x4, x8, r1n, r2n, r1d, r2d, r3d; in erf() local 82 r2d = fma (x2, DA[2], DA[1]); in erf() 85 double Q = r1d + x4 * r2d + x8 * r3d; in erf() 91 double a2, a4, a6, r1n, r2n, r3n, r4n, r1d, r2d, r3d, r4d; in erf() local 99 r2d = fma (a, DB[2], DB[1]); in erf() 105 double Q = r1d + a2 * r2d + a4 * r3d + a6 * r4d; in erf()
|
/third_party/boost/libs/geometry/test/algorithms/envelope_expand/ |
D | test_envelope_expand_on_spheroid.hpp | 88 return value * bg::math::r2d<double>(); in convert() 93 return value * bg::math::r2d<double>(); in convert() 122 return value * bg::math::r2d<double>(); in convert() 127 return value * bg::math::r2d<double>(); in convert() 156 return value * bg::math::r2d<double>(); in convert() 161 return value * bg::math::r2d<double>(); in convert()
|
/third_party/boost/boost/geometry/strategies/spherical/ |
D | distance_cross_track.hpp | 441 << crs_AD * geometry::math::r2d<return_type>() << std::endl; in apply() 443 << crs_AB * geometry::math::r2d<return_type>() << std::endl; in apply() 445 << crs_BA * geometry::math::r2d<return_type>() << std::endl; in apply() 447 << crs_BD * geometry::math::r2d<return_type>() << std::endl; in apply() 449 << d_crs1 * geometry::math::r2d<return_type>() << std::endl; in apply() 451 << d_crs2 * geometry::math::r2d<return_type>() << std::endl; in apply()
|
/third_party/boost/libs/geometry/test/strategies/ |
D | vincenty.cpp | 127 double const r2d = bg::math::r2d<double>(); in test_vincenty() local 140 calc_t az12_deg = az12 * r2d; in test_vincenty() 158 calc_t direct_lon2_deg = direct_lon2 * r2d; in test_vincenty() 159 calc_t direct_lat2_deg = direct_lat2 * r2d; in test_vincenty()
|
/third_party/typescript/tests/baselines/reference/ |
D | objectTypeWithConstructSignatureHidingMembersOfExtendedFunction.js | 29 var r2d = x.data; variable 43 var r2d = x.data;
|
D | objectTypeWithCallSignatureHidingMembersOfExtendedFunction.js | 32 var r2d = x.data; variable 48 var r2d = x.data;
|
/third_party/boost/boost/geometry/srs/projections/impl/ |
D | dms_parser.hpp | 247 T const r2d = math::r2d<T>(); in apply() local 253 ? dms.dms[0] * r2d in apply()
|
/third_party/boost/libs/math/tools/ |
D | rational_tests.cpp | 293 mp_t r2d = boost::math::tools::evaluate_polynomial(&coef[0], mp_t(0.25), i); in main() local 305 " static_cast<T>(" << r2/r2d << "L),\n" in main() 326 " static_cast<T>(" << r2/r2d << "L),\n" in main() 347 " static_cast<T>(" << r2/r2d << "L),\n" in main()
|
/third_party/openh264/codec/decoder/core/x86/ |
D | intra_pred.asm | 189 movd xmm0, r2d 193 movd xmm1, r2d 198 movd xmm2, r2d 202 movd xmm3, r2d 243 movd r2d, xmm1 ; H += (i + 1) * (top[8 + i] - top[6 - i]); 248 SSE2_Copy8Times xmm1, r2d ; xmm1 = b,b,b,b,b,b,b,b 277 movd r2d, xmm7 ; V 283 SSE2_Copy8Times xmm4, r2d ; xmm4 = c,c,c,c,c,c,c,c 421 movd r2d, xmm1 426 SSE2_Copy8Times xmm1, r2d ; mm1 = b,b,b,b,b,b,b,b [all …]
|