HomeSort by relevance Sort by last modified time
    Searched refs:gm (Results 1 - 25 of 66) sorted by null

1 2 3

  /external/skia/tools/viewer/
GMSlide.cpp 17 GMSlide::GMSlide(skiagm::GM* gm) : fGM(gm) {
18 fName.printf("GM_%s", gm->getName());
25 // Does the GM ever rely on drawBackground to lazily compute something?
GMSlide.h 12 #include "gm.h"
16 GMSlide(skiagm::GM* gm);
27 skiagm::GM* fGM;
  /external/skia/tools/
reformat-json.py 26 # We need to add the 'gm' directory, so that we can import gm_json.py within
28 # written out by the GM tool.
29 # Make sure that the 'gm' dir is in the PYTHONPATH, but add it at the *end*
32 # This assumes that the 'gm' directory has been checked out as a sibling of
36 os.path.join(os.path.dirname(os.path.dirname(__file__)), 'gm'))
ok_srcs.cpp 9 #include "gm.h"
23 skiagm::GM* (*factory)(void*);
24 std::unique_ptr<skiagm::GM> gm; member in struct:GMStream::GMSrc
27 if (gm) { return; }
28 gm.reset(factory(nullptr));
33 return gm->getName();
38 return gm->getISize();
44 canvas->concat(gm->getInitialTransform());
45 gm->draw(canvas)
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
main.cc 56 BOOL gm; local
57 while ((gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
66 (gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) {
  /external/skia/bench/
GMBench.cpp 10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) {
11 fName.printf("GM_%s", gm->getName());
25 fGM->setMode(skiagm::GM::kBench_Mode);
27 // Does the GM ever rely on drawBackground to lazily compute something?
GMBench.h 12 #include "gm.h"
15 * Runs a GM as a benchmark by repeatedly drawing the GM.
19 // Constructor takes ownership of the GM param.
20 GMBench(skiagm::GM* gm);
30 skiagm::GM* fGM;
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetProvider.java 57 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
61 gm.updateAppWidget(appWidgetIds, views);
63 gm.updateAppWidget(new ComponentName("com.android.tests.appwidgethost",
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
TestAppWidgetProvider.java 49 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
53 gm.updateAppWidget(appWidgetIds, views);
55 gm.updateAppWidget(new ComponentName("com.android.tests.appwidgetprovider",
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_rgb9e5.h 105 int rm, gm, bm; local
131 gm = (int) floor(gc / denom + 0.5);
135 assert(gm <= MAX_RGB9E5_MANTISSA);
138 assert(gm >= 0);
142 retval.field.g = gm;
  /external/skia/fuzz/
FuzzGradients.cpp 130 SkMatrix gm; local
131 makeMatrix(fuzz, &gm);
132 logLinearGradient(pts, colors, pos, mode, flags, localMatrix.getMaybeNull(), &gm);
134 c->setMatrix(gm);
169 SkMatrix gm; local
170 makeMatrix(fuzz, &gm);
172 c->setMatrix(gm);
207 SkMatrix gm; local
208 makeMatrix(fuzz, &gm);
210 c->setMatrix(gm);
243 SkMatrix gm; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
softfloat64.go 197 gs, gm, ge, gi, gn := funpack64(g)
213 case fm == 0 && gm == 0 && fs != 0 && gs != 0: // -0 + -0 = -0
217 if gm == 0 {
222 case gm == 0: // f + 0 = f
227 if fe < ge || fe == ge && fm < gm {
228 f, g, fs, fm, fe, gs, gm, ge = g, f, gs, gm, ge, fs, fm, fe
233 gm <<= 2
234 trunc := gm & (1<<shift - 1)
235 gm >>= shif
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
softfloat64.go 197 gs, gm, ge, gi, gn := funpack64(g)
213 case fm == 0 && gm == 0 && fs != 0 && gs != 0: // -0 + -0 = -0
217 if gm == 0 {
222 case gm == 0: // f + 0 = f
227 if fe < ge || fe == ge && fm < gm {
228 f, g, fs, fm, fe, gs, gm, ge = g, f, gs, gm, ge, fs, fm, fe
233 gm <<= 2
234 trunc := gm & (1<<shift - 1)
235 gm >>= shif
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/appwidget/
ExampleBroadcastReceiver.java 43 AppWidgetManager gm = AppWidgetManager.getInstance(context); local
51 ExampleAppWidgetProvider.updateAppWidget(context, gm, appWidgetIds.get(i), texts.get(i));
  /external/compiler-rt/test/asan/TestCases/Linux/
scariness_score_test.cc 105 S32 gm[100]; variable
152 case 16: gm[0] = gm[zero + 100 + 1]; break;
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 480 GLYPHMETRICS gm; local
496 memset(&gm,0,sizeof(gm));
502 if( GetGlyphOutline(hdc, first, GGO_BITMAP, &gm, 0, NULL, &mat)
517 &gm, 0, NULL, &mat);
532 &gm, /* ptr to structure for metrics*/
549 glBitmap(gm.gmBlackBoxX,gm.gmBlackBoxY,
550 (GLfloat)-gm.gmptGlyphOrigin.x,
551 (GLfloat)gm.gmptGlyphOrigin.y
    [all...]
  /frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
IPControlsJB.java 292 double gm[] = {1.0, 1.0, 1.0}; local
296 gm[t.group] *= rebase(mResults[ct], t);
299 gm[0] = java.lang.Math.pow(gm[0], 1.0 / count[0]);
300 gm[1] = java.lang.Math.pow(gm[1], 1.0 / count[1]);
301 gm[2] = java.lang.Math.pow(gm[2], 1.0 / count[2]);
303 String s = "Results: fp full=" + df.format(gm[0]) +
304 ", fp relaxed=" +df.format(gm[1])
    [all...]
  /external/skia/samplecode/
GMSampleView.cpp 10 GMSampleView::GMSampleView(GM* gm) : fShowSize(false), fGM(gm) {}
24 SkString name("GM:");
SampleCode.cpp 97 skiagm::GM* gm = fFunc(nullptr); local
98 gm->setMode(skiagm::GM::kSample_Mode);
99 return new GMSampleView(gm);
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
GroupingCursorRecyclerViewAdapter.java 232 GroupMetadata gm = new GroupMetadata(); local
233 gm.offsetInCursor = offset;
234 gm.itemNumber = itemNumber;
235 gm.isExpanded = isExpanded;
236 return gm;
GroupingRecyclerViewAdapter.java 245 GroupMetadata gm = new GroupMetadata(); local
246 gm.offsetInDataList = offset;
247 gm.itemNumber = itemNumber;
248 gm.isExpanded = isExpanded;
249 return gm;
  /external/skia/bin/
coverage 15 $0 dm --src gm skp
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionThreadPool.h 157 // - task grain sizes (number of kernels executed per task: gm, gn)
253 Index gm = 1; local
257 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col);
258 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col);
260 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col);
261 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col);
264 Index nm = divup(nm0, gm);
293 k, bm, bn, bk, nm, nn, nk, gm, gn, nm0, nn0,
305 Index bn, Index bk, Index nm, Index nn, Index nk, Index gm,
325 gm_(gm),
620 Index gm(Index m) const { return m + 1 < nm_ ? gm_ : nm0_ + gm_ - gm_ * nm_; } function in class:Eigen::TensorEvaluator::Context
657 Index gm = 1; local
    [all...]
  /external/dlmalloc/
malloc.c 2633 #define gm macro
    [all...]
  /external/eigen/bench/
spmv.cpp 191 GmmSparse gm(rows,cols);
192 eiToGmm(sm, gm);
198 SPMV_BENCH(gmm::mult(gm, gv, gres));
201 SPMV_BENCH(gmm::mult(gmm::transposed(gm), gv, gres));

Completed in 758 milliseconds

1 2 3