HomeSort by relevance Sort by last modified time
    Searched refs:dM (Results 1 - 16 of 16) sorted by null

  /external/openssh/
survey.sh.in 65 ${CPP} -dM - </dev/null
  /external/syzkaller/vendor/golang.org/x/sys/unix/
mkerrors.sh 343 echo "${!indirect} $includes" | $CC -x c - -E -dM $ccflags |
463 echo '#include <errno.h>' | $CC -x c - -E -dM $ccflags |
470 echo '#include <signal.h>' | $CC -x c - -E -dM $ccflags |
477 echo '#include <errno.h>' | $CC -x c - -E -dM $ccflags |
480 echo '#include <signal.h>' | $CC -x c - -E -dM $ccflags |
  /external/clang/test/CodeGenCXX/
constructor-for-array-members.cpp 19 double dM;
  /external/pdfium/core/fxge/
cfx_color.cpp 20 CFX_Color ConvertCMYK2GRAY(float dC, float dM, float dY, float dK) {
21 if (!InRange(dC) || !InRange(dM) || !InRange(dY) || !InRange(dK))
25 1.0f - std::min(1.0f, 0.3f * dC + 0.59f * dM + 0.11f * dY + dK));
46 CFX_Color ConvertCMYK2RGB(float dC, float dM, float dY, float dK) {
47 if (!InRange(dC) || !InRange(dM) || !InRange(dY) || !InRange(dK))
50 1.0f - std::min(1.0f, dM + dK),
  /cts/tests/tests/rsblas/src/android/renderscript/cts/
IntrinsicBLAS.java 320 Allocation matrixAS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dN, mBLASData.dM));
322 Allocation vectorYS = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dM, 1));
329 Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32(mRS), mBLASData.dM, 1));
354 int dimY = 1 + (mBLASData.dM - 1) * incY;
375 Allocation matrixAD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dN, mBLASData.dM));
377 Allocation vectorYD = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dM, 1));
384 Allocation vectorYRef = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F64(mRS), mBLASData.dM, 1));
409 int dimY = 1 + (mBLASData.dM - 1) * incY;
430 Allocation matrixAC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dN, mBLASData.dM));
432 Allocation vectorYC = Allocation.createTyped(mRS, Type.createXY(mRS, Element.F32_2(mRS), mBLASData.dM, 1))
    [all...]
BLASData.java 34 int dM;
651 dM = Integer.parseInt(results[0]);
    [all...]
  /external/eigen/test/
sparse_solver.h 221 DenseMatrix dM(size, size);
223 initSparse<Scalar>(density, dM, M, ForceNonZeroDiag);
226 dA = dM * dM.adjoint();
  /external/capstone/
Makefile 260 IS_APPLE := $(shell $(CC) -dM -E - < /dev/null | grep -cm 1 -e __apple_build_version__ -e __APPLE_CC__)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java 1794 int dm = cal.fieldDifference(date2, Calendar.MONTH); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java 1791 int dm = cal.fieldDifference(date2, Calendar.MONTH); local
    [all...]
  /external/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/webrtc/data/voice_engine/stereo_rtp_files/
stereo_g729_jitter.rtp     [all...]
hrtf_g722_1C_48.rtp     [all...]
hrtf_g722_1C_48_jitterT2.rtp     [all...]
toggling_stereo_g729_pt18_pt125.rtp     [all...]
  /external/webrtc/talk/media/testdata/
h264-svc-99-640x360.rtpdump 20 ^v? ??'??-?&%?Qw? ?@??n??A;??uhK??R?y?q?y??? @b?@???ª????p'S?ž??xE??3?_\:??30 (|??DM??????K??1?l???&??m{??/??? ?[???????q???É????'D?/?5????} 6??$???m??:?'??<??Q?nz?[_?#`H?0???z:?|3?:F'? @?+??h??+?|?òi?:?5=-??????K~???m?-?B`?/????e[??)o?4?LbV????7')hC?&?Av5?M-??t"?#???8????'M ?
    [all...]

Completed in 681 milliseconds